genn-team / genn

GeNN is a GPU-enhanced Neuronal Network simulation environment based on code generation for Nvidia CUDA.
http://genn-team.github.io/
GNU Lesser General Public License v2.1
233 stars 57 forks source link

test delayed synapses with learning #8

Closed esinyavuz closed 5 years ago

tnowotny commented 9 years ago

I believe we need to discuss where delays apply. Fromthe neurobiology side of things I would think what we implemented so far ar axonal delays and we assume that "backpropagation" of post-synaptic spikes for STDP etc does not incur a delay.

jamesturner246 commented 9 years ago

STDP in combination with delayed spike propagation has now been tested, and is confirmed working.

Introducing backpropagation delay is possible. Perhaps we should also take into consideration that the time constant of the dendrite probably is not equal to the time constant of the soma? i.e. membrane voltage may be significantly lower at postsynapse terminal afer backpropagating along the dendrites.

tnowotny commented 8 years ago

should we have a feature test on this?

neworderofjamie commented 5 years ago

new post_spike_time_in_sim and pre_spike_time_in_post_learn feature tests should address this