wsphillips / Conductor.jl

Choo-choo
MIT License
60 stars 12 forks source link

Explicit refractoriness for threshold-based spiking #59

Open wsphillips opened 1 year ago

wsphillips commented 1 year ago

In models where spikes are determined by a simple threshold crossing event, we should optionally support a refractory period of arbitrary length. It should also be a hook for other state manipulations. Practically, this could be handled by chaining an additional callback affect to spike events.