KarrLab / wc_sim

A multi-algorithmic simulator for whole-cell models
MIT License
6 stars 2 forks source link

Dynamically reduce the time steps of dFBA submodels #107

Open artgoldberg opened 3 years ago

artgoldberg commented 3 years ago

Dynamically reduce the time steps of dFBA submodels when FBA solutions predict species populations near 0 in the upcoming time step. Could reduce time step size by half. Also, increase time step size when FBA solutions do not predict species populations near 0 in the upcoming time step.

Might not be necessary after issues #105 and #106 are addressed.