Skip to content
Snippets Groups Projects
Unverified Commit 70d58166 authored by Ben Cumming's avatar Ben Cumming Committed by GitHub
Browse files

Implement cell-local event generators (#414)

Implement generic `event_generator`, and some common generators that should be useful to users out of the box:
* poisson sequence                                                                                       
* uniform regular sequence
* from a user-prescribed sequence
* from a `std::vector` of post synaptic events.

Extend `recipe` API to provide an `recipe::event_generators(gid)` that returns a list of `event_generator`s attached to a cell with `gid`.

Update the `model` class and `merge_events` method to support event generators.

Fixes #401 
parent 1bd65e13
No related branches found
No related tags found
No related merge requests found
Showing with 1012 additions and 58 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