[Avida-SVN] r3409 - branches/matt/RandomSearch/source/analyze

ruppmatt at myxo.css.msu.edu ruppmatt at myxo.css.msu.edu
Fri Sep 18 11:44:00 PDT 2009


Author: ruppmatt
Date: 2009-09-18 14:43:59 -0400 (Fri, 18 Sep 2009)
New Revision: 3409

Modified:
   branches/matt/RandomSearch/source/analyze/cAnalyze.cc
Log:
Reduced viability restrictions.

Modified: branches/matt/RandomSearch/source/analyze/cAnalyze.cc
===================================================================
--- branches/matt/RandomSearch/source/analyze/cAnalyze.cc	2009-09-16 20:20:14 UTC (rev 3408)
+++ branches/matt/RandomSearch/source/analyze/cAnalyze.cc	2009-09-18 18:43:59 UTC (rev 3409)
@@ -3820,8 +3820,8 @@
     if (print_taskN_genotypes && found_taskN_phenotype)
       *fot_taskN << new_genome << endl;
     
-    if (print_viable_genotypes && freq_via == 1.0)
-      *fot_viable << new_genome << endl;
+    if (print_viable_genotypes && freq_via > 0.0)
+      *fot_viable << freq_via << " " << new_genome << endl;
     
     if (print_task_summary){
       //How often do viable task combinations occur and at what plasticity?




More information about the Avida-cvs mailing list