[Quantproject-developers] QuantProject/b7_Scripts/TickerSelectionTesting GenomeManagerForEfficientPo
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2006-01-07 10:30:17
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3370/b7_Scripts/TickerSelectionTesting Modified Files: GenomeManagerForEfficientPortfolio.cs Log Message: GetFitnessValue method has been declared virtual Index: GenomeManagerForEfficientPortfolio.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/GenomeManagerForEfficientPortfolio.cs,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** GenomeManagerForEfficientPortfolio.cs 8 Nov 2005 18:32:25 -0000 1.21 --- GenomeManagerForEfficientPortfolio.cs 7 Jan 2006 10:30:00 -0000 1.22 *************** *** 195,199 **** } ! public double GetFitnessValue(Genome genome) { double returnValue = 0; --- 195,199 ---- } ! public virtual double GetFitnessValue(Genome genome) { double returnValue = 0; |