paper-with-me

홈 › Papers

Online Control of Adaptive Large Neighborhood Search using Deep Reinforcement Learning

2022-11-01 · Robbert Reijnen, Yingqian Zhang, Hoong Chuin Lau, Zaharah Bukhsh

The Adaptive Large Neighborhood Search (ALNS) algorithm has shown considerable success in solving combinatorial optimization problems (COPs). Nonetheless, the performance of ALNS relies on the proper configuration of its selection and acceptance parameters, which is known to be a complex and resource-intensive task. To address this, we introduce a Deep Reinforcement Learning (DRL) based approach called DR-ALNS that selects operators, adjusts parameters, and controls the acceptance criterion throughout the search. The proposed method aims to learn, based on the state of the search, to configure ALNS for the next iteration to yield more effective solutions for the given optimization problem. We evaluate the proposed method on an orienteering problem with stochastic weights and time windows, as presented in an IJCAI competition. The results show that our approach outperforms vanilla ALNS, ALNS tuned with Bayesian optimization, and two state-of-the-art DRL approaches that were the winning methods of the competition, achieving this with significantly fewer training observations. Furthermore, we demonstrate several good properties of the proposed DR-ALNS method: it is easily adapted to solve different routing problems, its learned policies perform consistently well across various instance sizes, and these policies can be directly applied to different problem variants.

📄 PDF Abstract BibTeX arXiv:2211.00759

Code (1)

robbertreijnen/dr-alns 공식 구현

Tasks

Bayesian OptimizationCombinatorial OptimizationDeep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Balans: Multi-Armed Bandits-based Adaptive Large Neighborhood Search for Mixed-Integer Programming Problem

2024-12-18 · Junyang Cai, Serdar Kadioglu, Bistra Dilkina

Mixed-integer programming (MIP) is a powerful paradigm for modeling and solving various important combinatorial optimization problems. Recently, learning-based approaches have shown a potential to speed up MIP solving vi…

Combinatorial OptimizationMulti-Armed Bandits

Adaptive Anytime Multi-Agent Path Finding Using Bandit-Based Large Neighborhood Search

2023-12-28 · Thomy Phan, Taoan Huang, Bistra Dilkina, Sven Koenig

Anytime multi-agent path finding (MAPF) is a promising approach to scalable path optimization in large-scale multi-agent systems. State-of-the-art anytime MAPF is based on Large Neighborhood Search (LNS), where a fast in…

Multi-Agent Path FindingThompson Sampling

Online ResNet-Based Adaptive Control for Nonlinear Target Tracking

2025-03-18 · Cristian F. Nino, Omkar Sudhir Patil, Jordan C. Insinger, Marla R. Eisman 외

A generalized ResNet architecture for adaptive control of nonlinear systems with black box uncertainties is developed. The approach overcomes limitations in existing methods by incorporating pre-activation shortcut conne…

Exploiting variable associations to configure efficient local search algorithms in large-scale binary integer programs

2016-04-28 · Shunji Umetani

We present a data mining approach for reducing the search space of local search algorithms in a class of binary integer programs including the set covering and partitioning problems. The quality of locally optimal soluti…

Output Feedback Adaptive Optimal Control of Affine Nonlinear systems with a Linear Measurement Model

2022-10-13 · Tochukwu Elijah Ogri, S. M. Nahid Mahmud, Zachary I. Bell, Rushikesh Kamalapurkar

Real-world control applications in complex and uncertain environments require adaptability to handle model uncertainties and robustness against disturbances. This paper presents an online, output-feedback, critic-only, m…

Model-based Reinforcement Learningreinforcement-learningReinforcement Learning (RL)