EXNN.Neuron

# Neuron Data Structure

### Struct Attributes

It’s a superset of the EXNN.Genome Struct, extra keys are:

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

a :forward event.
        message is a keyword [origin: value]
impulse(neuron)
initialize(genome)
signal(neuron, message, metadata \\ [])
start_link(genome)

Functions

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

a :forward event.
        message is a keyword [origin: value]
impulse(neuron)
initialize(genome)
signal(neuron, message, metadata \\ [])
start_link(genome)