Options to be passed to the simulation engine
Super classes
rSharp::NetObject -> ospsuite::DotNetWrapper -> SimulationRunOptions
Active bindings
numberOfCores(Maximal) number of cores to be used. This is only relevant when simulating a population simulation. Default is
getOSPSuiteSetting("numberOfCores").checkForNegativeValuesSpecifies whether negative values check is on or off. Default is
TRUEshowProgressSpecifies whether progress bar should be shown during simulation run. Default is
getOSPSuiteSetting("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
SimulationRunOptions$new(
numberOfCores = NULL,
checkForNegativeValues = NULL,
showProgress = NULL
)Arguments
numberOfCoresNumber of cores to use for the simulation. Default value is
getOSPSuiteSetting("numberOfCores")checkForNegativeValuesShould the solver check for negative values. Default is
TRUEshowProgressShould a progress information be displayed. Default value is
getOSPSuiteSetting("showProgress")
Method print()
Print the object to the console