Ejemplo n.º 1
0
 public void addPopulation(GenomeList pop)
 {
     pop.ForEach(x => addGenome((NeatGenome.NeatGenome)x));
 }