[Quantproject-developers] QuantProject/b7_Scripts/TickerSelectionTesting RunEfficientPortfolio.cs,1.
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-08-22 22:17:52
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10320/b7_Scripts/TickerSelectionTesting Modified Files: RunEfficientPortfolio.cs Log Message: A better constructor for OptimizationOutput is used now Index: RunEfficientPortfolio.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/RunEfficientPortfolio.cs,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** RunEfficientPortfolio.cs 3 Aug 2005 18:55:11 -0000 1.13 --- RunEfficientPortfolio.cs 22 Aug 2005 22:17:43 -0000 1.14 *************** *** 244,250 **** // this.checkDateForReport_createDirIfNotPresent(dirNameWhereToSaveBestGenomes); ! ObjectArchiver.Archive(new OptimizationOutput(this.startDateTime.DateTime, ! this.endDateTime.DateTime, ! this.endOfDayTimerHandler.BestGenomes), dirNameWhereToSaveBestGenomes + fileName + ".bgn"); --- 244,248 ---- // this.checkDateForReport_createDirIfNotPresent(dirNameWhereToSaveBestGenomes); ! ObjectArchiver.Archive(new OptimizationOutput(), dirNameWhereToSaveBestGenomes + fileName + ".bgn"); |