Skip to content
Open
Show file tree
Hide file tree
Changes from 12 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