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 13 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be changed in the hpc_benchmark? Should it not use the default (non-lookup-table) version of exp?

% 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