JesusEV / nest-simulator

The NEST simulator
GNU General Public License v2.0
1 stars 0 forks source link

Simplify and optimizer gradient calculation for adaptive e-prop #14

Closed akorgor closed 6 months ago

akorgor commented 6 months ago

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.