simulate
The model will be run with the provided inputs based on the current run parameters (model.extractRunParameters()) associated with the model.
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.
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