Neuron definitions
Neuron definition consists of 3 parts:
- custom fields definition ("prop:" sections, available as "Fields" object)
- "function init()" (will be called at the neuron creation time)
- "function go()" (should set new Neuro.state value)
Classes defined in Neuron definitions:
n
Neuro
Live Neuron object.
Global context
>>
Experiment definition
>>
Neuron definitions