[Quantproject-developers] QuantProject/b7_Scripts/TickerSelectionTesting/TestingOTCTypes EndOfDayT
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2008-01-14 23:32:35
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/TestingOTCTypes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18649/b7_Scripts/TickerSelectionTesting/TestingOTCTypes Modified Files: EndOfDayTimerHandlerOTCTypes.cs Log Message: Handlers have been updated (minor changes) Index: EndOfDayTimerHandlerOTCTypes.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/TestingOTCTypes/EndOfDayTimerHandlerOTCTypes.cs,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** EndOfDayTimerHandlerOTCTypes.cs 29 Aug 2007 09:43:34 -0000 1.8 --- EndOfDayTimerHandlerOTCTypes.cs 14 Jan 2008 23:32:32 -0000 1.9 *************** *** 174,178 **** this.numberOfTickersToBeChosen, this.targetReturn, ! this.portfolioType); GeneticOptimizer GO = new GeneticOptimizer(genManEfficientOTCTypes, --- 174,179 ---- this.numberOfTickersToBeChosen, this.targetReturn, ! this.portfolioType, ! this.benchmark); GeneticOptimizer GO = new GeneticOptimizer(genManEfficientOTCTypes, |