[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/InSampleC
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2009-08-30 21:49:47
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/InSampleChoosers/Genetic In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19476/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/InSampleChoosers/Genetic Modified Files: FixedLengthTwoPhasesGeneticChooser.cs Log Message: getGenomeManager abstract method is now public (it has been renamed to GetGenomeManager) Index: FixedLengthTwoPhasesGeneticChooser.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/InSampleChoosers/Genetic/FixedLengthTwoPhasesGeneticChooser.cs,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** FixedLengthTwoPhasesGeneticChooser.cs 29 Sep 2008 21:18:43 -0000 1.8 --- FixedLengthTwoPhasesGeneticChooser.cs 30 Aug 2009 21:33:46 -0000 1.9 *************** *** 76,80 **** ! protected override IGenomeManager getGenomeManager( EligibleTickers eligibleTickers , ReturnsManager returnsManager ) --- 76,80 ---- ! public override IGenomeManager GetGenomeManager( EligibleTickers eligibleTickers , ReturnsManager returnsManager ) |