Torkel Loman

Results 439 comments of Torkel Loman

> What led you to repeatedly create a JumpProblem from the same network like this? I had a system where I wanted to simulate it for a large number of...

Can someone explain exactly what "Default parameter splitting" means?

(Simple) spatial models are currently possible. I have also created an issue for gathering future steps for improving spatial implementations at: https://github.com/SciML/Catalyst.jl/issues/726. Would it make sense to close this and...

Stuff from here is now intergrated to https://github.com/SciML/Catalyst.jl/issues/726

I'd say this is solver: https://docs.sciml.ai/Catalyst/dev/tutorials/bifurcation_diagram/

Given that we changed our doc approach, is this superseded?

(Simple) spatial models are currently possible. I have also created an issue for gathering future steps for improving spatial implementations at: https://github.com/SciML/Catalyst.jl/issues/726. Would it make sense to close this and...

Stuff from here is now intergrated to https://github.com/SciML/Catalyst.jl/issues/726

Given current development, I do not think this is the way to go. Something like ```julia @reaction_network begin @delayed_variable Xτ ~ X(t-τ) p, ∅ --> X d*Xτ, X --> ∅...