![]() |
Nano Brain for Unity v0.1
|
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. | |
Properties | |
| bool | isSleeping [get] |
| NanoBrain.Synapse.Synapse | ( | Neuron | nucleus, |
| float | weight = 1::0f |
||
| ) |
Create a new Synapse.
| nucleus | The neuron from which input is received |
| weight | The weight value to apply to the Neuron input |