paper-with-me

홈 › Papers

A Flexible Job Shop Scheduling Problem Involving Reconfigurable Machine Tools Under Industry 5.0

2024-10-16 · Hessam Bakhshi-Khaniki, Reza Tavakkoli-Moghaddam, Zdenek Hanzalek, Behdin Vahedi-Nouri

The rise of Industry 5.0 has introduced new demands for manufacturing companies, requiring a shift in how production schedules are managed to address human centered, environmental, and economic goals comprehensively. The flexible job shop scheduling problem (FJSSP), which involves processing operations on various capable machines, accurately reflects the complexities of modern manufacturing settings. This paper investigates the FJSSP involving reconfigurable machine tools with configuration dependent setup times, while integrating human aspects like worker assignments, moving time, and rest periods, as well as minimizing total energy consumption. A mixed-integer programming (MIP) model is developed to simultaneously optimize these objectives. The model determines the assignment of operations to machines, workers, and configurations while sequencing operations, scheduling worker movements, and respecting rest periods, and minimizing overall energy consumption. Given the NPhard nature of the FJSSP with worker assignments and reconfigurable tools, a memetic algorithm (MA) is proposed. This metaheuristic evolutionary algorithm features a three layer chromosome encoding method, specialized crossover and mutation strategies, and neighborhood search mechanisms to enhance solution quality and diversity. Comparisons of MA with MIP and genetic algorithms (GA) on benchmark instances demonstrate the MA efficiency and effectiveness, particularly for larger problem instances where MIP becomes impractical. This research paves the way for sustainable and resilient production schedules tailored for the factory of the future under the Industry 5.0 paradigm. The work bridges a crucial gap in current literature by integrating worker and environmental impact into the FJSSP with reconfigurable machine models.

📄 PDF Abstract BibTeX arXiv:2410.23302

Code (0)

등록된 구현이 없습니다.

Tasks

Job Shop SchedulingScheduling

Similar Papers 제목 키워드 기반

Job Shop Scheduling Benchmark: Environments and Instances for Learning and Non-learning Methods

2023-08-24 · Robbert Reijnen, Kjell van Straaten, Zaharah Bukhsh, Yingqian Zhang

We introduce an open-source GitHub repository containing comprehensive benchmarks for a wide range of machine scheduling problems, including Job Shop Scheduling (JSP), Flow Shop Scheduling (FSP), Flexible Job Shop Schedu…

Job Shop SchedulingScheduling

Metaheuristics for the Online Printing Shop Scheduling Problem

2020-06-22 · Willian T. Lunardi, Ernesto G. Birgin, Débora P. Ronconi, Holger Voos

In this work, the online printing shop scheduling problem introduced in (Lunardi et al., Mixed Integer Linear Programming and Constraint Programming Models for the Online Printing Shop Scheduling Problem, Computers & Ope…

Job Shop SchedulingScheduling

RESCHED: Rethinking Flexible Job Shop Scheduling from a Transformer-based Architecture with Simplified States

2026-03-07 · Xiangjie Xiao, Cong Zhang, Wen Song, Zhiguang Cao arxiv

Neural approaches to the Flexible Job Shop Scheduling Problem (FJSP), particularly those based on deep reinforcement learning (DRL), have gained growing attention in recent years. However, existing methods rely on comple…

Reinforcement Learning

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

An efficient deep reinforcement learning environment for flexible job-shop scheduling

2025-09-07 · Xinquan Wu, Xuefeng Yan, Mingqiang Wei, Donghai Guan arxiv

The Flexible Job-shop Scheduling Problem (FJSP) is a classical combinatorial optimization problem that has a wide-range of applications in the real world. In order to generate fast and accurate scheduling solutions for F…

Reinforcement Learning