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# Seed the population with a single organism
17u begin InjectAll default-heads.org
18
19# Print all of the standard data files...
20u 0:10:end PrintResourceData       # Track resource abundance.
21u 0:10:end PrintDemeGlobalResources # ??
22u 0:10:end PrintDemeResourceStats  # ??
23
24# A few data files not printed by default
25# u 100:100 PrintDominantGenotype      # Save the most abundant genotypes
26# u 100:100:end PrintErrorData       # Std. Error on averages.
27# u 100:100:end PrintVarianceData    # Variance on averages.
28# u 100:100:end PrintTotalsData      # Total counts over entire run.
29# u 100:100:end PrintTasksExeData    # Num. times tasks have been executed.
30# u 100:100:end PrintTasksQualData   # Task quality information
31
32u 60 MergeResourceAcrossDemes dResNOT resNOT
33u 70 MergeResourceAcrossDemes dResAND resAND
34u 80 MergeResourceAcrossDemes dResOR  resOR
35u 90 MergeResourceAcrossDemes dResNOR resNOR
36u 100 MergeResourceAcrossDemes dResEQU resEQU
37
38# Setup the exit time and full population data collection.
39u 200:200 SavePopulation         # Save current state of population.
40u 200 Exit                        # exit
41