paper-with-me

홈 › Papers

Deep Reinforcement Learning Guided Improvement Heuristic for Job Shop Scheduling

2022-11-20 · Cong Zhang, Zhiguang Cao, Wen Song, Yaoxin Wu, Jie Zhang

Recent studies in using deep reinforcement learning (DRL) to solve Job-shop scheduling problems (JSSP) focus on construction heuristics. However, their performance is still far from optimality, mainly because the underlying graph representation scheme is unsuitable for modelling partial solutions at each construction step. This paper proposes a novel DRL-guided improvement heuristic for solving JSSP, where graph representation is employed to encode complete solutions. We design a Graph Neural-Network-based representation scheme, consisting of two modules to effectively capture the information of dynamic topology and different types of nodes in graphs encountered during the improvement process. To speed up solution evaluation during improvement, we present a novel message-passing mechanism that can evaluate multiple solutions simultaneously. We prove that the computational complexity of our method scales linearly with problem size. Experiments on classic benchmarks show that the improvement policy learned by our method outperforms state-of-the-art DRL-based methods by a large margin.

📄 PDF Abstract BibTeX arXiv:2211.10936

Code (1)

zcaicaros/l2s 공식 구현 pytorch

Tasks

Deep Reinforcement LearningGraph Neural NetworkJob Shop Schedulingreinforcement-learningReinforcement LearningReinforcement Learning (RL)Scheduling

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Reinforcement Learning Approach for Multi-Agent Flexible Scheduling Problems

2022-10-07 · Hongjian Zhou, Boyang Gu, Chenghao Jin

Scheduling plays an important role in automated production. Its impact can be found in various fields such as the manufacturing industry, the service industry and the technology industry. A scheduling problem (NP-hard) i…

Combinatorial OptimizationDecision MakingJob Shop SchedulingOpenAI Gym+6

Policy-Based Deep Reinforcement Learning Hyperheuristics for Job-Shop Scheduling Problems

2026-01-16 · Sofiene Lassoued, Asrat Gobachew, Stefan Lier, Andreas Schwung arxiv

This paper proposes a policy-based deep reinforcement learning hyper-heuristic framework for solving the Job Shop Scheduling Problem. The hyper-heuristic agent learns to switch scheduling rules based on the system state …

Reinforcement Learning

Residual Scheduling: A New Reinforcement Learning Approach to Solving Job Shop Scheduling Problem

2023-09-27 · Kuo-Hao Ho, Ruei-Yu Jheng, Ji-Han Wu, Fan Chiang 외

Job-shop scheduling problem (JSP) is a mathematical optimization problem widely used in industries like manufacturing, and flexible JSP (FJSP) is also a common variant. Since they are NP-hard, it is intractable to find t…

Deep Reinforcement LearningJob Shop SchedulingScheduling

Beyond Training: Optimizing Reinforcement Learning Based Job Shop Scheduling Through Adaptive Action Sampling

2024-06-11 · Constantin Waubert de Puiseau, Christian Dörpelkus, Jannik Peters, Hasan Tercan 외

Learned construction heuristics for scheduling problems have become increasingly competitive with established solvers and heuristics in recent years. In particular, significant improvements have been observed in solution…

Deep Reinforcement LearningJob Shop SchedulingScheduling

A Novel Metaheuristics To Solve Mixed Shop Scheduling Problems

2013-04-12 · V. Ravibabu

This paper represents the metaheuristics proposed for solving a class of Shop Scheduling problem. The Bacterial Foraging Optimization algorithm is featured with Ant Colony Optimization algorithm and proposed as a natural…

Scheduling