SensitivityAnalysisRunOptions
Source:R/sensitivity-analysis-run-options.R
SensitivityAnalysisRunOptions.RdOptions to be passed to the sensitivity analysis engine
Super classes
rSharp::NetObject -> ospsuite::DotNetWrapper -> SensitivityAnalysisRunOptions
Active bindings
numberOfCores(Maximal) number of cores to be used. Per default set to
getOSPSuiteSetting("numberOfCores").showProgressSpecifies whether a progress bar should be shown during sensitivity analysis. If
TRUE, a progress bar is shown in the console, indicating the progress of the sensitivity analysis calculations. Default isgetOSPSuiteSetting("showProgress").
Methods
Inherited methods
rSharp::NetObject$.printClass()rSharp::NetObject$.printLine()rSharp::NetObject$call()rSharp::NetObject$get()rSharp::NetObject$getFields()rSharp::NetObject$getMemberSignature()rSharp::NetObject$getMethods()rSharp::NetObject$getProperties()rSharp::NetObject$getStaticFields()rSharp::NetObject$getStaticMethods()rSharp::NetObject$getStaticProperties()rSharp::NetObject$set()
Method new()
Initialize a new instance of the class
Usage
SensitivityAnalysisRunOptions$new(numberOfCores = NULL, showProgress = NULL)Arguments
numberOfCoresNumber of cores to use for the simulation. Default value is
getOSPSuiteSetting("numberOfCores")showProgressShould a progress bar be displayed during sensitivity analysis. If
TRUE, a progress bar is shown in the console, indicating the progress of the sensitivity analysis calculations. Default value isgetOSPSuiteSetting("showProgress")
Method print()
Print the object to the console