public static void evolve(Neat neat) { for (int i = 0; i < neat.Max_clients; i++) { rateClient(neat.getClient(i)); } neat.evolve(); }