Skip to content

Commit

Permalink
[plasticity] add synaptic plasticity module
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 committed Sep 11, 2023
1 parent d569c5f commit 1d28b37
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
1 change: 1 addition & 0 deletions brainpy/dyn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from .neurons import *
from .synapses import *
from .projections import *
from .plasticity import *
from .others import *
from .outs import *
from .rates import *
Expand Down
4 changes: 0 additions & 4 deletions brainpy/dyn/projections.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


from brainpy._src.dyn.projections.aligns import (
VanillaProj,
ProjAlignPostMg1,
Expand All @@ -20,7 +19,4 @@
PoissonInput as PoissonInput,
)

from brainpy._src.dyn.projections.plasticity import (
STDP_Song2000 as STDP_Song2000,
)

12 changes: 12 additions & 0 deletions docs/apis/brainpy.dyn.plasticity.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Synaptic Plasticity
===================

.. currentmodule:: brainpy.dyn
.. automodule:: brainpy.dyn

.. autosummary::
:toctree: generated/
:nosignatures:
:template: classtemplate.rst

STDP_Song2000
1 change: 1 addition & 0 deletions docs/apis/dyn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
brainpy.dyn.outs.rst
brainpy.dyn.rates.rst
brainpy.dyn.projections.rst
brainpy.dyn.plasticity.rst
brainpy.dyn.others.rst

0 comments on commit 1d28b37

Please sign in to comment.