[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting/PairsTrading/InSample/InSample
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2009-08-30 21:33:54
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/PairsTrading/InSample/InSampleChoosers/Genetic In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19476/b7_Scripts/WalkForwardTesting/PairsTrading/InSample/InSampleChoosers/Genetic Modified Files: PairsTradingGeneticChooser.cs Log Message: getGenomeManager abstract method is now public (it has been renamed to GetGenomeManager) Index: PairsTradingGeneticChooser.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/PairsTrading/InSample/InSampleChoosers/Genetic/PairsTradingGeneticChooser.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PairsTradingGeneticChooser.cs 29 Sep 2008 21:20:46 -0000 1.2 --- PairsTradingGeneticChooser.cs 30 Aug 2009 21:33:46 -0000 1.3 *************** *** 70,74 **** // } ! protected override IGenomeManager getGenomeManager( EligibleTickers eligibleTickers , ReturnsManager returnsManager ) --- 70,74 ---- // } ! public override IGenomeManager GetGenomeManager( EligibleTickers eligibleTickers , ReturnsManager returnsManager ) |