[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases FixedLen
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-01-28 21:47:06
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13900/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases Modified Files: FixedLengthTwoPhasesStrategy.cs Log Message: The property DescriptionForLogFileName has been improved Index: FixedLengthTwoPhasesStrategy.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/FixedLengthTwoPhasesStrategy.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FixedLengthTwoPhasesStrategy.cs 19 Jan 2008 18:37:15 -0000 1.1 --- FixedLengthTwoPhasesStrategy.cs 28 Jan 2008 21:47:02 -0000 1.2 *************** *** 81,87 **** { string descriptionForLogFileName = ! "WFOTC_" + ! "oS_" + this.numDaysBeetweenEachOtpimization + "_" + ! this.inSampleChooser.Description; return descriptionForLogFileName; } --- 81,88 ---- { string descriptionForLogFileName = ! "WFFLPT_" + ! "nmDysBtwnOptmztns_" + this.numDaysBeetweenEachOtpimization + ! "_iS_" + this.inSampleChooser.Description + ! "_oS_longOnly"; return descriptionForLogFileName; } |