一种用于求解组合优化问题的通用深度强化学习超启发式框架

A general deep reinforcement learning hyperheuristic framework for solving combinatorial optimization problems

European Journal of Operational Research · 2023
被引 79 · 同刊同年前 3%
ABS 4

中文导读

提出一种深度强化学习超启发式框架DRLH,替代自适应大邻域搜索中的自适应层,利用深度强化学习智能体在搜索过程中考虑更多信息(如迭代间目标值差异),从而更优地选择低层启发式,适用于多种组合优化问题。

Abstract

Many problem-specific heuristic frameworks have been developed to solve combinatorial optimization problems, but these frameworks do not generalize well to other problem domains. Metaheuristic frameworks aim to be more generalizable compared to traditional heuristics, however their performances suffer from poor selection of low-level heuristics (operators) during the search process. An example of heuristic selection in a metaheuristic framework is the adaptive layer of the popular framework of Adaptive Large Neighborhood Search (ALNS). Here, we propose a selection hyperheuristic framework that uses Deep Reinforcement Learning (Deep RL) as an alternative to the adaptive layer of ALNS. Unlike the adaptive layer which only considers heuristics’ past performance for future selection, a Deep RL agent is able to take into account additional information from the search process, e.g., the difference in objective value between iterations, to make better decisions. This is due to the representation power of Deep Learning methods and the decision making capability of the Deep RL agent which can learn to adapt to different problems and instance characteristics. In this paper, by integrating the Deep RL agent into the ALNS framework, we introduce Deep Reinforcement Learning Hyperheuristic (DRLH), a general framework for solving a wide variety of combinatorial optimization problems and show that our framework is better at selecting low-level heuristics at each step of the search process compared to ALNS and a Uniform Random Selection (URS). Our experiments also show that while ALNS can not properly handle a large pool of heuristics, DRLH is not negatively affected by increasing the number of heuristics.

组合优化深度强化学习超启发式元启发式自适应大邻域搜索