Interface | Description |
---|---|
ModelRunner |
ModelRunner is used to setup and run a simulation to run for multiple runs.
|
RunnerBackend |
RunnerBackend is used to create an instance of
ModelRunner that can be used to run a
simulation multiple times. |
RunResult |
RunResult provides methods that can be used to extract results of running a multi run simulation
using
ModelRunner |
VariableResult |
VariableResult provides methods that can be used to retrieve multi run results for a model output
as
DescriptiveStatistics |
Class | Description |
---|---|
ModelAggregator |
ModelAggregator aggregates data from multiple model runs by variable name, and allows you to
retrieve the results as
DescriptiveStatistics |
ModelRecordAggregator |