[Avida-SVN] r1359 - branches/energy/source/main

beckma24 at myxo.css.msu.edu beckma24 at myxo.css.msu.edu
Wed Feb 21 07:16:03 PST 2007


Author: beckma24
Date: 2007-02-21 10:16:02 -0500 (Wed, 21 Feb 2007)
New Revision: 1359

Modified:
   branches/energy/source/main/cPopulation.cc
Log:
Energy is adjusted when required.  Still don't know how to adjust the merit.

Modified: branches/energy/source/main/cPopulation.cc
===================================================================
--- branches/energy/source/main/cPopulation.cc	2007-02-21 00:55:00 UTC (rev 1358)
+++ branches/energy/source/main/cPopulation.cc	2007-02-21 15:16:02 UTC (rev 1359)
@@ -327,7 +327,7 @@
       }    
     }
     
-    // Update the phenotypes of each child....
+    // Update the phenotypes of each child....   TODO
     const int child_length = child_array[i]->GetGenome().GetSize();
     child_array[i]->GetPhenotype().SetupOffspring(parent_phenotype,child_length);
     




More information about the Avida-cvs mailing list