Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (76)

Search Parameters:
Keywords = dynamic job-shop scheduling

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
34 pages, 1253 KiB  
Article
A Discrete Improved Gray Wolf Optimization Algorithm for Dynamic Distributed Flexible Job Shop Scheduling Considering Random Job Arrivals and Machine Breakdowns
by Chun Wang, Jiapeng Chen, Binzi Xu and Sheng Liu
Processes 2025, 13(7), 1987; https://doi.org/10.3390/pr13071987 - 24 Jun 2025
Viewed by 423
Abstract
Dueto uncertainties in real-world production, dynamic factors have become increasingly critical in the research of distributed flexible job shop scheduling problems. Effectively responding to dynamic events can significantly enhance the adaptability and quality of scheduling solutions, thereby improving the resilience of manufacturing systems. [...] Read more.
Dueto uncertainties in real-world production, dynamic factors have become increasingly critical in the research of distributed flexible job shop scheduling problems. Effectively responding to dynamic events can significantly enhance the adaptability and quality of scheduling solutions, thereby improving the resilience of manufacturing systems. This study addresses the dynamic distributed flexible job shop scheduling problem, which involves random job arrivals and machine breakdowns, and proposes an effective discrete improved gray wolf optimization (DIGWO) algorithm-based predictive–reactive method. The first contribution of our work lies in its dynamic scheduling strategy: a periodic- and event-driven approach is used to capture the dynamic nature of the problem, and a static scheduling window is constructed based on updated factory and workshop statuses to convert dynamic scheduling into static scheduling at each rescheduling point. Second, a mathematical model of multi-objective distributed flexible job shop scheduling (MODDFJSP) is established, optimizing makespan, tardiness, maximal factory load, and stability. The novelty of the model is that it is capable of optimizing both production efficiency and operational stability in the workshop. Third, by designing an efficacious initialization mechanism, prey search, and an external archive, the DIGWO algorithm is developed to solve conflicting objectives and search for a set of trade-off solutions. Experimental results in a simulated dynamic distributed flexible job shop demonstrate that DIGWO outperforms three well-known algorithms (NSGA-II, SPEA2, and MOEA/D). The proposed method also surpasses completely reactive scheduling approaches based on rule combinations. This study provides a reference for distributed manufacturing systems facing random job arrivals and machine breakdowns. Full article
(This article belongs to the Section AI-Enabled Process Engineering)
Show Figures

Figure 1

36 pages, 3529 KiB  
Article
Solving Collaborative Scheduling of Production and Logistics via Deep Reinforcement Learning: Considering Limited Transportation Resources and Charging Constraints
by Xianping Huang, Yong Chen, Wenchao Yi, Zhi Pei and Ziwen Cheng
Appl. Sci. 2025, 15(13), 6995; https://doi.org/10.3390/app15136995 - 20 Jun 2025
Viewed by 385
Abstract
With the advancement of logistics technology, Automated Guided Vehicles (AGVs) have been widely adopted in manufacturing enterprises due to their high flexibility and stability, particularly in flexible and discrete manufacturing domains such as tire production and electronic assembly. However, existing studies seldom systematically [...] Read more.
With the advancement of logistics technology, Automated Guided Vehicles (AGVs) have been widely adopted in manufacturing enterprises due to their high flexibility and stability, particularly in flexible and discrete manufacturing domains such as tire production and electronic assembly. However, existing studies seldom systematically consider practical constraints such as limited AGV transport resources, AGV charging requirements, and charging station capacity limitations. To address this gap, this paper proposes a flexible job shop production-logistics collaborative scheduling model that incorporates transport and charging constraints, aiming to minimize the maximum makespan. To solve this problem, an improved PPO algorithm—CRGPPO-TKL—has been developed, which integrates candidate probability ratio calculations and a dynamic clipping mechanism based on target KL divergence to enhance the exploration capability and stability during policy updates. Experimental results demonstrate that the proposed method outperforms composite dispatching rules and mainstream DRL methods across multiple scheduling scenarios, achieving an average improvement of 8.2% and 10.5% in makespan, respectively. Finally, sensitivity analysis verifies the robustness of the proposed method with respect to parameter combinations. Full article
Show Figures

Figure 1

19 pages, 1053 KiB  
Article
Symmetry-Aware Dynamic Scheduling Optimization in Hybrid Manufacturing Flexible Job Shops Using a Time Petri Nets Improved Genetic Algorithm
by Xuanye Lin, Zhenxiong Xu, Shujun Xie, Fan Yang, Juntao Wu and Deping Li
Symmetry 2025, 17(6), 907; https://doi.org/10.3390/sym17060907 - 8 Jun 2025
Viewed by 396
Abstract
Dynamic scheduling in hybrid flexible job shops (HFJSs) presents a critical challenge in modern manufacturing systems, particularly under dynamic and uncertain conditions. These systems often exhibit inherent structural and behavioral symmetry, such as uniform machine–job relationships and repeatable event response patterns. To leverage [...] Read more.
Dynamic scheduling in hybrid flexible job shops (HFJSs) presents a critical challenge in modern manufacturing systems, particularly under dynamic and uncertain conditions. These systems often exhibit inherent structural and behavioral symmetry, such as uniform machine–job relationships and repeatable event response patterns. To leverage this, we propose a time Petri nets (TPNs) model that integrates time and logic constraints, capturing symmetric processing and setup behaviors across machines as well as dynamic job and machine events. A transition select coding mechanism is introduced, where each transition node is assigned a normalized priority value in the range [0, 1], preserving scheduling consistency and symmetry during decision-making. Furthermore, we develop a symmetry-aware time Petri nets-based improved genetic algorithm (TPGA) to solve both static and dynamic scheduling problems in HFJSs. Experimental evaluations show that TPGA significantly outperforms classical dispatching rules such as Shortest Job First (SJF) and Highest Response Ratio Next (HRN), achieving makespan reductions of 23%, 10%, and 13% in process, discrete, and hybrid manufacturing scenarios, respectively. These results highlight the potential of exploiting symmetry in system modeling and optimization for enhanced scheduling performance. Full article
(This article belongs to the Special Issue Symmetry and Asymmetry in Intelligent Control and Computing)
Show Figures

Figure 1

21 pages, 1516 KiB  
Article
Heterogeneous Graph Neural-Network-Based Scheduling Optimization for Multi-Product and Variable-Batch Production in Flexible Job Shops
by Yuxin Peng, Youlong Lyu, Jie Zhang and Ying Chu
Appl. Sci. 2025, 15(10), 5648; https://doi.org/10.3390/app15105648 - 19 May 2025
Cited by 1 | Viewed by 646
Abstract
In view of the Flexible Job-shop Scheduling Problem (FJSP) under multi-product and variable-batch production modes, this paper presents an intelligent scheduling approach based on a heterogeneity-enhanced graph neural network combined with deep reinforcement learning. By constructing a heterogeneity-enhanced incidence graph to dynamically represent [...] Read more.
In view of the Flexible Job-shop Scheduling Problem (FJSP) under multi-product and variable-batch production modes, this paper presents an intelligent scheduling approach based on a heterogeneity-enhanced graph neural network combined with deep reinforcement learning. By constructing a heterogeneity-enhanced incidence graph to dynamically represent the scheduling state, the proposed method effectively captures both the dependencies among operations and the interaction features between operations and machines. Moreover, the Proximal Policy Optimization (PPO) algorithm is leveraged to achieve end-to-end optimization of scheduling decisions. Specifically, the FJSP is formulated as a Markov Decision Process. A heterogeneous enhanced graph neural network architecture is designed to extract deep features from operation nodes, machine nodes, and their heterogeneous relationships. Then, a policy network generates joint actions for operation assignment and machine selection, while the PPO algorithm iteratively refines the scheduling policy. Finally, the method is validated in an aerospace component machining workshop scenario and the benchmark dataset. Experimental results demonstrate that, compared with traditional dispatching rules and existing deep reinforcement learning techniques, the proposed approach not only achieves superior scheduling performance but also maintains an excellent balance between response efficiency and scheduling quality. Full article
Show Figures

Figure 1

30 pages, 5391 KiB  
Article
Dual-Resource Scheduling with Improved Forensic-Based Investigation Algorithm in Smart Manufacturing
by Yuhang Zeng, Ping Lou, Jianmin Hu, Chuannian Fan, Quan Liu and Jiwei Hu
Mathematics 2025, 13(9), 1432; https://doi.org/10.3390/math13091432 - 27 Apr 2025
Viewed by 476
Abstract
With increasing labor costs and rapidly dynamic changes in the market demand, as well as realizing the refined management of production, more and more attention is being given to considering workers, not just machines, in the process of flexible job shop scheduling. Hence, [...] Read more.
With increasing labor costs and rapidly dynamic changes in the market demand, as well as realizing the refined management of production, more and more attention is being given to considering workers, not just machines, in the process of flexible job shop scheduling. Hence, a new dual-resource flexible job shop scheduling problem (DRFJSP) is put forward in this paper, considering workers with flexible working time arrangements and machines with versatile functions in scheduling production, as well as a multi-objective mathematical model for formalizing the DRFJSP and tackling the complexity of scheduling in human-centric manufacturing environments. In addition, a two-stage approach based on a forensic-based investigation (TSFBI) is proposed to solve the problem. In the first stage, an improved multi-objective FBI algorithm is used to obtain the Pareto front solutions of this model, in which a hybrid real and integer encoding–decoding method is used for exploring the solution space and a fast non-dominated sorting method for improving efficiency. In the second stage, a multi-criteria decision analysis method based on an analytic hierarchy process (AHP) is used to select the optimal solution from the Pareto front solutions. Finally, experiments validated the TSFBI algorithm, showing its potential for smart manufacturing. Full article
Show Figures

Figure 1

25 pages, 1392 KiB  
Article
Dynamic Scheduling for Multi-Objective Flexible Job Shops with Machine Breakdown by Deep Reinforcement Learning
by Rui Wu, Jianxin Zheng and Xiyan Yin
Processes 2025, 13(4), 1246; https://doi.org/10.3390/pr13041246 - 20 Apr 2025
Viewed by 856
Abstract
Dynamic scheduling for flexible job shops under machine breakdown is a complex and challenging problem due to its valuable application in real-life productions. However, prior studies have struggled to perform well in changeable scenarios. To address this challenge, this paper introduces a dual-objective [...] Read more.
Dynamic scheduling for flexible job shops under machine breakdown is a complex and challenging problem due to its valuable application in real-life productions. However, prior studies have struggled to perform well in changeable scenarios. To address this challenge, this paper introduces a dual-objective deep reinforcement learning (DRL) to solve this problem. This algorithm is based on the Double Deep Q-network (DDQN) and incorporates the attention mechanism. It decouples action relationships in the action space to reduce problem dimensionality and introduces an adaptive weighting method in agent decision-making to obtain high-quality Pareto front solutions. The algorithm is evaluated on a set of benchmark instances and compared with state-of-the-art algorithms. The experimental results show that the proposed algorithm outperforms the state-of-the-art algorithms regarding machine offset and total tardiness, demonstrating more excellent stability and higher-quality solutions. At the same time, the actual use of the algorithm is verified using cases from real enterprises, and the results are still better than those of the multi-objective meta-heuristic algorithm. Full article
(This article belongs to the Special Issue Transfer Learning Methods in Equipment Reliability Management)
Show Figures

Figure 1

20 pages, 481 KiB  
Article
Dynamic Scheduling and Preventive Maintenance in Small-Batch Production: A Flexible Control Approach for Maximising Machine Reliability and Minimising Delays
by Alexandra Maierhofer, Sebastian Trojahn and Frank Ryll
Appl. Sci. 2025, 15(8), 4287; https://doi.org/10.3390/app15084287 - 13 Apr 2025
Viewed by 766
Abstract
Single- and small-batch production requires flexible production control to maximise machine reliability and minimise delivery delays. Existing planning approaches often do not take into account the dynamic production conditions of these environments, where machine breakdowns, variable order volumes and short-term changes lead to [...] Read more.
Single- and small-batch production requires flexible production control to maximise machine reliability and minimise delivery delays. Existing planning approaches often do not take into account the dynamic production conditions of these environments, where machine breakdowns, variable order volumes and short-term changes lead to inefficiencies. This paper presents an enhanced job-shop scheduling model that integrates preventive maintenance strategies directly into production control. Using a mixed-integer programming approach, machine allocation and maintenance measures are optimised simultaneously in order to reduce unplanned downtimes and make efficient use of free time slots. The model is implemented in Python with Pyomo (Python 3.13.0 and Pyomo Version: 6.8.0) and validated using a scenario. The results show that an adaptive maintenance strategy contributes significantly to reducing machine downtimes without compromising production output. Visualisations support users in their decision-making by clearly presenting machine availability, maintenance slots and production orders. The approach is specifically designed for production and maintenance planners who need efficient and adaptable scheduling in volatile production environments. Compared to traditional maintenance models, this approach improves schedule adherence and optimises resource utilisation by dynamically linking production control and maintenance planning. Full article
(This article belongs to the Special Issue Smart Maintenance for Sustainable Manufacturing and Industry 4.0)
Show Figures

