#Inputs | #Inputs | noOfInputNeurons [Bias Neuron does not count; Supply the number of dimensions you want to sample] | Integer |
#Outputs | #Outputs | noOfOutputNeurons [The number of outputs you get per sample vector] | Integer |
Generations | Generations | number of generations | Integer |
Functions | Functions | Functions and their probabilities to use in the network | Text |
Settings | Settings | Evolution parameters | CPPN evolution parameters |
Seed Networks | Seed Networks | Seeding Network Solutions; will be duplicated until population size is reached, duplicates will have mutated connection weights with the given neat parameters | Network oEL |
Run | Run | Run Flag - Set to true to run | Boolean |