Skip to content

Commit

Permalink
mod to classical stdp syn
Browse files Browse the repository at this point in the history
  • Loading branch information
ago109 committed Jul 7, 2024
1 parent 2dce368 commit d889e8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ngclearn/components/synapses/hebbian/STDPSynapse.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ def help(cls): ## component help function
"A_minus": "Strength of long-term depression (LTD)",
"tau_plus": "Time constant for long-term potentiation (LTP)",
"tau_minus": "Time constant for long-term depression (LTD)",
"eta": "Global learning rate initial condition"
"eta": "Global learning rate initial condition",
"tau_w": "Time constant for synaptic adjustment (if Euler-style change used)"
}
info = {cls.__name__: properties,
"compartments": compartment_props,
Expand Down

0 comments on commit d889e8a

Please sign in to comment.