[Avida-SVN] r2629 - in branches/developers/avida-edward/source/python/default.workspace: . freezer freezer/@example.full

baer at myxo.css.msu.edu baer at myxo.css.msu.edu
Mon Jun 9 07:59:42 PDT 2008


Author: baer
Date: 2008-06-09 10:59:42 -0400 (Mon, 09 Jun 2008)
New Revision: 2629

Modified:
   branches/developers/avida-edward/source/python/default.workspace/freezer/@example.empty
   branches/developers/avida-edward/source/python/default.workspace/freezer/@example.full/petri_dish
   branches/developers/avida-edward/source/python/default.workspace/freezer/no_mutations.empty
   branches/developers/avida-edward/source/python/default.workspace/genesis.default
Log:

Change default array size in Avida-ED from 30 x 30 to 60 x 60



Modified: branches/developers/avida-edward/source/python/default.workspace/freezer/@example.empty
===================================================================
--- branches/developers/avida-edward/source/python/default.workspace/freezer/@example.empty	2008-06-09 14:22:17 UTC (rev 2628)
+++ branches/developers/avida-edward/source/python/default.workspace/freezer/@example.empty	2008-06-09 14:59:42 UTC (rev 2629)
@@ -2,8 +2,8 @@
 RANDOM_SEED 0
 DEATH_METHOD 2
 COPY_MUT_PROB 0.02
-WORLD-X 30
-WORLD-Y 30
+WORLD-X 60
+WORLD-Y 60
 BIRTH_METHOD 0
 AGE_LIMIT 20
 MAX_UPDATES -1

Modified: branches/developers/avida-edward/source/python/default.workspace/freezer/@example.full/petri_dish
===================================================================
--- branches/developers/avida-edward/source/python/default.workspace/freezer/@example.full/petri_dish	2008-06-09 14:22:17 UTC (rev 2628)
+++ branches/developers/avida-edward/source/python/default.workspace/freezer/@example.full/petri_dish	2008-06-09 14:59:42 UTC (rev 2629)
@@ -7,7 +7,7 @@
 REWARD_EQU YES
 REWARD_ANDN YES
 REWARD_NOR YES
-WORLD-X 30
+WORLD-X 60
 START_GENOME0 rucavcqgfcqapqcccccccccccccccccccccccccccutycasvab
 REWARD_NOT YES
 BIRTH_METHOD 0
@@ -15,4 +15,4 @@
 REWARD_ORN YES
 REWARD_NAND YES
 REWARD_OR YES
-WORLD-Y 30
+WORLD-Y 60

Modified: branches/developers/avida-edward/source/python/default.workspace/freezer/no_mutations.empty
===================================================================
--- branches/developers/avida-edward/source/python/default.workspace/freezer/no_mutations.empty	2008-06-09 14:22:17 UTC (rev 2628)
+++ branches/developers/avida-edward/source/python/default.workspace/freezer/no_mutations.empty	2008-06-09 14:59:42 UTC (rev 2629)
@@ -2,8 +2,8 @@
 RANDOM_SEED 0
 DEATH_METHOD 2
 COPY_MUT_PROB 0.0
-WORLD-X 30
-WORLD-Y 30
+WORLD-X 60
+WORLD-Y 60
 BIRTH_METHOD 0
 MAX_UPDATES -1
 REWARD_NOT YES

Modified: branches/developers/avida-edward/source/python/default.workspace/genesis.default
===================================================================
--- branches/developers/avida-edward/source/python/default.workspace/genesis.default	2008-06-09 14:22:17 UTC (rev 2628)
+++ branches/developers/avida-edward/source/python/default.workspace/genesis.default	2008-06-09 14:59:42 UTC (rev 2629)
@@ -11,8 +11,8 @@
 END_CONDITION_MODE 0	# End run when ...
 			# 0 = MAX_UPDATES _OR_ MAX_GENERATIONS is reached
 			# 1 = MAX_UPDATES _AND_ MAX_GENERATIONS is reached
-WORLD-X 30		# Width of the world in Avida mode.
-WORLD-Y 30		# Height of the world in Avida mode.
+WORLD-X 60		# Width of the world in Avida mode.
+WORLD-Y 60		# Height of the world in Avida mode.
 WORLD_GEOMETRY 1        # 1 = Bounded Grid
                         # 2 = Torus (Default)
 RANDOM_SEED 0		# Random number seed. (0 for based on time)




More information about the Avida-cvs mailing list