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

The default configuration for CH does not utilize the sorter, even if it is available #1246

Closed
zepfred opened this issue Dec 3, 2024 · 0 comments · Fixed by #1258
Closed
Assignees
Labels
bug Something isn't working

Comments

@zepfred
Copy link
Contributor

zepfred commented Dec 3, 2024

The solver's default settings do not utilize the sorter for CH if it exists. Steps to reproduce:

  1. Define a sorter setting.
  2. No sorter: run the solver without any changes to build it using the default configuration.
  3. Use sorter: run the solver and override the phase list with:
       .withPhases(
                        new ConstructionHeuristicPhaseConfig(),
                        new LocalSearchPhaseConfig());
    
@zepfred zepfred self-assigned this Dec 3, 2024
@zepfred zepfred added the bug Something isn't working label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant