simulate
fun simulate(modelIdentifier: String = model.simulationName, inputs: Map<String, Double> = mapOf(), experimentRunParameters: ExperimentRunParameters = model.extractRunParameters()): SimulationRun
The model will be run with the experimentRunParameters and the provided inputs. The inputs can represent both control (key, value) pairs and random variable parameter (key, value) pairs to be applied to the experiment. The inputs may be empty.
Return
returns an instance of SimulationRun that holds the experiment, inputs, and results associated with the simulation run.
Simulates the model based on the current settings of the experiment run parameters and inputs associated with the simulation run simulationRun