Figure 1

27 pages, 6487 KiB  
Article
Flexible Job Shop Dynamic Scheduling and Fault Maintenance Personnel Cooperative Scheduling Optimization Based on the ACODDQN Algorithm
by Jiansha Lu, Jiarui Zhang, Jun Cao, Xuesong Xu, Yiping Shao and Zhenbo Cheng
Mathematics 2025, 13(6), 932; https://doi.org/10.3390/math13060932 - 11 Mar 2025
Viewed by 864
Abstract
In order to address the impact of equipment fault diagnosis and repair delays on production schedule execution in the dynamic scheduling of flexible job shops, this paper proposes a multi-resource, multi-objective dynamic scheduling optimization model, which aims to minimize delay time and completion [...] Read more.
In order to address the impact of equipment fault diagnosis and repair delays on production schedule execution in the dynamic scheduling of flexible job shops, this paper proposes a multi-resource, multi-objective dynamic scheduling optimization model, which aims to minimize delay time and completion time. It integrates the scheduling of the workpieces, machines, and maintenance personnel to improve the response efficiency of emergency equipment maintenance. To this end, a self-learning Ant Colony Algorithm based on deep reinforcement learning (ACODDQN) is designed in this paper. The algorithm searches the solution space by using the ACO, prioritizes the solutions by combining the non-dominated sorting strategies, and achieves the adaptive optimization of scheduling decisions by utilizing the organic integration of the pheromone update mechanism and the DDQN framework. Further, the generated solutions are locally adjusted via the feasible solution optimization strategy to ensure that the solutions satisfy all the constraints and ultimately generate a Pareto optimal solution set with high quality. Simulation results based on standard examples and real cases show that the ACODDQN algorithm exhibits significant optimization effects in several tests, which verifies its superiority and practical application potential in dynamic scheduling problems. Full article
Show Figures

Figure 1

20 pages, 3536 KiB  
Article
A Multi-Trigger Mechanism Design for Rescheduling Decision Assistance in Smart Job Shops Based on Machine Learning
by Rong Duan, Siqi Wang, Ya Liu, Wei Yan, Zhigang Jiang and Zhiqiang Pan
Sustainability 2025, 17(5), 2198; https://doi.org/10.3390/su17052198 - 3 Mar 2025
Viewed by 752
Abstract
The empowerment of lean intelligent manufacturing technologies has provided a solid foundation for enterprises to achieve a balance between economic benefits and sustainable development. In production workshops, various disruptive factors, especially in multi-variety small-batch production environments, often lead to deviations from the planned [...] Read more.
The empowerment of lean intelligent manufacturing technologies has provided a solid foundation for enterprises to achieve a balance between economic benefits and sustainable development. In production workshops, various disruptive factors, especially in multi-variety small-batch production environments, often lead to deviations from the planned schedule. This creates an urgent need to enhance the workshop’s dynamic responsiveness and self-regulation capabilities. Existing single-trigger mechanisms in job shops focus on changes in overall performance or deviations from production goals but lack a representation of the varying degrees of impact on different equipment under multiple disturbances. This results in either over-scheduling or under-scheduling in terms of scope, thereby impacting the optimization of production efficiency and resource utilization. To address this, this paper proposes a method for coordinated decision-making on rescheduling timing and location in intelligent job shops under disturbance environments. First, by analyzing the relationship between disturbance impact and the scope of rescheduling implementation, a mapping relationship is established between disturbance impact and disturbance response hierarchy. A trigger is set up on each piece of equipment to characterize the differences in the degree of impact on different equipment, which not only reduces the complexity of disturbance information processing but also provides support for specific location decisions for disturbance response. Second, a decision module for the triggers is constructed using a multilayer perceptron, establishing a mapping relationship between process and workpiece data attributes and response categories. Based on the basic processing units of the manufacturing process and the relevant quantitative indicators of the processed objects, disturbance response strategies are generated. Finally, through a case study, the proposed method is evaluated and validated in an intelligent factory setting. The new rescheduling decision support method can effectively make timing and location decisions for disturbance events. Full article
Show Figures

