GARS_PlotFitnessEvolution {GARS} | R Documentation |
This function plots the maximum fitness scores for each generation
GARS_PlotFitnessEvolution(fitness.scores)
fitness.scores |
A numeric vector where each element corresponds to the fitness score |
A plot which represent the evolution of the fitness score across the generations
Mattia Chiesa, Luca Piacentini
# use example data: data(GARS_fit_list) GARS_PlotFitnessEvolution(GARS_fit_list)