Scenario
constructor(model: Model, inputs: Map<String, Double>, name: String, numberReplications: Int = model.numberOfReplications, lengthOfReplication: Double = model.lengthOfReplication, lengthOfReplicationWarmUp: Double = model.lengthOfReplicationWarmUp)
Parameters
model
The model to be simulated
inputs
The map of inputs (based on control names) to apply to the model
name
The name of the scenario. It should be unique within the context of a set of scenario being executed by a ScenarioRunner.
number Replications
the number of replications for the scenario. By default, this is the current setting of the model.
length Of Replication
the length of each replication for the scenario. By default, this is the current setting of the model.
length Of Replication Warm Up
the length of the warmup period for each replication for the scenario. By default, this is the current setting of the model.