paper-with-me

Papers

Destroy and Repair Using Hyper Graphs for Routing

2025-02-22 · Ke Li, Fei Liu, Zhengkun Wang, Qingfu Zhang

Recent advancements in Neural Combinatorial Optimization (NCO) have shown promise in solving routing problems like the Traveling Salesman Problem (TSP) and Capacitated Vehicle Routing Problem (CVRP) without handcrafted designs. Research in this domain has explored two primary categories of methods: iterative and non-iterative. While non-iterative methods struggle to generate near-optimal solutions directly, iterative methods simplify the task by learning local search steps. However, existing iterative methods are often limited by restricted neighborhood searches, leading to suboptimal results. To address this limitation, we propose a novel approach that extends the search to larger neighborhoods by learning a destroy-and-repair strategy. Specifically, we introduce a Destroy-and-Repair framework based on Hyper-Graphs (DRHG). This framework reduces consecutive intact edges to hyper-edges, allowing the model to pay more attention to the destroyed part and decrease the complexity of encoding all nodes. Experiments demonstrate that DRHG achieves stateof-the-art performance on TSP with up to 10,000 nodes and shows strong generalization to real-world TSPLib and CVRPLib problems.

📄 PDF Abstract BibTeX arXiv:2502.16170

Code (1)

ciam-group/drhg 공식 구현 pytorch

Tasks

Combinatorial OptimizationTraveling Salesman Problem

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Learn to Design the Heuristics for Vehicle Routing Problem

2020-02-20 · Lei Gao, Mingxiang Chen, Qichang Chen, Ganzhong Luo 외

This paper presents an approach to learn the local-search heuristics that iteratively improves the solution of Vehicle Routing Problem (VRP). A local-search heuristics is composed of a destroy operator that destructs a c…

Combinatorial OptimizationDecoderGraph Attention

Learning-Enhanced Neighborhood Selection for the Vehicle Routing Problem with Time Windows

2024-03-13 · Willem Feijen, Guido Schäfer, Koen Dekker, Seppo Pieterse

Large Neighborhood Search (LNS) is a universal approach that is broadly applicable and has proven to be highly efficient in practice for solving optimization problems. We propose to integrate machine learning (ML) into L…

Path of Destruction: Learning an Iterative Level Generator Using a Small Dataset

2022-02-21 · Matthew Siper, Ahmed Khalifa, Julian Togelius

We propose a new procedural content generation method which learns iterative level generators from a dataset of existing levels. The Path of Destruction method, as we call it, views level generation as repair; levels are…

Sokoban

New Adaptive Mechanism for Large Neighborhood Search using Dual Actor-Critic

2026-01-16 · Shaohua Yu, Wenhao Mao, Zigao Wu, Jakob Puchinger arxiv

Adaptive Large Neighborhood Search (ALNS) is a widely used heuristic method for solving combinatorial optimization problems. ALNS explores the solution space by iteratively using destroy and repair operators with probabi…

GEO satellites on-orbit repairing mission planning with mission deadline constraint using a large neighborhood search-genetic algorithm

2021-10-08 · Peng Han, Yanning Guo, Chuanjiang Li, Hui Zhi 외

This paper proposed a novel large neighborhood search-adaptive genetic algorithm (LNS-AGA) for many-to-many on-orbit repairing mission planning of geosynchronous orbit (GEO) satellites with mission deadline constraint. I…