You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
953 Implement basic stochastic equation based model (#954)
- Implemented stochastic version of SIR and SIRS model, with specialized Simulations.
- Implemented Euler-Maruyama method reusing EulerIntegratorCore and a custom advance function.
- Time step dt is now updated during integration. This is currently only used by the new SDE models.
- Protected IntegratorCore for stochastic models to avoid unintended use of ODE integrators.
- Small fixes: avoid two dangling references, avoid a copy in FlowSimulation.
Co-authored-by: reneSchm <49305466+reneSchm@users.noreply.github.com>
Co-authored-by: Martin J. Kühn <62713180+mknaranja@users.noreply.github.com>
Co-authored-by: HenrZu <henrik.zunker@dlr.de>
0 commit comments