Run the simulation with repetitions

run_simulation_with_repetitions(
  timesteps,
  repetitions,
  overrides = list(),
  parallel = FALSE
)

Arguments

timesteps

the number of timesteps to run the simulation for

repetitions

n times to run the simulation

overrides

a named list of parameters to use instead of defaults

parallel

execute runs in parallel