Learning-Based Approaches for Job Shop Scheduling Problems: A Review
Karima Rihane, Adel Dabah, Abdelhakim AitZai
TL;DR
This survey addresses the Job Shop Scheduling Problem (JSSP) and surveys learning-based approaches, emphasizing neural networks and reinforcement learning as data-driven strategies to complement traditional exact and heuristic methods. It formalizes JSSP, reviews exact, heuristic, and metaheuristic techniques, and catalogs a broad spectrum of learning-based methods, including shallow and deep neural networks, graph-based deep learning, and deep reinforcement learning, often leveraging disjunctive graph representations. Key findings indicate that graph-aware deep RL methods and graph-structured encodings with PPO or DRL show strong potential, outperforming traditional dispatching rules on several benchmarks, yet generalization to unseen instances and scalability to large problems remain significant challenges. The authors highlight future directions such as deeper graph-centric architectures, graph-based DRL, multi-agent coordination, and addressing BJSSP to tackle real-world, large-scale scheduling under complex constraints.
Abstract
Job Shop Scheduling (JSS) is one of the most studied combinatorial optimization problems. It involves scheduling a set of jobs with predefined processing constraints on a set of machines to achieve a desired objective, such as minimizing makespan, tardiness, or flowtime. Since it introduction, JSS has become an attractive research area. Many approaches have been successfully used to address this problem, including exact methods, heuristics, and meta-heuristics. Furthermore, various learning-based approaches have been proposed to solve the JSS problem. However, these approaches are still limited when compared to the more established methods. This paper summarizes and evaluates the most important works in the literature on machine learning approaches for the JSSP. We present models, analyze their benefits and limitations, and propose future research directions.
