X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Fconf.py;h=e8f1d88fb3a682d6d560118b53e2fb0cc5be7eaa;hb=0374e4a4aa10c3a86a6419b260fc0ea7e72c563a;hp=0969b271393fc4b1f9daf472f4677d15b279f8db;hpb=a59c6f151767664b372bd5ceba09baf7398f179f;p=progcomp10.git diff --git a/src/conf.py b/src/conf.py index 0969b27..e8f1d88 100644 --- a/src/conf.py +++ b/src/conf.py @@ -11,10 +11,10 @@ DEBUG = False # How many iterations to run before quitting. MAX_ITERATIONS = 1000 -# How many of each agent to create initially. +# How many of each agent to create initially. (or use -n) STARTING_POPULATION = 10 -# ??? +# Number of times the simulation is run. (or use -t) TRIALS = 1 # How much health to give each agent on birth. @@ -29,8 +29,7 @@ DIE_HEALTH = 0 # The age at which to kill any agent. MAX_AGE = 100 - -# Cap the number of agents: +# Cap the number of agents (set to 0 to disable) MAX_TOTAL_AGENTS = 255 # Game dynamics: