nest / nest-simulator

The NEST simulator
http://www.nest-simulator.org
GNU General Public License v2.0
544 stars 370 forks source link

Exponential lookup tables for homogenous STDP synapses #3247

Open otcathatsya opened 4 months ago

otcathatsya commented 4 months ago

Updated implementation of lookup tables for exponential computations in homogenous STDP synapses (original commits by @suku248 @jarsi), for now just applied to stdp_pl_synapse_hom. There are a few potential concerns:

In the figures below, "plain" is an implementation that just replaced existing structures for testing purposes while "separate" is the current version with duplicated classes, they are both listed as a sanity check and performance should be the same. "Converted" uses a templated histentry and conversion approach in archiving node. Std and mean values taken over 3 rng seeds. exp_tables exp_tables_2