[][src]Module radiate::models::neat::neurontype

A neural network is made up of an input layer, hidden layers, and an output layer

Enums

NeuronType

Because NEAT isn't exactly a traditional neural network there are no 'layers'. However there does need to be input nodes, hidden nodes, and output nodes.