opts_run {openmpp} | R Documentation |
Run Configuration Options
Description
Run Configuration Options
Usage
opts_run(
SimulationCases = 5000,
SubValues = 12,
RunStamp = TimeStamp(),
Opts = list(),
...
)
## S3 method for class 'OpenMppRunOpts'
print(x, ...)
Arguments
SimulationCases |
Number of cases to simulate. Default is 5000. |
SubValues |
Number of sub values. Default is 12. |
RunStamp |
Run stamp. Default is generated based on the current time. |
Opts |
Additional options to pass to the |
... |
Any other run options. |
x |
Object to print. |
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)
[Package openmpp version 0.0.1 Index]