Closed bbolker closed 1 year ago
Hello @bbolker !
Sorry for the late response.
If your reactions are similar between the runs, you can use compile_reactions()
to precompile your reactions once and reuse them in many executions.
Otherwise, I currently don't know of a way around this issue.
Does this solve your problem?
Robrecht
Closing this issue due to inactivity
When I initiate many
GillespieSSA2
runs in the same R session I appear to hit this:I think I can avoid this in the current case by restarting R (I was being lazy), but it seems like a potential issue (I will work on a reproducible example to see what the maximal value is) ...