superneuromat.SNN.stdp_info#

SNN.stdp_info()[source]#

Generate a description of the current global STDP settings.

Return type:

list[str]

Examples

>>> print(snn.stdp_info())
STDP is globally enabled over 3 time steps.
apos: [1.0, 0.5, 0.25]
aneg: [-0.1, -0.05, -0.025]
5 synapses have STDP enabled.

See also