This report presents the development and evaluation of advanced compu-
tational models to optimize job scheduling on a production line. The project
commenced with the creation of a simulation environment to mirror real-
world operations of machines and orders within a production line, aiming
to minimize the completion time or maximize the throughput of orders be-
fore their due dates. Initially, an automatic algorithm was implemented to
establish a baseline for job scheduling efficiency. Subsequently, a deep rein-
forcement learning system utilizing the Proximal Policy Optimization (PPO)
method was developed, which showed promising results. To enhance the
model’s adaptability to varying initial conditions and to leverage structural
data, traditional neural network layers were replaced with graph neural layers,
culminating in a graph neural network-based PPO system. Comprehensive
benchmarking of these models demonstrated significant improvements in
scheduling efficiency, underscoring the potential of graph neural networks in
dynamic and flexible problem-solving environments. This report analyzes the
performance variations between the models and discusses the implications
of these technologies in industrial applications.
«
This report presents the development and evaluation of advanced compu-
tational models to optimize job scheduling on a production line. The project
commenced with the creation of a simulation environment to mirror real-
world operations of machines and orders within a production line, aiming
to minimize the completion time or maximize the throughput of orders be-
fore their due dates. Initially, an automatic algorithm was implemented to
establish a baseline for job scheduling efficiency. Sub...
»