paper-with-me

홈 › Papers

A Survey on Reinforcement Learning for Combinatorial Optimization

2020-08-17 · Yunhao Yang, Andrew Whinston

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.

📄 PDF Abstract BibTeX arXiv:2008.12248

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial OptimizationDeep Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)SurveyTraveling Salesman Problem

Similar Papers 제목 키워드 기반

Reinforcement Learning for Combinatorial Optimization: A Survey

2020-03-07 · Nina Mazyavkina, Sergey Sviridov, Sergei Ivanov, Evgeny Burnaev

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+2

Combinatorial Optimization Augmented Machine Learning

2026-01-15 · Maximilian Schiffer, Heiko Hoppe, Yue Su, Louis Bouvier 외 arxiv

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 Learning

End-to-End Constrained Optimization Learning: A Survey

2021-03-30 · James Kotary, Ferdinando Fioretto, Pascal Van Hentenryck, Bryan Wilder

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 LearningSurvey

Graph Reinforcement Learning for Combinatorial Optimization: A Survey and Unifying Perspective

2024-04-09 · Victor-Alexandru Darvariu, Stephen Hailes, Mirco Musolesi

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 Learning

Learning Combinatorial Optimization on Graphs: A Survey with Applications to Networking

2020-05-22 · Natalia Vesselinova, Rebecca Steinert, Daniel F. Perez-Ramirez, Magnus Boman

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