Run Configuration Options
Details
The default number of SimulationCases is low to enable rapid
iteration but should be increased when running a model where the results
are expected to be robust.
Examples
opts <- opts_run()
print(opts)
#> OpenM++ Run Options
#> {
#> "RunStamp": "2025_07_21_18_41_58_409",
#> "Opts": {
#> "Parameter.SimulationCases": "5000",
#> "OpenM.SubValues": "12",
#> "OpenM.RunStamp": "2025_07_21_18_41_58_409",
#> "OpenM.LogToConsole": "true"
#> }
#> }