You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove reaction_index from self.dependencies[reaction_index] and eliminate the if at line 207
discuss how to choose between SSA (the Direct Method) and NRM in a model
add logging to the NRM submodel
consider this NRM submodel optimization: compute dependencies on species shared with continuous submodels dynamically; no dependency exists if the slope has been 0 since the last reaction was executed. (don't need to look further back, because if the slope was non-0 before the previous reaction, then the propensity would have been calculated then)
The text was updated successfully, but these errors were encountered:
reaction_index
fromself.dependencies[reaction_index]
and eliminate theif
at line 207The text was updated successfully, but these errors were encountered: