[Avida-cvs] [avida-svn] r455 - in branches/developers/avida-edward/source/python/default.workspace: . freezer

baerb@myxo.css.msu.edu baerb at myxo.css.msu.edu
Wed Feb 1 06:45:48 PST 2006


Author: baerb
Date: 2006-02-01 09:45:48 -0500 (Wed, 01 Feb 2006)
New Revision: 455

Modified:
   branches/developers/avida-edward/source/python/default.workspace/freezer/default.empty
   branches/developers/avida-edward/source/python/default.workspace/genesis.default
Log:

Changed default files to support turning on/off rewards for tasks and the 
removal of death options



Modified: branches/developers/avida-edward/source/python/default.workspace/freezer/default.empty
===================================================================
--- branches/developers/avida-edward/source/python/default.workspace/freezer/default.empty	2006-01-31 19:42:34 UTC (rev 454)
+++ branches/developers/avida-edward/source/python/default.workspace/freezer/default.empty	2006-02-01 14:45:48 UTC (rev 455)
@@ -6,5 +6,14 @@
 WORLD-Y 30
 BIRTH_METHOD 0
 START_CREATURE0 default
-AGE_LIMIT 100
+AGE_LIMIT 20
 MAX_UPDATES -1
+REWARD_NOT YES
+REWARD_NAND YES
+REWARD_AND YES
+REWARD_ORN YES
+REWARD_OR YES
+REWARD_ANDN YES
+REWARD_NOR YES
+REWARD_XOR YES
+REWARD_EQU YES

Modified: branches/developers/avida-edward/source/python/default.workspace/genesis.default
===================================================================
--- branches/developers/avida-edward/source/python/default.workspace/genesis.default	2006-01-31 19:42:34 UTC (rev 454)
+++ branches/developers/avida-edward/source/python/default.workspace/genesis.default	2006-02-01 14:45:48 UTC (rev 455)
@@ -36,10 +36,10 @@
 		  # 4 = Replace random from entire population (Mass Action)
 		  # 5 = Replace oldest in entire population (like Tierra)
 PREFER_EMPTY 1    # Are empty cells given preference in offspring placement?
-DEATH_METHOD 0    # 0 = Never die of old age.
+DEATH_METHOD 2    # 0 = Never die of old age.
 		  # 1 = Die when inst executed = AGE_LIMIT (with deviation)
 		  # 2 = Die when inst executed = length * AGE_LIMIT (+ dev.)
-AGE_LIMIT 5000    # Modifies DEATH_METHOD
+AGE_LIMIT 20      # Modifies DEATH_METHOD
 AGE_DEVIATION 0   # Modified DEATH_METHOD
 ALLOC_METHOD 0    # 0 = Allocated space is set to default instruction.
                   # 1 = Set to section of dead genome (Necrophilia)




More information about the Avida-cvs mailing list