oat_generate_netlogo_behaviour_space_XML: Creates a Netlogo compatible behaviour space experiment for...

Description Usage Arguments

Description

This generates a Netlogo XML Experiment file, to be used with the BehaviourSpace feature or Headless Netlogo, which perturbs each parameter over a set value space, altering one parameter at a time in this case

Usage

1
2
3
oat_generate_netlogo_behaviour_space_XML(FILEPATH, NETLOGO_SETUPFILE_NAME,
  PARAMETERS, PARAMVALS, NETLOGO_SETUP_FUNCTION, NETLOGO_RUN_FUNCTION,
  MEASURES, EXPERIMENT_REPETITIONS, RUNMETRICS_EVERYSTEP)

Arguments

FILEPATH

Directory where the parameter samples are to be stored

NETLOGO_SETUPFILE_NAME

Name to give, or given to, the Netlogo XML experiment file(s) created in sampling. For more than one, a sample number is appended

PARAMETERS

Array containing the names of the parameters of which parameter samples will be generated

PARAMVALS

Array containing either the parameter value (if not of interest in the analysis), or range under which this is being explored (stated as as string e.g. "[5,50,5]" for a range of 5-50, increment of 5). See tutorial for more detail

NETLOGO_SETUP_FUNCTION

The name of the function in Netlogo that sets up the simulation. Commonly is named setup.

NETLOGO_RUN_FUNCTION

The name of the function in Netlogo that starts the simulation. Commonly named go.

MEASURES

Array containing the names of the Netlogo output measures which are used to analyse the simulation.

EXPERIMENT_REPETITIONS

The number of times Netlogo should repeat the experiment for each set of parameter values.

RUNMETRICS_EVERYSTEP

Boolean stating whether Netlogo should produce output for each timestep.


kalden/spartan documentation built on May 31, 2019, 11:52 p.m.