ukhsa-collaboration / pygom

ODE modelling in Python
GNU General Public License v2.0
27 stars 20 forks source link

Benchmarking of tau leap #115

Open j-c-gibson opened 1 month ago

j-c-gibson commented 1 month ago

I've noticed that stochastic simulations run without end if all state populations hit zero. I think this is because the adaptive tau leap algorithm is allocating very small or possibly zero step sizes.

It would be good to fix this and also in general to run some checks to verify that the step sizes are sensible.