[Quantproject-developers] QuantProject/b1_ADT/Optimizing/Genetic GenomeCounter.cs,1.1,1.2
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-07-31 20:07:38
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT/Optimizing/Genetic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18625/b1_ADT/Optimizing/Genetic Modified Files: GenomeCounter.cs Log Message: Changed name to the private method added to the NewGeneration event Index: GenomeCounter.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/Optimizing/Genetic/GenomeCounter.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GenomeCounter.cs 27 Jul 2005 22:35:37 -0000 1.1 --- GenomeCounter.cs 31 Jul 2005 20:07:28 -0000 1.2 *************** *** 57,64 **** this.fitnessCollector = new Hashtable(); this.geneticOptimizer.NewGeneration += ! new NewGenerationEventHandler(this.newGenerationEventHandler); } ! private void newGenerationEventHandler(Object sender, NewGenerationEventArgs newGenerationEventArgs) { --- 57,64 ---- this.fitnessCollector = new Hashtable(); this.geneticOptimizer.NewGeneration += ! new NewGenerationEventHandler(this.addNewGenome); } ! private void addNewGenome(Object sender, NewGenerationEventArgs newGenerationEventArgs) { |