Scenario
Uses the supplied model creation function to creat the model. The specification of model run parameters relies on the created model to correctly specify its running parameter.
Parameters
a function that will create the model (supply and instance of the model)
The name of the scenario. It should be unique within the context of a set of scenario being executed by a ScenarioRunner.
The map of inputs (based on control names) to apply to the model.
Parameters
The model to be simulated
The name of the scenario. It should be unique within the context of a set of scenario being executed by a ScenarioRunner.
The map of inputs (based on control names) to apply to the model.
the number of replications for the scenario. By default, this is the current setting of the model.
the length of each replication for the scenario. By default, this is the current setting of the model.
the length of the warmup period for each replication for the scenario. By default, this is the current setting of the model.