-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-physical behavior near zero copy number for SSA #215
Comments
There's no reason to require species to not go negative in the simulator,
|
True, but some models like the Mycoplasma whole-cell model apparently rely on the simulation algorithm stopping reactions before the copy number can go negative, so I'll put it behind a config flag. |
In that case its a bad model. The biophysics should be correct so that H On Sun, Oct 11, 2015 at 9:48 AM, Kyle Medley notifications@github.com
|
Fixed. Python syntax is:
|
I have to agree that that is a crappy model, and not an issue with the However, I could see a translator from that crappy model to a slightly f(x,y) to: piecewise(0, S1<=0, f(x,y)) -Lucian On Sun, Oct 11, 2015 at 10:26 AM, Kyle Medley notifications@github.com
|
The Gillespie simulator allows the copy numbers of molecules to go negative, which should not happen.
The text was updated successfully, but these errors were encountered: