[Quantproject-developers] QuantProject/b7_Scripts/TickerSelectionTesting/TestingOTCTypes EndOfDayT
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2007-04-09 18:09:02
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/TestingOTCTypes
In directory sc8-pr-cvs16:/tmp/cvs-serv6727/b7_Scripts/TickerSelectionTesting/TestingOTCTypes
Modified Files:
EndOfDayTimerHandlerOTCTypes.cs
Log Message:
Changed MutationRate and CrossoverRate for testing purposes
Index: EndOfDayTimerHandlerOTCTypes.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/TestingOTCTypes/EndOfDayTimerHandlerOTCTypes.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** EndOfDayTimerHandlerOTCTypes.cs 3 Jan 2007 23:01:52 -0000 1.6
--- EndOfDayTimerHandlerOTCTypes.cs 9 Apr 2007 18:08:59 -0000 1.7
***************
*** 262,267 ****
if(setGenomeCounter)
this.genomeCounter = new GenomeCounter(GO);
! GO.MutationRate = 0.4;
! GO.CrossoverRate = 0.0;
GO.Run(false);
this.addGenomeToBestGenomes(GO.BestGenome,currentDate.AddDays(-this.numDaysForOptimizationPeriod),
--- 262,267 ----
if(setGenomeCounter)
this.genomeCounter = new GenomeCounter(GO);
! GO.MutationRate = 0.25;
! GO.CrossoverRate = 0.90;
GO.Run(false);
this.addGenomeToBestGenomes(GO.BestGenome,currentDate.AddDays(-this.numDaysForOptimizationPeriod),
|