2930313233343536373839
for (int i = 0; i < 30; ++i) { for (int j = 0; j < 30; ++j) { algorithm.step(DataUtils.asList(i, j)); System.out.print(" " + algorithm.getNetwork().getLayers().getLast().getMinActivationNeuronIndex()); } System.out.println();