40template <
typename SynapseType>
Namespace for synapse traits.
STDP internal common templates.
STDP additive rule parameters.
SynapseType LinkedSynapseType
Type of the synapse linked with rule.
float tau_plus_
Time constant in milliseconds intended to increase the weight.
float tau_minus_
Time constant in milliseconds intended to decrease the weight.
std::vector< uint32_t > postsynaptic_spike_times_
Indexes of network execution steps on which spikes on the axon were generated.
std::vector< uint32_t > presynaptic_spike_times_
Indexes of network execution steps on which spikes on the synapse were generated.