1##############################################################################
2#
3# This is the setup file for the events system.  From here, you can
4# configure any actions that you want to have happen during the course of
5# an experiment, including setting the times for data collection.
6#
7# basic syntax: [trigger] [start:interval:stop] [action/event] [arguments...]
8#
9# This file is currently setup to record key information every 100 updates.
10#
11# For information on how to use this file, see:  doc/events.html
12# For other sample event configurations, see:  support/config/
13#
14##############################################################################
15
16i Inject blank_repro.org 7138
17i Inject blank_repro.org 7139
18i Inject blank_repro.org 7140
19
20
21# A few data files not printed by default
22# u 100:100:end PrintErrorData       # Std. Error on averages.
23# u 100:100:end PrintVarianceData    # Variance on averages.
24# u 100:100:end PrintTotalsData      # Total counts over entire run.
25# u 100:100:end PrintTasksExeData    # Num. times tasks have been executed.
26
27u 0:10:end PrintAverageData       # Save info about they average genotypes
28u 0:10:end PrintDominantData      # Save info about most abundant genotypes
29u 0:10:end PrintStatsData         # Collect satistics about entire pop.
30u 0:10:end PrintCountData         # Count organisms, genotypes, species, etc.
31u 0:10:end PrintTasksData         # Save organisms counts for each task.
32u 0:10:end PrintTimeData          # Track time conversion (generations, etc.)
33u 0:10:end PrintDominantGenotype      # Save the most abundant genotypes
34u 0:10:end PrintTasksExeData    # Num. times tasks have been executed.
35u 0:10:end PrintTasksQualData   # Task quality information
36
37u 0:10:end DumpMaxResGrid      	# Track resource abundance.
38
39# Setup the exit time and full population data collection.
40#u 10000:10000:end SavePopulation         # Save current state of population.
41u 30 exit                        # exit