paper-with-me

Papers

Learn to Tour: Operator Design For Solution Feasibility Mapping in Pickup-and-delivery Traveling Salesman Problem

2024-04-17 · Bowen Fang, Xu Chen, Xuan Di

This paper aims to develop a learning method for a special class of traveling salesman problems (TSP), namely, the pickup-and-delivery TSP (PDTSP), which finds the shortest tour along a sequence of one-to-one pickup-and-delivery nodes. One-to-one here means that the transported people or goods are associated with designated pairs of pickup and delivery nodes, in contrast to that indistinguishable goods can be delivered to any nodes. In PDTSP, precedence constraints need to be satisfied that each pickup node must be visited before its corresponding delivery node. Classic operations research (OR) algorithms for PDTSP are difficult to scale to large-sized problems. Recently, reinforcement learning (RL) has been applied to TSPs. The basic idea is to explore and evaluate visiting sequences in a solution space. However, this approach could be less computationally efficient, as it has to potentially evaluate many infeasible solutions of which precedence constraints are violated. To restrict solution search within a feasible space, we utilize operators that always map one feasible solution to another, without spending time exploring the infeasible solution space. Such operators are evaluated and selected as policies to solve PDTSPs in an RL framework. We make a comparison of our method and baselines, including classic OR algorithms and existing learning methods. Results show that our approach can find tours shorter than baselines.

📄 PDF Abstract BibTeX arXiv:2404.11458

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning (RL)Traveling Salesman Problem

Similar Papers 제목 키워드 기반

The Image Torque Operator for Contour Processing

2016-01-18 · Morimichi Nishigaki, Cornelia Fermüller

Contours are salient features for image description, but the detection and localization of boundary contours is still considered a challenging problem. This paper introduces a new tool for edge processing implementing th…

Edge DetectionImage DescriptionObject Recognition

Memetic Search for Green Vehicle Routing Problem with Private Capacitated Refueling Stations

2025-04-06 · Rui Xu, Xing Fan, Shengcai Liu, Wenjie Chen 외

The green vehicle routing problem with private capacitated alternative fuel stations (GVRP-PCAFS) extends the traditional green vehicle routing problem by considering refueling stations limited capacity, where a limited …

Efficient Exploration

Deep Learning-Based Extended Target Tracking in ISAC Systems

2025-04-01 · Yiqiu Wang, Meixia Tao, Shu Sun

In this paper, we explore the feasibility of using communication signals for extended target (ET) tracking in an integrated sensing and communication (ISAC) system. The ET is characterized by its center range, azimuth, o…

Deep LearningDenoisingIntegrated sensing and communicationISAC+1

Minimax Optimal Kernel Operator Learning via Multilevel Training

2022-09-28 · Jikai Jin, Yiping Lu, Jose Blanchet, Lexing Ying

Learning mappings between infinite-dimensional function spaces has achieved empirical success in many disciplines of machine learning, including generative modeling, functional data analysis, causal inference, and multi-…

Causal InferenceMulti-agent Reinforcement LearningOperator learning

Comparing Greedy Constructive Heuristic Subtour Elimination Methods for the Traveling Salesman Problem

2019-10-15 · Petar D. Jackovich, Bruce A. Cox, Raymond R. Hill

This paper further defines the class of fragment constructive heuristics used to compute feasible solutions for the Traveling Salesman Problem into arc-greedy and node-greedy subclasses. Since these subclasses of heurist…

ARCTraveling Salesman Problem