Kaan Öcal

Results 24 issues of Kaan Öcal

I have been going through the code & documentation of `JumpProcesses` in order to find out how to set up reproducible (RNG seeded) ensemble runs. The following snippet yields the...

question

I'm currently implementing a model where some species evolve according to ODEs and some according to the SSA. This causes some reactions to have variable rates (due to the ODEs),...

bug

It would be nice to use `SymbolicIndexingInterface.jl` to enable indexing such as ```julia sol[rn.A^2 * rn.B] ``` to extract the moment `E[A^2 B]`.