Figure 1

25 pages, 3082 KiB  
Article
Double Deep Q-Network-Based Solution to a Dynamic, Energy-Efficient Hybrid Flow Shop Scheduling System with the Transport Process
by Qinglei Zhang, Huaqiang Si, Jiyun Qin, Jianguo Duan, Ying Zhou, Huaixia Shi and Liang Nie
Systems 2025, 13(3), 170; https://doi.org/10.3390/systems13030170 - 28 Feb 2025
Cited by 2 | Viewed by 818
Abstract
In this paper, a dynamic energy-efficient hybrid flow shop (TDEHFSP) scheduling model is proposed, considering random arrivals of new jobs and transport by transfer vehicles. To simultaneously optimise the maximum completion time and the total energy consumption, a co-evolutionary approach (DDQCE) using a [...] Read more.
In this paper, a dynamic energy-efficient hybrid flow shop (TDEHFSP) scheduling model is proposed, considering random arrivals of new jobs and transport by transfer vehicles. To simultaneously optimise the maximum completion time and the total energy consumption, a co-evolutionary approach (DDQCE) using a double deep Q-network (DDQN) is introduced, where global and local search tasks are assigned to different populations to optimise the use of computational resources. In addition, a multi-objective NEW heuristic strategy is implemented to generate an initial population with enhanced convergence and diversity. The DDQCE incorporates an energy-efficient strategy based on time interval ‘left shift’ and turn-on/off mechanisms, alongside a rescheduling model to manage dynamic disturbances. In addition, 36 test instances of varying sizes, simplified from the excavator boom manufacturing process, are designed for comparative experiments with traditional algorithms. The experimental results demonstrate that DDQCE achieves 40% more Pareto-optimal solutions compared to NSGA-II and MOEA/D while requiring 10% less computational time, confirming that this algorithm efficiently solves the TDEHFSP problem. Full article
(This article belongs to the Section Supply Chain Management)
Show Figures

Figure 1

23 pages, 3835 KiB  
Article
Discrete Multi-Objective Grey Wolf Algorithm Applied to Dynamic Distributed Flexible Job Shop Scheduling Problem with Variable Processing Times
by Jiapeng Chen, Chun Wang, Binzi Xu and Sheng Liu
Appl. Sci. 2025, 15(5), 2281; https://doi.org/10.3390/app15052281 - 20 Feb 2025
Viewed by 718
Abstract
Uncertainty in processing times is a key issue in distributed production; it severely affects scheduling accuracy. In this study, we investigate a dynamic distributed flexible job shop scheduling problem with variable processing times (DDFJSP-VPT), in which the processing time follows a normal distribution. [...] Read more.
Uncertainty in processing times is a key issue in distributed production; it severely affects scheduling accuracy. In this study, we investigate a dynamic distributed flexible job shop scheduling problem with variable processing times (DDFJSP-VPT), in which the processing time follows a normal distribution. First, the mathematical model is established by simultaneously considering the makespan, tardiness, and total factory load. Second, a chance-constrained approach is employed to predict uncertain processing times to generate a robust initial schedule. Then, a heuristic scheduling method which involves a left-shift strategy, an insertion-based local adjustment strategy, and a DMOGWO-based global rescheduling strategy is developed to dynamically adjust the scheduling plan in response to the context of uncertainty. Moreover, a hybrid initialization scheme, discrete crossover, and mutation operations are designed to generate a high-quality initial population and update the wolf pack, enabling GWO to effectively solve the distributed flexible job shop scheduling problem. Based on the parameter sensitivity study and a comparison with four algorithms, the algorithm’s stability and effectiveness in both static and dynamic environments are demonstrated. Finally, the experimental results show that our method can achieve much better performance than other rules-based reactive scheduling methods and the hybrid-shift strategy. The utility of the prediction strategy is also validated. Full article
Show Figures

Figure 1

