1u 0:10 PrintDominantGenotype                # Save the most abundant genotypes
2u 0:10:end PrintAverageData    # Save info about they average genotypes
3u 0:10:end PrintDominantData   # Save info about most abundant genotypes
4u 0:10:end PrintStatsData      # Collect satistics about entire pop.
5u 0:10:end PrintCountData      # Count organisms, genotypes, species, etc.
6u 0:10:end PrintTasksData      # Save organisms counts for each task.
7u 0:10:end PrintTimeData       # Track time conversion (generations, etc.)
8u 0:10:end PrintResourceData   # Track resource abundance.
9
10u 500 SavePopulation
11u 500 Exit                      # exit
12