Function EvSpikeSim::on_post_synapse

Function Documentation

CALLBACK void EvSpikeSim::on_post_synapse(float weight, const float *neuron_traces, float *synaptic_traces)

Callback used to the update synaptic traces at each post-synaptic event.

Parameters
  • weight – The weight of the synapse that is being updated.

  • neuron_traces – The neuron traces.

  • synaptic_traces – The traces of the synapse that is being updated.