一种基于解空间裁剪的大规模置换流水车间调度问题有效算法

An Effective Solution Space Clipping-Based Algorithm for Large-Scale Permutation Flow Shop Scheduling Problem

IEEE Transactions on Systems, Man, and Cybernetics: Systems · 2022
被引 27
ABS 3

中文导读

针对超过100个工件的大规模置换流水车间调度问题,提出一种基于解空间裁剪的改进模拟退火算法,通过扩展Johnson规则预排序裁剪解空间,结合Palmer混合释放策略,在TA和VRF基准上优于现有方法。

Abstract

The permutation flow shop scheduling problem (PFSP) is one of the most important scheduling types in the mass customization production with many real-world applications. It is also a well-known NP-hard problem, when the number of jobs increases, the difficulty of solving the problem exponentially increases. However, most of the reported algorithms have not analyzed the solution space and may search many useless solution spaces, which impedes these algorithms from effectively optimizing the large-scale PFSPs in reasonable computation time. To address large-scale PFSPs with more than 100 jobs, this article proposes a solution space clipping-based improved simulated annealing (SA) algorithm. First, inspired by Johnson’s rule, this article explores its essential principle and generalizes it to the general situation. Before the optimization algorithm is used to find the optimal solution, a preordering combination is performed on the processed jobs according to this extended rule to considerably clip the solution space. Second, a hybrid release strategy based on the Palmer algorithm is developed for the proposed algorithm. Then, some key operators of the SA algorithm are also improved. Finally, to verify the performance of the proposed algorithm, this work performs a set of comparative experiments with the-state-of-art methods on the part of the TA benchmark and VRF benchmark with more than 100 jobs. The experimental results show that the proposed method can achieve superior results compared to other algorithms. Furthermore, the performance of the algorithm is comprehensively analyzed, which confirms the effectiveness of the proposed method.

生产调度置换流水车间大规模优化模拟退火算法