Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exponential lookup tables for homogenous STDP synapses #3247

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion examples/nest/hpc_benchmark.sli
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ def
/V_reset 0.0 mV % Reset Potential (mV)
/tau_syn_ex tau_syn % time const. postsynaptic excitatory currents (ms)
/tau_syn_in tau_syn % time const. postsynaptic inhibitory currents (ms)
/tau_minus 30.0 ms %time constant for STDP (depression)
% V can be randomly initialized see below
/V_m 5.7 mV % mean value of membrane potential
>>
Expand All @@ -169,6 +168,7 @@ def
/lambda 0.1 % STDP step size
/mu 0.4 % STDP weight dependence exponent (potentiation)
/tau_plus 15.0 % time constant for potentiation
/tau_minus 30.0 %time constant for depression
>>

/eta 1.685 % scaling of external stimulus
Expand Down
Loading
Loading