This alpha version for MSWin
nrn-6.0.alpha-841-setup.exe
handles FOR_NETCONS properly. You can pick it up from the
Snapshots of alpha versions
link on the Download and Install NEURON page
http://www.neuron.yale.edu/neuron/install/install.html
Please note that stdp.mod implements just one of the many possible varieties of spike-
timing-dependent plasticity. Effective synaptic strength is the product of the NetCon's
weight and the factor 1+A, where A is >= 0 and represents the degree of potentiation.
Potentiation is additive and nonsaturating (pre before post adds a positive number to A),
depotentiation is multiplicative (post before pre multiplies A by a factor in the range
0 to 1). With slight modification, other plasticity rules could be implemented, e.g.
saturating or clipping weight changes, multiplicative potentiation, subtractive depotentiation,
"true" synaptic depression (effective weight possibly < NetCon's weight), etc..