예제 #1
0
파일: NEAT.cs 프로젝트: Johbja/NEAT
 public void RemoveConnection(Connection c)
 {
     genom.RemoveConnectionGene(c);
 }