Implementation of a Multi-Objective Genetic Algorithm for shift scheduling optimization, developed for COMP5012 Computational Intelligence.
- 🧬 NSGA-II inspired MOGA with binary matrix encoding
- ⏱️ Temporal constraint handling via repair operators
- 📊 Interactive Pareto front visualization
- 📈 Benchmarking on OR-Library datasets
- Install dependencies:
pip install -r requirements.txt