Method | Description | |
---|---|---|
NEATPopulation ( ) : System |
Construct the object.
|
|
NEATPopulation ( int inputCount, int outputCount, int populationSize ) : System |
Construct a starting NEAT population.
|
public NEATPopulation ( int inputCount, int outputCount, int populationSize ) : System | ||
inputCount | int | The input neuron count. |
outputCount | int | The output neuron count. |
populationSize | int | The population size. |
return | System |