SensitivityAnalysisRunOptions
Source:R/sensitivity-analysis-run-options.R
SensitivityAnalysisRunOptions.Rd
Options to be passed to the sensitivity analysis engine
Super classes
ospsuite.utils::Printable
-> ospsuite::DotNetWrapper
-> SensitivityAnalysisRunOptions
Active bindings
numberOfCores
(Maximal) number of cores to be used. Per default set to
getOSPSuiteSetting("numberOfCores")
.showProgress
Specifies whether progress bar should be shown during sensitivity analysis run. Default is
getOSPSuiteSetting("showProgress")
.
Methods
Method new()
Initialize a new instance of the class
Usage
SensitivityAnalysisRunOptions$new(numberOfCores = NULL, showProgress = NULL)
Method print()
Print the object to the console