SciML / JumpProcesses.jl

Build and simulate jump equations like Gillespie simulations and jump diffusions with constant and state-dependent rates and mix with differential equations and scientific machine learning (SciML)
https://docs.sciml.ai/JumpProcesses/stable/
Other
140 stars 35 forks source link

network free solvers #415

Open isaacsas opened 5 months ago

isaacsas commented 5 months ago

@TorkelE pointed out that on a multisite phosphorylation benchmark where species can have many phosphorylation states, we are starting to lose performance relative to network-free methods as the number of sites increases (NF methods track individual molecules and their states). It would be worth thinking about how to include such solvers / representations here too, especially in ways that can exploit our current SSA infrastructure.

@TorkelE when you are able to share, could you link the network files and sources?