-
Notifications
You must be signed in to change notification settings - Fork 8
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
pop::size is actually pop::size*2 #12
Comments
Why is it |
JB I am guessing that you are referring to the fact that two offspring are generated for each element in the population, this is why it is pop::size*2. I am ok with fixing this. |
Ohh okay. That's true. @jbmouret what fix are you suggesting? |
I propose to simply divide pop::size by 2 in the reproduction loop. |
I don't have a problem with this (or any) solution. |
Seems okay, but we need to double our pop::size in our experiments (in order to get the results of the same quality).. |
This does not change anything but this can be counter-intuitive when we evaluate the number of fitness evaluation.
OK to fix?
The text was updated successfully, but these errors were encountered: