38 histentry(
double t,
double Kminus,
double Kminus_triplet,
size_t access_counter );
Class implementing entries of the firing rate regularization history for e-prop plasticity.
Definition histentry.h:145
double firing_rate_reg_
Definition histentry.h:149
Class implementing entries of the readout node model's history of e-prop dynamic variables.
Definition histentry.h:123
double error_signal_
Definition histentry.h:127
Class implementing entries of the recurrent node model's history of e-prop dynamic variables.
Definition histentry.h:110
double firing_rate_reg_
Definition histentry.h:116
double surrogate_gradient_
Definition histentry.h:114
double learning_signal_
Definition histentry.h:115
Class implementing entries of the update history for e-prop plasticity.
Definition histentry.h:134
size_t access_counter_
Definition histentry.h:138
Base class implementing history entries for e-prop plasticity.
Definition histentry.h:76
friend bool operator<(const HistEntryEprop &a, const HistEntryEprop &b)
Definition histentry.h:89
long t_
Definition histentry.h:80
virtual ~HistEntryEprop()
Definition histentry.h:81
Class to represent a single entry in the spiking history of the ClopathArchivingNode or the Urbanczik...
Definition histentry.h:54
friend bool operator<(const histentry_extended &he, double t)
how often this entry was accessed (to enable removal, once read by all synapses which need it)
Definition histentry.h:67
double dw_
Definition histentry.h:59
size_t access_counter_
Definition histentry.h:61
double t_
point in time for the history entry (in ms)
Definition histentry.h:58
Class to represent a single entry in the spiking history of the ArchivingNode.
Definition histentry.h:36
double Kminus_
value of Kminus at that time
Definition histentry.h:41
double t_
point in time when spike occurred (in ms)
Definition histentry.h:40
double Kminus_triplet_
value of triplet STDP Kminus at that time
Definition histentry.h:42
size_t access_counter_
Definition histentry.h:44
Namespace for the NEST simulation kernel.
Definition beta_normalization_factor.h:33
bool operator<(const histentry_extended &he, double t)
Definition histentry.h:67