-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Adding Nearby configuration by exception (#673)
This pull request adds easy configuration of the Nearby Selection feature and updates the local search phase factory to provide default selectors when custom configuration is not provided. The configuration for the selectors is listed below: 1. Basic variables selectors: Change, Swap, Change with nearby selection, and Swap with nearby selection. 2. List variables selectors: Change, Swap, 2-OPT, Change with nearby selection, Swap with nearby selection, 2-OPT with nearby selection. 3. Chained variables selectors: Change, Swap, Tail Chain Swap, Change with nearby selection, Swap with nearby selection, Tail Chain Swap with nearby selection. The following XML configuration can be used to enable Nearby selection quickly: `<nearbyDistanceMeterClass>...</nearbyDistanceMeterClass>` If there are multiple entities, we will fail fast.
- Loading branch information
Showing
9 changed files
with
258 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.