ukhsa-collaboration / pygom

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

create a stocastic system from a deterministic #36

Closed twomagpi closed 3 months ago

twomagpi commented 4 years ago

We can integrate a stochastic object to get the determininistic solution but there isn't an easy constructor for a stochastic model when you have the deterministic one.

This is just a case of copying across the correct fields and submitting them to the constructor. A convienience function would be good.

twomagpi commented 3 months ago

Will actually remove the false distinction between deterministic and stochastic classes in favour of a single one in next version.