MCPcopy Create free account
hub / github.com/BindsNET/bindsnet / update

Method update

bindsnet/learning/learning.py:170–175  ·  view source on GitHub ↗

Abstract method for a learning rule update.

(self, **kwargs)

Source from the content-addressed store, hash-verified

168 )
169
170 def update(self, **kwargs) -> None:
171 # language=rst
172 """
173 Abstract method for a learning rule update.
174 """
175 super().update()
176
177
178class PostPre(LearningRule):

Callers 15

_driveFunction · 0.45
_drive_shapedFunction · 0.45
SOM_LM-SNNs.pyFile · 0.45
batch_eth_mnist.pyFile · 0.45
eth_mnist.pyFile · 0.45
runSimulatorFunction · 0.45
step_Method · 0.45

Calls

no outgoing calls

Tested by 3

_driveFunction · 0.36
_drive_shapedFunction · 0.36