Class Neuron
java.lang.Object
com.marginallyclever.ro3.node.nodes.odenode.brain.Neuron
A neuron in a brain.
The neuron does not know how many inputs it has.
The neuron knows how many outputs it has.
An output might go to nothing.
An output might go to a synapse.
The synapse have bindings to "good" and "bad" feelings.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Neuron
public Neuron()
-