Work to be done
- During the evolution phase, save in a file the stats about the best individual of current generation, the best ever up to current generation, and the average fitness of all individuals in current generation
- In
show_results.ipynb create and save the line plot comparing such stats over generations
This can provide useful insights of how the whole population evolves (e.g., it may happen that the average fitness drops over time, and we want to avoid such scenario).
Work to be done
show_results.ipynbcreate and save the line plot comparing such stats over generationsThis can provide useful insights of how the whole population evolves (e.g., it may happen that the average fitness drops over time, and we want to avoid such scenario).