I'm running a genetic algorithm program and can find the best individual at the end of the run (hof[0]), but i want to know which generation produced it. Is there any attributes of hof[0] that will help print the individual and the generation that created it. I tried looking at the manuals and Google for answers but could not find it anywhere. I also couldn't find a list of the attributes of individuals that I could print. Can someone point to the right link and documentation to that.
Thanks