CovertLab / arrow

Stochastic simulations in python
MIT License
3 stars 1 forks source link

Store reaction dependencies for efficient propensity recalculation #14

Closed jmason42 closed 5 years ago

jmason42 commented 5 years ago

Right now we only recompute propensities that need to be recomputed, but which reactions are dependent on which others is determined every step. We could easily cache that information.

jmason42 commented 5 years ago

Addressed by #25