32 pages, 1230 KiB  
Article
Addressing Due Date and Storage Restrictions in the S-Graph Scheduling Framework
by Krisztián Attila Bakon and Tibor Holczinger
Machines 2025, 13(2), 131; https://doi.org/10.3390/machines13020131 - 9 Feb 2025
Viewed by 903
Abstract
This paper addresses the Flexible Job Shop Scheduling Problem (FJSP) with the objective of minimizing both earliness/tardiness (E/T) and intermediate storage time (IST). An extended S-graph framework that incorporates E/T and IST minimization while maintaining the structural advantages of the original S-graph approach [...] Read more.
This paper addresses the Flexible Job Shop Scheduling Problem (FJSP) with the objective of minimizing both earliness/tardiness (E/T) and intermediate storage time (IST). An extended S-graph framework that incorporates E/T and IST minimization while maintaining the structural advantages of the original S-graph approach is presented. The framework is further enhanced by integrating linear programming (LP) techniques to adjust machine assignments and operation timings dynamically. The following four methodological approaches are systematically analyzed: a standalone S-graph for E/T minimization, an S-graph for combined E/T and IST minimization, a hybrid S-graph with LP for E/T minimization, and a comprehensive hybrid approach addressing both E/T and IST. Computational experiments on benchmark problems demonstrate the efficacy of the proposed methods, with the standalone S-graph showing efficiency for smaller instances and the hybrid approaches offering improved solution quality for more complex scenarios. The research provides insights into the trade-offs between computational time and solution quality across different problem configurations and storage policies. This work contributes to the field of production scheduling by offering a versatile framework capable of addressing the multi-objective nature of modern manufacturing environments. Full article
(This article belongs to the Section Advanced Manufacturing)
Show Figures

Figure 1

39 pages, 6324 KiB  
Article
Solving Dynamic Multi-Objective Flexible Job Shop Scheduling Problems Using a Dual-Level Integrated Deep Q-Network Approach
by Hua Xu, Jianlu Zheng, Lingxiang Huang, Juntai Tao and Chenjie Zhang
Processes 2025, 13(2), 386; https://doi.org/10.3390/pr13020386 - 31 Jan 2025
Cited by 1 | Viewed by 1372
Abstract
Economic performance in modern manufacturing enterprises is often influenced by random dynamic events, requiring real-time scheduling to manage multiple conflicting production objectives simultaneously. However, traditional scheduling methods often fall short due to their limited responsiveness in dynamic environments. To address this challenge, this [...] Read more.
Economic performance in modern manufacturing enterprises is often influenced by random dynamic events, requiring real-time scheduling to manage multiple conflicting production objectives simultaneously. However, traditional scheduling methods often fall short due to their limited responsiveness in dynamic environments. To address this challenge, this paper proposes an innovative online rescheduling framework called the Dual-Level Integrated Deep Q-Network (DLIDQN). This framework is designed to solve the dynamic multi-objective flexible job shop scheduling problem (DMOFJSP), which is affected by six types of dynamic events: new job insertion, job operation modification, job deletion, machine addition, machine tool replacement, and machine breakdown. The optimization focuses on three key objectives: minimizing makespan, maximizing average machine utilization (Uave), and minimizing average job tardiness rate (TRave). The DLIDQN framework leverages a hierarchical reinforcement learning approach and consists of two integrated IDQN-based agents. The high-level IDQN serves as the decision-maker during rescheduling, implementing dual-level decision-making by dynamically selecting optimization objectives based on the current system state and guiding the low-level IDQN’s actions. To meet diverse optimization requirements, two reward mechanisms are designed, focusing on job tardiness and machine utilization, respectively. The low-level IDQN acts as the executor, selecting the best scheduling rules to achieve the optimization goals determined by the high-level agent. To improve scheduling adaptability, nine composite scheduling rules are introduced, enabling the low-level IDQN to flexibly choose strategies for job sequencing and machine assignment, effectively addressing both sub-tasks to achieve optimal scheduling performance. Additionally, a local search algorithm is incorporated to further enhance efficiency by optimizing idle time between jobs. The numerical experimental results show that in 27 test scenarios, the DLIDQN framework consistently outperforms all proposed composite scheduling rules in terms of makespan, surpasses the widely used single scheduling rules in 26 instances, and always exceeds other reinforcement learning-based methods. Regarding the Uave metric, the framework demonstrates superiority in 21 instances over all composite scheduling rules and maintains a consistent advantage over single scheduling rules and other RL-based strategies. For the TRave metric, DLIDQN outperforms composite and single scheduling rules in 20 instances and surpasses other RL-based methods in 25 instances. Specifically, compared to the baseline methods, our model achieves maximum performance improvements of approximately 37%, 34%, and 30% for the three objectives, respectively. These results validate the robustness and adaptability of the proposed framework in dynamic manufacturing environments and highlight its significant potential to enhance scheduling efficiency and economic benefits. Full article
(This article belongs to the Section Automation Control Systems)
Show Figures

