Superclasses: SimBiology.export.StochasticSimulationOptions
Settings for implicit tau-leaping stochastic simulation of exported SimBiology model
SimBiology.export.ImplicitTauSimulationOptions
is
the class of simulation options associated with the implicit tau-leaping
solver of an export model.
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 |
|
Error tolerance, a scalar value in the range (0,1). |
|
Frequency to log stochastic simulation output, a positive integer value. |
|
Nonlinear solver maximum number of iterations, a positive integer value. |
|
Maximum number of logs criterion to stop simulation, a positive scalar value. |
|
Maximum elapsed wall clock time criterion to stop simulation, a positive scalar value. |
|
Random number generator, a positive integer value. |
|
Character vector indicating solver type to use for simulation, |
|
Simulation time criterion to stop simulation, a nonnegative scalar value. |
|
Time units for simulation. This property is read only. |
Handle. To learn how handle classes affect copy operations, see Copying Objects.