Class implementing entries of the recurrent node model's history of e-prop dynamic variables. More...
#include <histentry.h>
Public Member Functions | |
| HistEntryEpropRecurrent (long t, double surrogate_gradient, double learning_signal, double firing_rate_reg) | |
Public Member Functions inherited from nest::HistEntryEprop | |
| HistEntryEprop (long t) | |
| virtual | ~HistEntryEprop () |
Public Attributes | |
| double | surrogate_gradient_ |
| double | learning_signal_ |
| double | firing_rate_reg_ |
Public Attributes inherited from nest::HistEntryEprop | |
| long | t_ |
Class implementing entries of the recurrent node model's history of e-prop dynamic variables.
| nest::HistEntryEpropRecurrent::HistEntryEpropRecurrent | ( | long | t, |
| double | surrogate_gradient, | ||
| double | learning_signal, | ||
| double | firing_rate_reg | ||
| ) |
| double nest::HistEntryEpropRecurrent::firing_rate_reg_ |
| double nest::HistEntryEpropRecurrent::learning_signal_ |
| double nest::HistEntryEpropRecurrent::surrogate_gradient_ |