-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[two_step_routing] Allow grouping shipments in the initial local mode…
…l by penalty cost. The grouping is done "indirectly", using a function that can cluster shipments by their penalty costs, to avoid creating too many local routes. As of this CL, two modes are supported: no grouping by penalty cost, and grouping by normalized penalty cost (per item in a shipment). More options might be added in the future. Bonus change: - use Vehicle.fixed_cost=0 in the initial local model by default, to allow creating more and more compact visits in the initial local model. This did not make a significant difference in our benchmarks, and it works well in most initial split settings.
- Loading branch information
Showing
3 changed files
with
246 additions
and
76 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
Oops, something went wrong.