Neat.Fitness
Summary
Functions
Given Neat, each species representative is replaced by the tuple {ann, average_fitness_of_species, {time_since_last_improvement, max_fitness}}. time_since_last_improvement counts the number of time steps since the max_fitness has gone up
Given Neat, each member of the population is replaced by a tuple including its fitness: {ann, fitness}
Functions
Given Neat, each species representative is replaced by the tuple {ann, average_fitness_of_species, {time_since_last_improvement, max_fitness}}. time_since_last_improvement counts the number of time steps since the max_fitness has gone up.