brainpy/BrainPy

Support for delta synapse

Closed this issue · 2 comments

Please:

  • Check for duplicate requests.
  • Describe your goal, and if possible provide a code snippet with a motivating example.

The new API in brainpy for synaptic projections does not support Delta synapse model.

This is only supportted in old API version, suck like brainpy.synapses.Delta.

This model is usually used in deep spiking neural networks. Therefore, it is essential to support delta synapse models in the context of new projection APIs.

Solved in #568