InputNeurons | I | The input neurons of the genome's CPPN | Point |
HiddenNeurons | H | The hidden neurons of the genome's CPPN | Point |
OutputNeurons | O | The output neurons of the genome's CPPN | Point |
InputNeuronType | IF | Activation Functions of the input neurons | Text |
HiddenNeuronType | HF | Activation Functions of the hidden neurons | Text |
OutputNeuronType | OF | Activation Functions of the output neurons | Text |
Connection Start | CS | The start index of a connection between the neurons of the genome's CPPN | Integer |
Connection End | CE | The end index of a connection between the neurons of the genome's CPPN | Integer |
Connection Weights | W | The connections' weights | Number |
Biases | B | The neuron's bias values | Number |
Phenotype | Ph | Any objects that represent the individual solution (e.g. geometry) | Generic Data |