SensitivityAnalysisRunOptions | R Documentation |
Options to be passed to the sensitivity analysis engine
rSharp::NetObject
-> ospsuite::DotNetWrapper
-> SensitivityAnalysisRunOptions
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")
.
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()
new()
Initialize a new instance of the class
SensitivityAnalysisRunOptions$new(numberOfCores = NULL, showProgress = NULL)
numberOfCores
Number of cores to use for the simulation. Default value is getOSPSuiteSetting("numberOfCores")
showProgress
Should a progress information be displayed. Default value is getOSPSuiteSetting("showProgress")
A new SensitivityAnalysisRunOptions
object.
print()
Print the object to the console
SensitivityAnalysisRunOptions$print(...)
...
Rest arguments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.