Evaluation of Quantum Annealing-based algorithms for flexible job shop scheduling

Philipp Schworm,Xiangqian Wu,Matthias Klar,Jan C. Aurich
2024-08-28
Abstract:A flexible job shop scheduling problem (FJSSP) poses a complex optimization task in modeling real-world process scheduling tasks with conflicting objectives. To tackle FJSSPs, approximation methods are employed to ensure solutions are within acceptable timeframes. Quantum Annealing, a metaheuristic leveraging quantum mechanical effects, demonstrates superior solution quality in a shorter time compared to classical algorithms. However, due to hardware limitations of quantum annealers, hybrid algorithms become essential for solving larger FJSSPs. This paper investigates the threshold problem sizes up to which quantum annealers are sufficient and when hybrid algorithms are required, highlighting the distribution of computing power in hybrid methods.
Quantum Physics
What problem does this paper attempt to address?
The paper attempts to address the problem of how to effectively solve optimization problems in Flexible Job Shop Scheduling (FJSSP) using Quantum Annealing (QA), and to explore the application boundaries of pure quantum annealing algorithms, hybrid algorithms, and iterative algorithms under different problem scales. Specifically, the paper focuses on the following aspects: 1. **Threshold of Problem Scale**: Investigating the maximum problem scale that quantum annealing algorithms can handle independently, and when it is necessary to introduce hybrid algorithms or iterative methods to solve larger-scale problems. 2. **Allocation of Computational Resources**: Exploring how to reasonably allocate quantum computing and classical computing resources in hybrid algorithms to improve computational efficiency and the quality of solutions. 3. **Performance Evaluation**: Comparing different solver configurations (such as pure quantum annealing, hybrid algorithms, and iterative algorithms) through experiments to evaluate their computational time and solution quality under different problem scales. By defining various experimental scenarios, the paper systematically analyzes the potential and limitations of quantum annealing algorithms in flexible job shop scheduling, aiming to provide guidance for practical industrial applications.