1
2i InjectAllRandomRepro 40
3
4u 0:10:end PrintAverageData       # Save info about they average genotypes
5u 0:10:end PrintDominantData      # Save info about most abundant genotypes
6u 0:10:end PrintStatsData         # Collect satistics about entire pop.
7u 0:10:end PrintCountData         # Count organisms, genotypes, species, etc.
8u 0:10:end PrintTasksData         # Save organisms counts for each task.
9u 0:10:end PrintTimeData          # Track time conversion (generations, etc.)
10u 0:10:end PrintResourceData      # Track resource abundance.
11u 0:10:end PrintDominantGenotype      # Save the most abundant genotypes
12u 0:10:end PrintTasksExeData    # Num. times tasks have been executed.
13u 0:10:end PrintTasksQualData   # Task quality information
14
15u 100:100 SavePopulation         # Save current state of population.
16u 100 Exit                        # exit
17
18