SimBiology.export.ImplicitTauSimulationOptions class

Superclasses: SimBiology.export.StochasticSimulationOptions

Settings for implicit tau-leaping stochastic simulation of exported SimBiology model

Description

SimBiology.export.ImplicitTauSimulationOptions is the class of simulation options associated with the implicit tau-leaping solver of an export model.

Construction

Implicit tau-leaping simulation options are created by the export method for SimBiology® models with a stochastic SolverType set to 'impltau'.

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

Properties

ErrorTolerance

Error tolerance, a scalar value in the range (0,1).

LogDecimation

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

MaxIterations

Nonlinear solver maximum number of iterations, 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, 'impltau'. This property is read only.

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.