[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:34
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/OTC/InSampleChoosers/Genetic In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8754/TickerSelectionTesting/OTC/InSampleChoosers/Genetic Modified Files: OTCEndOfDayGeneticChooserWithWeights.cs Log Message: The protecter member this.seedForRandomGenerator is now this.seedForRandomGeneratorForTheGeneticOptimizer Index: OTCEndOfDayGeneticChooserWithWeights.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/OTC/InSampleChoosers/Genetic/OTCEndOfDayGeneticChooserWithWeights.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OTCEndOfDayGeneticChooserWithWeights.cs 30 Oct 2009 23:13:22 -0000 1.1 --- OTCEndOfDayGeneticChooserWithWeights.cs 28 Mar 2010 15:18:26 -0000 1.2 *************** *** 73,77 **** this.decoderForTestingPositions, this.fitnessEvaluator, this.genomeManagerType , returnsManager, ! this.seedForRandomGenerator); } } --- 73,77 ---- this.decoderForTestingPositions, this.fitnessEvaluator, this.genomeManagerType , returnsManager, ! this.seedForRandomGeneratorForTheGeneticOptimizer); } } |