Visualizing Basic Statistics
Learn how to create a mean fitness vs generation graph of tiger evolution framework.
We'll cover the following...
A mean fitness versus generation graph
In the previous chapter, one of the issues we encountered during your evolution was continuing the algorithm after it had already converged. When we analyzed the mean fitness at different generations, we saw that there was basically no change between the 500
th and 1000
th generation. This is because the algorithm had already converged.
The easiest way to recognize roughly when ...