Run the simulation with repetitions

run_simulation_with_repetitions(
  timesteps,
  repetitions,
  parameters = NULL,
  correlations = NULL,
  parallel = FALSE
)

Arguments

timesteps

the number of timesteps to run the simulation for

repetitions

n times to run the simulation

parameters

a named list of parameters to use

correlations

correlation parameters

parallel

execute runs in parallel