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

nsga2 batch fitness evaluation (bfe) #308

Merged
merged 8 commits into from
Jun 26, 2019
Merged

nsga2 batch fitness evaluation (bfe) #308

merged 8 commits into from
Jun 26, 2019

Conversation

ajw287
Copy link

@ajw287 ajw287 commented Jun 15, 2019

I think that these are the minimal changes to get working with bfe on nsga2

@darioizzo
Copy link
Member

Thanks for this PR, can you fix the CI failures? Mainly related to dangerous conversions among int types?

@ajw287
Copy link
Author

ajw287 commented Jun 16, 2019 via email

@ajw287
Copy link
Author

ajw287 commented Jun 16, 2019

All done. Sorry I overlooked them before.


poptemp.push_back(child1);
poptemp.push_back(child2);
//popnew.push_back(child1, f1);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@willcodeforfudd can these commented lines be removed?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, of course. Sorry for the sloppy code, and repeated commits - this is my first time collaborating on a github project.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@willcodeforfudd no worries, thanks for contributing the code. I am trying to ping @darioizzo to see if he can give the final OK for merging.

@bluescarni
Copy link
Member

@willcodeforfudd thanks for the PR! I had a small comment, but otherwise it looks good to me 👍

tests/nsga2.cpp Outdated Show resolved Hide resolved
@darioizzo darioizzo merged commit f6c0aa8 into esa:master Jun 26, 2019
@bluescarni bluescarni mentioned this pull request Jul 29, 2019
14 tasks
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

Successfully merging this pull request may close these issues.

3 participants