NENov 12, 2020

Memetic Search for Vehicle Routing with Simultaneous Pickup-Delivery and Time Windows

arXiv:2011.06331v562 citations
AI Analysis

This addresses a complex logistics optimization problem for industries like JD logistics, though it is incremental as it builds on existing heuristic methods.

The paper tackles the Vehicle Routing Problem with Simultaneous Pickup-Delivery and Time Windows (VRPSPDTW) by proposing a novel Memetic Algorithm called MATE, which outperforms state-of-the-art algorithms and finds new best-known solutions on 12 out of 65 instances.

The Vehicle Routing Problem with Simultaneous Pickup-Delivery and Time Windows (VRPSPDTW) has attracted much research interest in the last decade, due to its wide application in modern logistics. Since VRPSPDTW is NP-hard and exact methods are only applicable to small-scale instances, heuristics and meta-heuristics are commonly adopted. In this paper we propose a novel Memetic Algorithm with efficient local search and extended neighborhood, dubbed MATE, to solve this problem. Compared to existing algorithms, the advantages of MATE lie in two aspects. First, it is capable of more effectively exploring the search space, due to its novel initialization procedure, crossover and large-step-size operators. Second, it is also more efficient in local exploitation, due to its sophisticated constant-time-complexity move evaluation mechanism. Experimental results on public benchmarks show that MATE outperforms all the state-of-the-art algorithms, and notably, finds new best-known solutions on 12 instances (65 instances in total). Moreover, a comprehensive ablation study is also conducted to show the effectiveness of the novel components integrated in MATE. Finally, a new benchmark of large-scale instances, derived from a real-world application of the JD logistics, is introduced, which can serve as a new and more challenging test set for future research.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes