[Quantproject-developers] QuantProject/b7_Scripts/TickerSelectionTesting/OTC/InSampleChoosers/Genet
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2010-03-28 15:18:23
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/OTC/InSampleChoosers/Genetic In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8671/TickerSelectionTesting/OTC/InSampleChoosers/Genetic Modified Files: OTCEndOfDayGeneticChooser.cs Log Message: The protecter member this.seedForRandomGenerator is now this.seedForRandomGeneratorForTheGeneticOptimizer Index: OTCEndOfDayGeneticChooser.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/OTC/InSampleChoosers/Genetic/OTCEndOfDayGeneticChooser.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OTCEndOfDayGeneticChooser.cs 31 Aug 2009 20:40:29 -0000 1.1 --- OTCEndOfDayGeneticChooser.cs 28 Mar 2010 15:18:15 -0000 1.2 *************** *** 81,85 **** this.decoderForTestingPositions, this.fitnessEvaluator, this.genomeManagerType , returnsManager, ! this.seedForRandomGenerator); } } --- 81,85 ---- this.decoderForTestingPositions, this.fitnessEvaluator, this.genomeManagerType , returnsManager, ! this.seedForRandomGeneratorForTheGeneticOptimizer); } } |