Skip to content

SoftwareSynapse

DavidFreely edited this page Nov 9, 2025 · 3 revisions

Related: ConceptSynapse, SoftwareNeuron, SoftwareNeuronEngine

Each synapse consists of:

  • the Id of (a) target neuron(s)
  • a weight (floating-point number) that is being given the target neuron(s).

Synapses are added with a single function add synapse which adds a single synapse from the source neuron to the destination neuron with a given weight.

Clone this wiki locally