Function EvSpikeSim::on_pre_synapse

Function Documentation

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

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

Parameters
  • weight – The weight of the connection that received the pre-synaptic spike.

  • neuron_traces – The neuron traces.

  • synaptic_traces – The traces of the synapse that received the pre-synaptic spike.