Skip to content
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

Open
ho1 opened this issue Jul 24, 2015 · 3 comments
Open

[Question] Default setElitismReplacement value #72

ho1 opened this issue Jul 24, 2015 · 3 comments

Comments

@ho1
Copy link

ho1 commented Jul 24, 2015

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"?

@perone
Copy link
Owner

perone commented Jul 24, 2015

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.

@perone
Copy link
Owner

perone commented Jul 24, 2015

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.

On Fri, Jul 24, 2015 at 3:44 PM, ho1 [email protected] wrote:

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"?


Reply to this email directly or view it on GitHub
#72.

Blog http://blog.christianperone.com | Github https://github.com/perone
| Twitter https://twitter.com/tarantulae
"Forgive, O Lord, my little jokes on Thee, and I'll forgive Thy great big
joke on me."

@ho1
Copy link
Author

ho1 commented Jul 24, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants