msneddon / nfsim

A general-purpose, stochastic, biochemical reaction simulator for large reaction networks
MIT License
17 stars 18 forks source link

'stop_if' argument not supported #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Network3 currently supports the 'stop_if=>condition' argument in simulate(). 
This causes the simulator to stop as soon as "condition"==true. This is very 
useful for, e.g., cell cycle simulations, and is the first step towards 
supporting triggers and events in BNG. It would be good to support this in 
NFsim as well.

Original issue reported on code.google.com by lh64@cornell.edu on 29 May 2013 at 9:51

GoogleCodeExporter commented 9 years ago
A related argument is "print_on_stop=>0/1", which specifies whether or not the 
system state should be output if/when the stopping condition is met.

Original comment by lh64@cornell.edu on 5 Jun 2013 at 3:40