add Scenario
Creates a Scenario from the three most common run-parameter scalars and adds it to this runner. All other run parameters are captured from model's current state. String and JSON control overrides may be supplied via stringInputs and jsonInputs.
The scenario name must be unique within this runner.
Creates a Scenario from a full ExperimentRunParameters snapshot and adds it to this runner. Use this overload when you need to configure run parameters beyond the three scalar values (e.g. antithetic option, stream-reset behaviour, stream advances).
The scenario name must be unique within this runner.
Creates a Scenario from a ModelBuilderIfc and a full ExperimentRunParameters snapshot and adds it to this runner.
The scenario name must be unique within this runner.