A Scalable Last-Mile Delivery Service: From Simulation to Scaled Experiment
Meera Ratnagiri, Clare O'Dwyer, Logan E. Beaver, Heeseung Bang, Behdad, Chalaki, Andreas A. Malikopoulos

TL;DR
This paper presents a scalable heuristic algorithm for last-mile delivery that balances customer satisfaction and operational costs, validated through simulation and scaled robotic experiments.
Contribution
It introduces a hierarchical clustering and greedy search-based heuristic for the NP-hard delivery routing problem, enabling scalable solutions.
Findings
The heuristic achieves reasonable solutions with high package counts.
Simulation results closely match robotic testbed experiments.
The approach reduces computational time for large-scale delivery problems.
Abstract
In this paper, we investigate the problem of a last-mile delivery service that selects up to available vehicles to deliver packages from a centralized depot to delivery locations. The objective of the last-mile delivery service is to jointly maximize customer satisfaction (minimize delivery time) and minimize operating cost (minimize total travel time) by selecting the optimal number of vehicles to perform the deliveries. We model this as an assignment (vehicles to packages) and path planning (determining the delivery order and route) problem, which is equivalent to the NP-hard multiple traveling salesperson problem. We propose a scalable heuristic algorithm, which sacrifices some optimality to achieve a reasonable computational cost for a high number of packages. The algorithm combines hierarchical clustering with a greedy search. To validate our approach, we compare the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Manufacturing and Logistics Optimization · Transportation and Mobility Innovations · Vehicle Routing Optimization Methods
