[Quantproject-developers] QuantProject/b4_Business/a2_Strategies/InSample GeneticChooser.cs, 1.5,
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-02-27 22:12:33
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/InSample In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12255/a2_Strategies/InSample Modified Files: GeneticChooser.cs Log Message: This commit is just to complete the log message for the previous commit. - a bug has been fixed; the following line has been added: addedTestingPositions++; Index: GeneticChooser.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/InSample/GeneticChooser.cs,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** GeneticChooser.cs 27 Feb 2008 22:09:54 -0000 1.5 --- GeneticChooser.cs 27 Feb 2008 22:12:30 -0000 1.6 *************** *** 54,58 **** //have a different hash code ( //the method that returns the hash code for genome ! //is virtual) protected TestingPositions[] bestTestingPositions; protected Benchmark benchmark; --- 54,58 ---- //have a different hash code ( //the method that returns the hash code for genome ! //is virtual) protected TestingPositions[] bestTestingPositions; protected Benchmark benchmark; |