Figure 1

25 pages, 5397 KiB  
Article
Hybrid Multi-Objective Artificial Bee Colony for Flexible Assembly Job Shop with Learning Effect
by Zhaosheng Du, Junqing Li and Jiake Li
Mathematics 2025, 13(3), 472; https://doi.org/10.3390/math13030472 - 31 Jan 2025
Cited by 1 | Viewed by 802
Abstract
The flexible job shop scheduling problem is a typical and complex combinatorial optimization problem. In recent years, the assembly problem in job shop scheduling problems has been widely studied. However, most of the studies ignore the learning effect of workers, which may lead [...] Read more.
The flexible job shop scheduling problem is a typical and complex combinatorial optimization problem. In recent years, the assembly problem in job shop scheduling problems has been widely studied. However, most of the studies ignore the learning effect of workers, which may lead to higher costs than necessary. This paper considers a flexible assembly job scheduling problem with learning effect (FAJSPLE) and proposes a hybrid multi-objective artificial bee colony (HMABC) algorithm to solve the problem. Firstly, a mixed integer linear programming model is developed where the maximum completion time (makespan), total energy consumption and total cost are optimized simultaneously. Secondly, a critical path-based mutation strategy was designed to dynamically adjust the level of workers according to the characteristics of the critical path. Finally, the local search capability is enhanced by combining the simulated annealing algorithm (SA), and four search operators with different neighborhood structures are designed. By comparative analysis on different scales instances, the proposed algorithm reduces 55.8 and 958.99 on average over the comparison algorithms for the GD and IGD metrics, respectively; for the C-metric, the proposed algorithm improves 0.036 on average over the comparison algorithms. Full article
(This article belongs to the Special Issue Mathematical Modelling, Simulation, and Optimal Control)
Show Figures

Figure 1

19 pages, 4642 KiB  
Article
A Memetic Algorithm Approach for the Job-Shop Scheduling Problem with Variable Machine Efficiency and Maintenance Activities
by David Freud and Amir Elalouf
Appl. Sci. 2025, 15(3), 1431; https://doi.org/10.3390/app15031431 - 30 Jan 2025
Cited by 1 | Viewed by 1375
Abstract
Variable machine efficiency (VME) and maintenance activities (MA) are critical factors often unexplored in job scheduling problems. This paper introduces a new problem termed the job-shop scheduling problem with variable machine efficiency and maintenance activities (JSSP-VME-MT), wherein, unlike the traditional JSSP, machine efficiency [...] Read more.
Variable machine efficiency (VME) and maintenance activities (MA) are critical factors often unexplored in job scheduling problems. This paper introduces a new problem termed the job-shop scheduling problem with variable machine efficiency and maintenance activities (JSSP-VME-MT), wherein, unlike the traditional JSSP, machine efficiency and maintenance activities are explicitly incorporated into the scheduling process. The study proposes a novel memetic algorithm (MA) underpinned by a variable neighborhood descent (VND) local search strategy to address this complex problem. This methodology demonstrates significant improvements, achieving mean makespan reductions ranging from 2.22% to 5.77% across diverse problem instances with varying numbers of machines and jobs. Key contributions include the development of an encoding scheme to model maintenance activities and machine-specific constraints, along with the design of a hybrid metaheuristic framework combining global exploration and local refinement. This work provides a foundation for future comparative studies, algorithm enhancements, and practical industrial applications. The approach offers a scalable and flexible solution to job-shop scheduling challenges involving dynamic efficiency and planned maintenance activities. Full article
Show Figures

Figure 1

Back to TopTop