SimBiology.export.StochasticSimulationOptions class

Superclasses: SimBiology.export.SimulationOptions

Settings for stochastic simulation of exported SimBiology model

Description

SimBiology.export.StochasticSimulationOptions is the superclass of simulation options associated with stochastic solvers. The subclasses of SimBiology.export.StochasticSimulationOptions are SimBiology.export.ExplicitTauSimulationOptions and SimBiology.export.ImplicitTauSimulationOptions.

Construction

Stochastic simulation options are created by the export method for SimBiology® models with a stochastic SolverType (ssa, expltau, or impltau).

export (model)Export SimBiology models for deployment and standalone applications

Properties

LogDecimation

Frequency to log stochastic simulation output, a positive integer value.

MaximumNumberofLogs

Maximum number of logs criterion to stop simulation, a positive scalar value.

MaximumWallClock

Maximum elapsed wall clock time criterion to stop simulation, a positive scalar value.

RandomState

Random number generator, a positive integer value.

SolverType

Character vector indicating solver type to use for simulation. This property is read only. The stochastic solver type is one of:

  • 'ssa'

  • 'expltau'

  • 'impltau'

StopTime

Simulation time criterion to stop simulation, a nonnegative scalar value.

TimeUnits

Time units for simulation. This property is read only.

Copy Semantics

Handle. To learn how handle classes affect copy operations, see Copying Objects.