JesusEV / nest-simulator

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

Replace beta_fr_ema with kappa for eligibility trace filtering #1

Closed JesusEV closed 5 months ago

JesusEV commented 5 months ago

Previously, models utilized a parameter named beta_fr_ema to control the low-pass filtering of the firing rate regularization term. This update replaces beta_fr_ema with kappa which standardize the treatment of both the learning signal and firing rate regularization contributions, thereby simplifying notation and saving computations.

JesusEV commented 5 months ago

@akorgor last commit adds your suggestion to test edge cases