예제 #1
0
 public void score(Network net, float fitness)
 {
     generations.addGenome(new Genome(net.saveState(), fitness));
 }
예제 #2
0
 public void networkScore(NeuralNetwork neuralNetwork, int score)
 {
     generations.addGenome(new Genome(neuralNetwork, score));
 }