NEAILGFeb 9

Enhancing Genetic Algorithms with Graph Neural Networks: A Timetabling Case Study

arXiv:2602.08619v1h-index: 1
Originality Incremental advance
AI Analysis

It addresses timetabling problems like Staff Rostering, but is incremental as it combines existing methods.

This paper tackled timetabling optimization by hybridizing a Genetic Algorithm with a Graph Neural Network, resulting in statistically significant improvements in time efficiency and solution quality compared to standalone methods.

This paper investigates the impact of hybridizing a multi-modal Genetic Algorithm with a Graph Neural Network for timetabling optimization. The Graph Neural Network is designed to encapsulate general domain knowledge to improve schedule quality, while the Genetic Algorithm explores different regions of the search space and integrates the deep learning model as an enhancement operator to guide the solution search towards optimality. Initially, both components of the hybrid technique were designed, developed, and optimized independently to solve the tackled task. Multiple experiments were conducted on Staff Rostering, a well-known timetabling problem, to compare the proposed hybridization with the standalone optimized versions of the Genetic Algorithm and Graph Neural Network. The experimental results demonstrate that the proposed hybridization brings statistically significant improvements in both the time efficiency and solution quality metrics, compared to the standalone methods. To the best of our knowledge, this work proposes the first hybridization of a Genetic Algorithm with a Graph Neural Network for solving timetabling problems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes