[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/InSampleC
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-01-28 21:41:56
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/InSampleChoosers/Genetic In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11624/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/InSampleChoosers/Genetic Modified Files: FixedLengthTwoPhasesGeneticChooser.cs Log Message: The property Description has been improved Index: FixedLengthTwoPhasesGeneticChooser.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/InSampleChoosers/Genetic/FixedLengthTwoPhasesGeneticChooser.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FixedLengthTwoPhasesGeneticChooser.cs 19 Jan 2008 18:41:03 -0000 1.1 --- FixedLengthTwoPhasesGeneticChooser.cs 28 Jan 2008 21:41:52 -0000 1.2 *************** *** 64,68 **** get { ! string description = "geneticOTCCTO"; return description; } --- 64,71 ---- get { ! string description = "genetic_" + ! "longOnly_" + ! "gnrtnSz_" + this.populationSizeForGeneticOptimizer + ! "_gnrtnNmbr_" + this.generationNumberForGeneticOptimizer; return description; } |