// iterate through the network FlushCount times
for (int i = 0; i < flushCount; ++i) {
int outputIndex = 0;
int index = 0;
result.clear();
// populate the input neurons
while (this.neurons.get(index).getNeuronType()
== NEATNeuronType.Input) {
this.neurons.get(index).setOutput(input.getData(index));