EXNN.Neuron
# Neuron Data Structure
### Struct Attributes
It’s a superset of the EXNN.Genome Struct, extra keys are:
- acc: accumulator for weighted incoming signals
- trigger: a keyword signaling (when empty) that the neuron should fire
Summary↑
fire(neuron) | broadcast input to registered outs and resets its trigger |
forward(out_id, neuron, value) | |
handle_call(msg, from, state) | NodeServer basic protocol action is to react to
|
impulse(neuron) | |
initialize(genome) | |
signal(neuron, message, metadata \\ []) | |
start_link(genome) |
Functions
broadcast input to registered outs and resets its trigger
NodeServer basic protocol action is to react to
a :forward event.
message is a keyword [origin: value]