[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/InSampleC
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2010-03-28 15:16:01
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/InSampleChoosers/Genetic In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7632/WalkForwardTesting/FixedLengthTwoPhases/InSampleChoosers/Genetic Modified Files: FixedLengthTwoPhasesGeneticChooser.cs Log Message: The protecter member this.seedForRandomGenerator is now this.seedForRandomGeneratorForTheGeneticOptimizer Index: FixedLengthTwoPhasesGeneticChooser.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/InSampleChoosers/Genetic/FixedLengthTwoPhasesGeneticChooser.cs,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** FixedLengthTwoPhasesGeneticChooser.cs 30 Aug 2009 21:33:46 -0000 1.9 --- FixedLengthTwoPhasesGeneticChooser.cs 28 Mar 2010 15:15:53 -0000 1.10 *************** *** 88,92 **** this.fitnessEvaluator , GenomeManagerType.ShortAndLong , ! this.seedForRandomGenerator ); return genomeManagerWithDuplicateGenes; } --- 88,92 ---- this.fitnessEvaluator , GenomeManagerType.ShortAndLong , ! this.seedForRandomGeneratorForTheGeneticOptimizer ); return genomeManagerWithDuplicateGenes; } |