[Quantproject-developers] QuantProject/b7_Scripts/TickerSelectionTesting/TestingOTCTypes RunEffici
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2007-01-03 23:11:38
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/TestingOTCTypes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv32580/b7_Scripts/TickerSelectionTesting/TestingOTCTypes Modified Files: RunEfficientOTCTypes.cs Log Message: Updated the name for the output file of the script Index: RunEfficientOTCTypes.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/TestingOTCTypes/RunEfficientOTCTypes.cs,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** RunEfficientOTCTypes.cs 17 Sep 2006 21:48:39 -0000 1.6 --- RunEfficientOTCTypes.cs 3 Jan 2007 23:11:34 -0000 1.7 *************** *** 72,76 **** portfolioType, maxRunningHours) { ! this.ScriptName = "OTCTypes_SR_NoCoeffPriceSel"; this.numDaysBetweenEachOptimization = numDaysBetweenEachOptimization; this.accounts = new Account[4]; --- 72,76 ---- portfolioType, maxRunningHours) { ! this.ScriptName = "OTCTypes_SR_WithCoeffOnlyMutationPriceSel"; this.numDaysBetweenEachOptimization = numDaysBetweenEachOptimization; this.accounts = new Account[4]; *************** *** 141,150 **** public override void SaveScriptResults() { ! string fileName = "From"+this.numberOfEligibleTickers + ! "OptDays" + this.numDaysForOptimizationPeriod + "Portfolio" + ! this.numberOfTickersToBeChosen + "GenNum" + this.generationNumberForGeneticOptimizer + ! "PopSize" + this.populationSizeForGeneticOptimizer + ! "Target" + Convert.ToString(this.targetReturn) + Convert.ToString(this.portfolioType); string dirNameWhereToSaveAccounts = System.Configuration.ConfigurationSettings.AppSettings["AccountsArchive"] + --- 141,150 ---- public override void SaveScriptResults() { ! string fileName = "From"+ this.tickerGroupID+ "_" + ! this.numberOfEligibleTickers + ! "_OptDays" + this.numDaysForOptimizationPeriod + "_Portf" + ! this.numberOfTickersToBeChosen + "_GenNum" + this.generationNumberForGeneticOptimizer + ! "_PopSize" + this.populationSizeForGeneticOptimizer + Convert.ToString(this.portfolioType); string dirNameWhereToSaveAccounts = System.Configuration.ConfigurationSettings.AppSettings["AccountsArchive"] + |