[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting/PairsTrading/InSample/InSample
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2010-03-28 15:19:28
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/PairsTrading/InSample/InSampleChoosers/Genetic In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9381/WalkForwardTesting/PairsTrading/InSample/InSampleChoosers/Genetic Modified Files: PairsTradingGeneticChooser.cs Log Message: The protecter member this.seedForRandomGenerator is now this.seedForRandomGeneratorForTheGeneticOptimizer Index: PairsTradingGeneticChooser.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/PairsTrading/InSample/InSampleChoosers/Genetic/PairsTradingGeneticChooser.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** PairsTradingGeneticChooser.cs 30 Aug 2009 21:33:46 -0000 1.3 --- PairsTradingGeneticChooser.cs 28 Mar 2010 15:19:20 -0000 1.4 *************** *** 82,86 **** this.fitnessEvaluator , GenomeManagerType.ShortAndLong , ! this.seedForRandomGenerator ); return genomeManagerWithDuplicateGenes; } --- 82,86 ---- this.fitnessEvaluator , GenomeManagerType.ShortAndLong , ! this.seedForRandomGeneratorForTheGeneticOptimizer ); return genomeManagerWithDuplicateGenes; } |