Takes each parameter value set generated by the hypercube in turn, and
analyses the Netlogo simulation results. For each parameter set, there
will be n simulation results. This method goes through these results,
producing a file containing the median of each output measure for each
of the n runs. Thus, if a Netlogo simulation was replicated 10 times,
the median file will contain 10 medians for each simulation output measure.
Once this has been created, the user should run
lhc_generateLHCSummary
, lhc_generatePRCoEffs
, and
lhc_graphMeasuresForParameterChange
as per analysing any data
in spartan that was not generated by Netlogo
lhc_process_netlogo_result(FILEPATH, LHCSAMPLE_RESULTFILENAME,
SPARTAN_PARAMETER_FILE, NUMSAMPLES, MEASURES, LHC_ALL_SIM_RESULTS_FILE,
TIMESTEP)
Directory where either the simulation runs can be found
Name of the result file generated by Netlogo, for a LHC parameter sample.
Location of the file output by the latin-hypercube sampling method, containing the parameters on which this experiment was performed
The number of parameter subsets that were generated in the LHC design
Array containing the names of the Netlogo output measures which are used to analyse the simulation.
Name of the LHC Summary file to be generated. Contains each parameter set alongside the result gained when the simulation was run under that criteria.
The timestep of the Netlogo simulation being analysed