SimulationRunOptions | R Documentation |
Options to be passed to the simulation engine
rSharp::NetObject
-> ospsuite::DotNetWrapper
-> SimulationRunOptions
numberOfCores
(Maximal) number of cores to be used. This is only relevant when simulating a population simulation.
Default is getOSPSuiteSetting("numberOfCores")
.
checkForNegativeValues
Specifies whether negative values check is on or off. Default is TRUE
showProgress
Specifies whether progress bar should be shown during simulation 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
SimulationRunOptions$new( numberOfCores = NULL, checkForNegativeValues = NULL, showProgress = NULL )
numberOfCores
Number of cores to use for the simulation. Default value is getOSPSuiteSetting("numberOfCores")
checkForNegativeValues
Should the solver check for negative values. Default is TRUE
showProgress
Should a progress information be displayed. Default value is getOSPSuiteSetting("showProgress")
A new SimulationRunOptions
object.
print()
Print the object to the console
SimulationRunOptions$print(...)
...
Rest arguments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.