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
16
17# Print all of the standard data files...
18u 0:100:end PrintAverageData       # Save info about they average genotypes
19u 0:100:end PrintDominantData      # Save info about most abundant genotypes
20u 0:100:end PrintStatsData         # Collect satistics about entire pop.
21u 0:100:end PrintCountData         # Count organisms, genotypes, species, etc.
22u 0:100:end PrintTasksData         # Save organisms counts for each task.
23u 0:100:end PrintTimeData          # Track time conversion (generations, etc.)
24u 0:4:end PrintResourceData      # Track resource abundance.
25
26# A few data files not printed by default
27# u 0:100 PrintDominantGenotype      # Save the most abundant genotypes
28# u 100:100:end PrintErrorData       # Std. Error on averages.
29# u 100:100:end PrintVarianceData    # Variance on averages.
30# u 100:100:end PrintTotalsData      # Total counts over entire run.
31u 100:100:end PrintTasksExeData    # Num. times tasks have been executed.
32# u 100:100:end PrintTasksQualData   # Task quality information
33
34# Setup the exit time and full population data collection.
35
36u 0:100:end PrintInstructionAbundanceHistogram
37u 0:100:end PrintInstructionData
38u 16:16:end PrintSleepData
39
40#u 128000:128000:end SavePopulation         # Save current state of population.
41#u 128000:128000:end SaveHistoricPopulation # Save ancestors of current population.
42#u end SavePopulation         # Save current state of population.
43#u end SaveHistoricPopulation # Save ancestors of current population.
44
45u 1000 exit