GTLGJan 16

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

arXiv:2601.11414v11 citationsh-index: 8
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in combinatorial optimization heuristics for researchers and practitioners, representing an incremental improvement.

The study tackled the limitation of Adaptive Large Neighborhood Search (ALNS) by not considering interactions between destroy and repair operators, proposing a novel adaptive mechanism using a Dual Actor-Critic model that improved solution efficiency and transferability.

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 probabilities, which are adjusted by an adaptive mechanism to find optimal solutions. However, the classic ALNS adaptive mechanism does not consider the interaction between destroy and repair operators when selecting them. To overcome this limitation, this study proposes a novel adaptive mechanism. This mechanism enhances the adaptability of the algorithm through a Dual Actor-Critic (DAC) model, which fully considers the fact that the quality of new solutions is jointly determined by the destroy and repair operators. It effectively utilizes the interaction between these operators during the weight adjustment process, greatly improving the adaptability of the ALNS algorithm. In this mechanism, the destroy and repair processes are modeled as independent Markov Decision Processes to guide the selection of operators more accurately. Furthermore, we use Graph Neural Networks to extract key features from problem instances and perform effective aggregation and normalization to enhance the algorithm's transferability to different sizes and characteristics of problems. Through a series of experiments, we demonstrate that the proposed DAC-ALNS algorithm significantly improves solution efficiency and exhibits excellent transferability.

Foundations

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

Your Notes