paper-with-me

Papers

Efficient Neural Neighborhood Search for Pickup and Delivery Problems

2022-04-25 · Yining Ma, Jingwen Li, Zhiguang Cao, Wen Song, Hongliang Guo, YueJiao Gong, Yeow Meng Chee

We present an efficient Neural Neighborhood Search (N2S) approach for pickup and delivery problems (PDPs). In specific, we design a powerful Synthesis Attention that allows the vanilla self-attention to synthesize various types of features regarding a route solution. We also exploit two customized decoders that automatically learn to perform removal and reinsertion of a pickup-delivery node pair to tackle the precedence constraint. Additionally, a diversity enhancement scheme is leveraged to further ameliorate the performance. Our N2S is generic, and extensive experiments on two canonical PDP variants show that it can produce state-of-the-art results among existing neural methods. Moreover, it even outstrips the well-known LKH3 solver on the more constrained PDP variant. Our implementation for N2S is available online.

📄 PDF Abstract BibTeX arXiv:2204.11399

Code (2)

yining043/PDP-N2S 공식 구현 pytorch
yining043/TSP-improve pytorch

Tasks

Diversity

Similar Papers 제목 키워드 기반

Large Neighborhood-Based Metaheuristic and Branch-and-Price for the Pickup and Delivery Problem with Split Loads

2018-02-18 · Matheus Nohra Haddad, Rafael Martinelli, Thibaut Vidal, Luiz Satoru Ochi 외

We consider the multi-vehicle one-to-one pickup and delivery problem with split loads, a NP-hard problem linked with a variety of applications for bulk product transportation, bike-sharing systems and inventory re-balanc…

Deep Learning--Accelerated Multi-Start Large Neighborhood Search for Real-time Freight Bundling

2025-12-12 · Haohui Zhang, Wouter van Heeswijk, Xinyu Hu, Neil Yorke-Smith 외 arxiv

Online Freight Exchange Systems (OFEX) play a crucial role in modern freight logistics by facilitating real-time matching between shippers and carrier. However, efficient combinatorial bundling of transporation jobs rema…

Introduction to The Dynamic Pickup and Delivery Problem Benchmark -- ICAPS 2021 Competition

2022-01-19 · Jianye Hao, Jiawen Lu, Xijun Li, Xialiang Tong 외

The Dynamic Pickup and Delivery Problem (DPDP) is an essential problem within the logistics domain. So far, research on this problem has mainly focused on using artificial data which fails to reflect the complexity of re…

Multi-Goal Multi-Agent Pickup and Delivery

2022-08-02 · Qinghong Xu, Jiaoyang Li, Sven Koenig, Hang Ma

In this work, we consider the Multi-Agent Pickup-and-Delivery (MAPD) problem, where agents constantly engage with new tasks and need to plan collision-free paths to execute them. To execute a task, an agent needs to visi…

Multi-Agent Path Finding

Integrated routing for a vehicle-robot pickup and delivery system with time constraints

2022-02-09 · Yongjian Li, Yan Chen, Gaicong Guo, Huiwen Wu 외

This paper considers an unmanned vehicle-robot pickup and delivery system, in which a self-driving vehicle carrying multiple unmanned robots in the form of the mother ship travels from a depot to a number of stations dis…