[Quantproject-developers] QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOs
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2010-03-28 15:26:10
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOscillators/PortfolioValueOscillator/InSampleChoosers In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11954/TechnicalAnalysisTesting/Oscillators/FixedLevelOscillators/PortfolioValueOscillator/InSampleChoosers Modified Files: PVOGeneticChooser.cs Log Message: The protecter member this.seedForRandomGenerator is now this.seedForRandomGeneratorForTheGeneticOptimizer Index: PVOGeneticChooser.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOscillators/PortfolioValueOscillator/InSampleChoosers/PVOGeneticChooser.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** PVOGeneticChooser.cs 30 Aug 2009 21:34:10 -0000 1.4 --- PVOGeneticChooser.cs 28 Mar 2010 15:26:02 -0000 1.5 *************** *** 104,108 **** this.overboughtMoreThanOversoldForFixedPortfolio, GenomeManagerType.ShortAndLong, returnsManager, ! this.seedForRandomGenerator); } --- 104,108 ---- this.overboughtMoreThanOversoldForFixedPortfolio, GenomeManagerType.ShortAndLong, returnsManager, ! this.seedForRandomGeneratorForTheGeneticOptimizer); } |