brainpy / BrainPy

Brain Dynamics Programming in Python
https://brainpy.readthedocs.io/
GNU General Public License v3.0
508 stars 92 forks source link

Support for delta synapse #567

Closed chaoming0625 closed 8 months ago

chaoming0625 commented 8 months ago

Please:

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.

chaoming0625 commented 8 months ago

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.

chaoming0625 commented 8 months ago

Solved in #568