Initialises the Netlogo setup file for this experiment
initialise_netlogo_xml_file(EXPERIMENT, SAMPLE, EXPERIMENT_REPETITIONS,
RUN_METRICS_EVERYSTEP, NETLOGO_SETUP_FUNCTION, NETLOGO_RUN_FUNCTION,
MEASURES)
Test for the experiment tag of the file (e.g. LHC, eFAST, etc)
Number of the sample being processed
The number of times Netlogo should repeat the experiment for each set of parameter values.
Boolean stating whether Netlogo should produce output for each timestep.
The name of the function in Netlogo that sets up the simulation. Commonly is named setup.
The name of the function in Netlogo that starts the simulation. Commonly named go.
Array containing the names of the Netlogo output measures which are used to analyse the simulation.
Initialised XML file object