nest / nestml

A domain specific language for neuron and synapse models in spiking neural network simulation
GNU General Public License v2.0
44 stars 46 forks source link

Forbid RNG sampling on right-hand side of ODEs #1056

Open clinssen opened 1 month ago

clinssen commented 1 month ago

It should be forbidden to draw random samples on the right-hand side of ODEs, because ODEs might be integrated in different ways (forward Euler, Runge-Kutta) and some of these solvers might use extra internal timesteps, which would draw different random samples on each internal step.