[Avida-SVN] r2781 - branches/movement/source/main

welsberr at myxo.css.msu.edu welsberr at myxo.css.msu.edu
Sun Sep 14 10:15:24 PDT 2008


Author: welsberr
Date: 2008-09-14 13:15:23 -0400 (Sun, 14 Sep 2008)
New Revision: 2781

Modified:
   branches/movement/source/main/cAvidaConfig.h
Log:
Update configuration options

Modified: branches/movement/source/main/cAvidaConfig.h
===================================================================
--- branches/movement/source/main/cAvidaConfig.h	2008-09-14 17:06:38 UTC (rev 2780)
+++ branches/movement/source/main/cAvidaConfig.h	2008-09-14 17:15:23 UTC (rev 2781)
@@ -533,11 +533,12 @@
   // @WRE: Additions for approaching various features of biological organisms
   CONFIG_ADD_GROUP(BIOMIMETIC_GROUP, "Biomimetic Features Settings");
   CONFIG_ADD_VAR(BIOMIMETIC_REFRACTORY_PERIOD, double, 0.0, "Number of updates affected by refractory period");
-  CONFIG_ADD_VAR(BIOMIMETIC_MOVEMENT_STEP, int, 1, "Number of cells to move Avidian on move instruction");
+  CONFIG_ADD_VAR(BIOMIMETIC_MOVEMENT_STEP, int, 0, "Number of cells to move Avidian on move instruction");
   CONFIG_ADD_VAR(BIOMIMETIC_MOVEMENT_LOG, int, 0, "Log detailed movement information (WARNING: large data file)");
   CONFIG_ADD_VAR(BIOMIMETIC_MOVEMENT_FACTOR, double, 1.0, "Scale merit bonus due to movement (m<1.0 applies a cost)");
   CONFIG_ADD_VAR(BIOMIMETIC_EVAL_ON_MOVEMENT, int, 0, "Force task evaluation on each movement step");
   CONFIG_ADD_VAR(BIOMIMETIC_K, int, 0, "Carrying capacity in number of organisms");
+  CONFIG_ADD_VAR(BIOMIMETIC_HARD_LIMIT, int, 0, "Max. number of organisms ever in run");
 
   // @ LMG, config options related to target cell
   CONFIG_ADD_VAR(REWARD_FACTOR, double, 0, "Value used for reward in sense-target instruction");




More information about the Avida-cvs mailing list