-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Default setElitismReplacement value #72
Comments
There are a lot of tradeoffs in this, for instance, if you increase the number of individuals that are going to go to the next population you may also reduce the diversity and increase the convergence into a local minima, etc. |
There are a lot of tradeoffs in this, for instance, if you increase the On Fri, Jul 24, 2015 at 3:44 PM, ho1 [email protected] wrote:
Blog http://blog.christianperone.com | Github https://github.com/perone |
That is a good point, I didn't think about that. Some additional good thoughts around this topic: http://stackoverflow.com/questions/14622342/elitism-in-ga-should-i-let-the-elites-be-selected-as-parents. |
Any thoughts on why the default number for number of individuals to be replaced is set so "low" at 1 individual (out of a default population of 80?). Wouldn't a higher default number lead to improved performance for most cases "out-of-the-box"?
The text was updated successfully, but these errors were encountered: