Plot the fitness values of the population over generations.
Examples
# example of usage
fitness_values <- c(10, 8, 6, 4, 2)
plot_fitness(fitness_values)
Plot the fitness values of the population over generations.
# example of usage
fitness_values <- c(10, 8, 6, 4, 2)
plot_fitness(fitness_values)