Superclasses: SimBiology.export.SimulationOptions
Settings for stochastic simulation of exported SimBiology model
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
.
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 |
|
Frequency to log stochastic simulation output, 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. This property is read only. The stochastic solver type is one of:
|
|
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.