Nano Brain for Unity v0.1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Synapse Class Reference

Description

A Synapse connects the ouput of a Neuron to another Neuron.

Public Member Functions

 Synapse (Neuron nucleus, float weight=1.0f)
 Create a new Synapse.
 

Public Attributes

Neuron neuron
 The neuron from which input is received.
 
float weight
 The weight value to apply to the Neuron input.
 

Constructor & Destructor Documentation

◆ Synapse()

Synapse ( Neuron  nucleus,
float  weight = 1::0f 
)

Create a new Synapse.

Parameters
nucleusThe neuron from which input is received
weightThe weight value to apply to the Neuron input