nest / nestml

A domain specific language for neuron and synapse models in spiking neural network simulation
GNU General Public License v2.0
46 stars 45 forks source link

Fix third-factor plasticity buffering and add third factor plasticity tutorial #1078

Open clinssen opened 3 months ago

clinssen commented 3 months ago

Builds upon #1027 by adding a new code generator option continuous_state_buffering_method to allow postsynaptic 3rd factor buffering using a spike-based buffer rather than a continuous time (simulation resolution) based buffer.

Should be merged after #1027.

TODO