-
Notifications
You must be signed in to change notification settings - Fork 12
Simulators
William Poole edited this page Dec 6, 2018
·
2 revisions
For examples of how to actually do simulations, check the [examples] (https://github.com/ananswam/bioscrape/blob/master/examples/examples.ipynb).
Simulations can be performed deterministically (without delay or cell division, i.e. regular deterministic ODE's for a system of reactions), or they can be performed stochastically with or without delay and with or without cell growth and division.
TODO