Skip to contents

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 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 is getOSPSuiteSetting("showProgress").

Methods

Inherited methods


Method new()

Initialize a new instance of the class

Usage

SensitivityAnalysisRunOptions$new(numberOfCores = NULL, showProgress = NULL)

Arguments

numberOfCores

Number of cores to use for the simulation. Default value is getOSPSuiteSetting("numberOfCores")

showProgress

Should 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 is getOSPSuiteSetting("showProgress")

Returns

A new SensitivityAnalysisRunOptions object.


Method print()

Print the object to the console

Usage

SensitivityAnalysisRunOptions$print(...)

Arguments

...

Rest arguments.