Skip to content
Snippets Groups Projects
Unverified Commit c976c666 authored by boeschf's avatar boeschf Committed by GitHub
Browse files

SDE (#1884)

Main changes
- uncorrelated and independently distributed white noise generation for point and density mechanisms
- enabled by extending nmodl dialect and adjusting modcc (WHITE_NOISE block, stochastic solver method)
- SDEs are solved by Euler-Maruyama method (synapse collapsing disabled in this case)
- CPU and GPU backends responsible for creating random numbers using random123
- simulation takes a seed value
- bumped ABI due to addition of random numbers in ppack
Incidental changes
- builder pattern for simulation
- pimpl idiom supported by util classes
parent c8b2e785
No related merge requests found
Showing
with 527 additions and 50 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment