-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* reexport t and D from MTK * add alias for `AbstractNeuronBlox` for brevity * export functions for easier custom blox+connector definitions * add generic spike affect and restructure existing one for LIF neurons * add `system(blox)` to return (simplified) system * option to choose between namespaced or not input equations in getter function * add generic Connector dispatch * add getter functions for spike affect states and params * remove abstract neuron -> neuron Connector dispatch * change values in `spike_affects` to `Vector{Tuple}` instead of `Tuple{Vector,Vector}` * move functional spike affect to `Neurographs.jl` * add generic fallback for discrete callbacks * fix typo * add `weight` argument to `connection_spike_affects`
- Loading branch information
Showing
5 changed files
with
168 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.