This PR simplifies the calculation of epsilon in the compute_gradient functions of the adaptive e-prop neuron models by substituting part of the formula with the already computed value of e. This change aims to improve readability and increase efficiency of the code.
This PR simplifies the calculation of
epsilon
in thecompute_gradient
functions of the adaptive e-prop neuron models by substituting part of the formula with the already computed value ofe
. This change aims to improve readability and increase efficiency of the code.