Ejemplo n.º 1
0
 //mutiraj zmiju
 public void Mutate(double mutationRate)
 {
     brain.Mutate(mutationRate);
 }