Update of /cvsroot/quantproject/QuantProject/b7_Scripts
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9451
Modified Files:
b7_Scripts.csproj
Log Message:
WalkForwardTesting\FixedLengthTwoPhases\FixedLengthTwoPhasesLogItem.cs has been added
WalkForwardTesting\FixedLengthTwoPhases\FixedLengthTwoPhasesMain.cs has been added
WalkForwardTesting\FixedLengthTwoPhases\FixedLengthTwoPhasesStrategy.cs has been added
WalkForwardTesting\FixedLengthTwoPhases\InSampleChoosers\FixedLengthTwoPhasesFitnessEvaluator.cs has been added
WalkForwardTesting\FixedLengthTwoPhases\InSampleChoosers\Genetic\FixedLengthTwoPhasesGeneticChooser.cs has been added
WalkForwardTesting\FixedLengthTwoPhases\InSampleChoosers\Genetic\FixedLengthTwoPhasesGenomeManager.cs has been added
Index: b7_Scripts.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** b7_Scripts.csproj 14 Jan 2008 23:47:36 -0000 1.81
--- b7_Scripts.csproj 19 Jan 2008 18:45:50 -0000 1.82
***************
*** 212,215 ****
--- 212,216 ----
BuildAction = "Compile"
/>
+ <Folder RelPath = "BackTesting\" />
<File
RelPath = "CallingReportsForRunScripts\ShowReportFromFile.cs"
***************
*** 669,672 ****
--- 670,703 ----
/>
<File
+ RelPath = "WalkForwardTesting\FixedLengthTwoPhases\FixedLengthTwoPhasesLogItem.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "WalkForwardTesting\FixedLengthTwoPhases\FixedLengthTwoPhasesMain.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "WalkForwardTesting\FixedLengthTwoPhases\FixedLengthTwoPhasesStrategy.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "WalkForwardTesting\FixedLengthTwoPhases\InSampleChoosers\FixedLengthTwoPhasesFitnessEvaluator.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "WalkForwardTesting\FixedLengthTwoPhases\InSampleChoosers\Genetic\FixedLengthTwoPhasesGeneticChooser.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "WalkForwardTesting\FixedLengthTwoPhases\InSampleChoosers\Genetic\FixedLengthTwoPhasesGenomeManager.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "WalkForwardTesting\LinearCombination\CloseToOpenDailyStrategy.cs"
SubType = "Code"
|