perone / Pyevolve

Pyevolve
http://pyevolve.sourceforge.net/wordpress/
313 stars 107 forks source link

[Question] Elitism #80

Open vagnur opened 7 years ago

vagnur commented 7 years ago

How does the elitism work in this project ? The elite subject is copied to the next generation or is used as a parent? I'm asking because when I set the elitism in True, I expected to see always the same minium fitnes over the generations, but is not the case.

perone commented 7 years ago

You're supposed to see always the same or better minimum raw score, not the fitness, note the difference.

vagnur commented 7 years ago

Oh, now I get it. My apologies, thanks for the reply, really great module by the way, it has been very useful!