A Survey on Reinforcement Learning for Combinatorial Optimization
This paper gives a detailed review of reinforcement learning (RL) in combinatorial optimization, introduces the history of combinatorial optimization starting in the 1950s, and compares it with the RL algorithms of recent years. This paper explicitly looks at a famous combinatorial problem-traveling salesperson problem (TSP). It compares the approach of modern RL algorithms for the TSP with an approach published in the 1970s. By comparing the similarities and variances between these methodologies, the paper demonstrates how RL algorithms are optimized due to the evolution of machine learning techniques and computing power. The paper then briefly introduces the deep learning approach to the TSP named deep RL, which is an extension of the traditional mathematical framework. In deep RL, attention and feature encoding mechanisms are introduced to generate near-optimal solutions. The survey shows that integrating the deep learning mechanism, such as attention with RL, can effectively approximate the TSP. The paper also argues that deep learning could be a generic approach that can be integrated with any traditional RL algorithm to enhance the outcomes of the TSP.
Code (0)
등록된 구현이 없습니다.
Tasks
Combinatorial OptimizationDeep Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)SurveyTraveling Salesman ProblemSimilar Papers 제목 키워드 기반
Reinforcement Learning for Combinatorial Optimization: A Survey
Many traditional algorithms for solving combinatorial optimization problems involve using hand-crafted heuristics that sequentially construct a solution. Such heuristics are designed by domain experts and may often be su…
Combinatorial OptimizationDecision Makingreinforcement-learningReinforcement Learning+2Combinatorial Optimization Augmented Machine Learning
Combinatorial optimization augmented machine learning (COAML) has recently emerged as a powerful paradigm for integrating predictive models with combinatorial decision-making. By embedding combinatorial optimization orac…
Stochastic OptimizationReinforcement LearningEnd-to-End Constrained Optimization Learning: A Survey
This paper surveys the recent attempts at leveraging machine learning to solve constrained optimization problems. It focuses on surveying the work on integrating combinatorial solvers and optimization methods with machin…
BIG-bench Machine LearningHybrid Machine LearningSurveyGraph Reinforcement Learning for Combinatorial Optimization: A Survey and Unifying Perspective
Graphs are a natural representation for systems based on relations between connected entities. Combinatorial optimization problems, which arise when considering an objective function related to a process of interest on d…
Combinatorial OptimizationDecision Makingreinforcement-learningReinforcement LearningLearning Combinatorial Optimization on Graphs: A Survey with Applications to Networking
Existing approaches to solving combinatorial optimization problems on graphs suffer from the need to engineer each problem algorithmically, with practical problems recurring in many instances. The practical side of theor…
BIG-bench Machine LearningCombinatorial Optimization