[Quantproject-developers] QuantProject/b7_Scripts Scripts_SD.csproj, 1.49, 1.50
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2012-04-30 23:39:25
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts
In directory vz-cvs-3.sog:/tmp/cvs-serv30332/b7_Scripts
Modified Files:
Scripts_SD.csproj
Log Message:
WalkForwardTesting\LinearRegression\InSampleChoosers\FitnessEvaluation\PRESSBasedFitnessEvaluator.cs has been added
Index: Scripts_SD.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/Scripts_SD.csproj,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** Scripts_SD.csproj 22 Sep 2011 19:43:02 -0000 1.49
--- Scripts_SD.csproj 30 Apr 2012 23:39:23 -0000 1.50
***************
*** 179,182 ****
--- 179,183 ----
<Compile Include="WalkForwardTesting\LinearRegression\InSampleChoosers\FitnessEvaluation\LinearRegressionSetUpManager.cs" />
<Compile Include="WalkForwardTesting\LinearRegression\InSampleChoosers\FitnessEvaluation\LinearRegressionValues.cs" />
+ <Compile Include="WalkForwardTesting\LinearRegression\InSampleChoosers\FitnessEvaluation\PRESSBasedFitnessEvaluator.cs" />
<Compile Include="WalkForwardTesting\LinearRegression\InSampleChoosers\FitnessEvaluation\ReturnIntervalsBuilderForTradingAndForSignaling.cs" />
<Compile Include="WalkForwardTesting\LinearRegression\InSampleChoosers\Genetic\GenomeManagerForLinearRegression.cs" />
|