Coevolve
was updated to support use with coupled ODEs/SDEs. See the updated documentation for details, and note the comments there about one needing to ensure rate bounds hold however the ODE/SDE stepper could modify dependent variables during a timestep.
- Support for "bounded"
VariableRateJump
s that can be used with theCoevolve
aggregator for faster simulation of jump processes with time-dependent rates. In particular, if allVariableRateJump
s in a pure-jump system are bounded one can useCoevolve
withSSAStepper
for better performance. See the documentation, particularly the first and second tutorials, for details on defining and using boundedVariableRateJump
s.