optimization
optimization copied to clipboard
Investigate a simple Pickup & Delivery version of the TSP.
Investigate a simple Pickup & Delivery version of the TSP.
Some of what is used for time windows can be adapted for this:
https://github.com/itinero/optimization/blob/develop/src/Itinero.Optimization/TSP/TimeWindows/Solvers/Operators/Local1Shift.cs https://github.com/itinero/optimization/blob/develop/src/Itinero.Optimization/TSP/TimeWindows/Solvers/Operators/Local2Opt.cs
But we need to do better, it also looks like the time-window solver could also use some attention.