Class Name:
WeightDependentSTDPPlasticity
Parameter Structure:
struct weightdependent_stdp_plasticity_parameters_struct {
float a_minus;
float a_plus;
float tau_minus;
float tau_plus;
float lambda;
float alpha;
float w_max;
bool nearest_spike_only; // By default, this boolean is false and the rule is all-to-all
}
These parameters correspond to the Brunel model used as a benchmark in:
Zenke F, Gerstner W. Limits to high-speed simulations of spiking neural networks using general-purpose computers. Front Neuroinform. Frontiers; 2014;8: 76.