JumpProcesses.jl icon indicating copy to clipboard operation
JumpProcesses.jl copied to clipboard

add option to convert MassActionJumps to ConstantRateJumps

Open isaacsas opened this issue 8 months ago • 3 comments

In some preliminary benchmarking for a talk I'm finding that when using Direct with a small number of jumps (~6), we can actually now get a ~30% speedup using ConstantRateJumps. This needs more investigation, but it may be that in the case of a small number of jumps, where we don't need function wrappers and use recursion for type-stability, we can now do better than MassActionJumps.

isaacsas avatar Jun 14 '24 17:06 isaacsas