[Quantproject-developers] QuantProject/b7_Scripts Scripts_SD.csproj, 1.41, 1.42
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2009-10-30 23:13:55
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11077 Modified Files: Scripts_SD.csproj Log Message: Added files for the OTC strategy (for managing weights, mainly) Index: Scripts_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/Scripts_SD.csproj,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** Scripts_SD.csproj 31 Aug 2009 21:05:29 -0000 1.41 --- Scripts_SD.csproj 30 Oct 2009 23:13:43 -0000 1.42 *************** *** 117,120 **** --- 117,121 ---- <Compile Include="TickerSelectionTesting\GenomeManagerForEfficientPortfolio.cs" /> <Compile Include="TickerSelectionTesting\OTC\Decoding\BasicDecoderForOTCPositions.cs" /> + <Compile Include="TickerSelectionTesting\OTC\Decoding\DecoderForOTCPositionsWithWeights.cs" /> <Compile Include="TickerSelectionTesting\OTC\InSampleChoosers\BruteForce\OTCEndOfDayBruteForceOptimizableParametersManager.cs" /> <Compile Include="TickerSelectionTesting\OTC\InSampleChoosers\BruteForce\OTCEndOfDayBruteForceChooser.cs" /> *************** *** 122,127 **** --- 123,130 ---- <Compile Include="TickerSelectionTesting\OTC\InSampleChoosers\BruteForce\OTCOnlyShortEndOfDayBruteForceOptimizableParametersManager.cs" /> <Compile Include="TickerSelectionTesting\OTC\InSampleChoosers\Genetic\GenomeManagerForOTC_EndOfDay.cs" /> + <Compile Include="TickerSelectionTesting\OTC\InSampleChoosers\Genetic\GenomeManagerForWeightedOTC_EndOfDay.cs" /> <Compile Include="TickerSelectionTesting\OTC\InSampleChoosers\Genetic\OTCCTOFitnessEvaluator.cs" /> <Compile Include="TickerSelectionTesting\OTC\InSampleChoosers\Genetic\OTCEndOfDayGeneticChooser.cs" /> + <Compile Include="TickerSelectionTesting\OTC\InSampleChoosers\Genetic\OTCEndOfDayGeneticChooserWithWeights.cs" /> <Compile Include="TickerSelectionTesting\OTC\InSampleChoosers\Genetic\OTCFitnessEvaluator.cs" /> <Compile Include="TickerSelectionTesting\OTC\OTCPositions.cs" /> |