SensitivityAnalysisRunOptions
Source:R/sensitivity-analysis-run-options.R
SensitivityAnalysisRunOptions.Rd
Options 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")
.showProgress
Specifies whether progress bar should be shown during sensitivity analysis run. Default is
getOSPSuiteSetting("showProgress")
.
Methods
Inherited methods
rSharp::NetObject$call()
rSharp::NetObject$finalize()
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)
Method print()
Print the object to the console