-
Notifications
You must be signed in to change notification settings - Fork 121
Fix inversion crossover bug with pdp and prize collection #179
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
Conversation
|
Are we using a different clang style file now? It is hard to find the file where the actual code change happens. If there is no mistake on the styling, i think we should reformat whole repo with a PR. Also could you please open an issue to make sure we implement the IX for PDP? Do we know the quality impact of disabling IX? If it is a significant decrease in quality, we should implement the fix instead of disabling it. |
I think it was never meant to be enabled. I can check on homberger. |
rg20
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
/merge |
IX is assuming that all nodes are present in solution b. We can fill the missing node in b to ensure sorting will keep the precedence.
This PR also adds a check for initial solutions with PDP
Closes: #177