Hello,
I have a model (imported via SBML) for which I want to make stochastic simulations. I have tried discrete SSA simulations, but I want to perform continuous SDE simulations as well (using the chemical Langevin equation interpretation).
I go to time courses. I can successfully simulate the system deterministically using e.g. "Deterministic (LSODA)". However, I then try "SDE Solver (RI5)". I can successfully simulate using it, but there is no sign of randomness. For a long duration, the system reaches a steady state and do not deviate.
If I change to "Particle Numbers" (from "Concentrations") and then simulate using "Stochastic (Direct Method)", I do get a solution that fluctuates around the steady state. So randomness seems to work, just not using the SDE approach.
Am I missing something, or is there some reason I might be failing? Attaching the file I have used for reference.