module NEAT::BasicNeuronTypes
Basic Neuron Types¶ ↑
Basically, the neurons (nodes) will have an instantiation to represent their places in the neural net, and way to spin up the phenotypic representation.
The basic types to RubyNEAT are represented here.