Example #1
0
File: NEAT.cs Project: Johbja/NEAT
 public void RemoveConnection(Connection c)
 {
     genom.RemoveConnectionGene(c);
 }