An AI tool in pure python capable of matching 400+ final year students with 60+ dissertation supervisors using Genetic Algorithm. It can find optimal solutions from a massive 400^60+ size search space in minutes.
This project is a package for student to supervisor allocation, a variant of the college admission problem.
Applied Soft Computing Journal 2018.
Distributed Computing and Artificial Intelligence, 15th International Conference. DCAI 2018.
A Multi-objective Evolutionary Proposal for Matching Students to Supervisors.
The problem of allocating students to supervisors for the development of a personal project or a dissertation is a crucial activity in the higher education environment, as it enables students to get feedback on their work from an expert and improve their personal, academic, and professional abilities. In this project, we propose a multi-objective and near Pareto optimal genetic algorithm for the allocation of students to supervisors. The allocation takes into consideration the students and supervisors' preferences on research/project topics, the lower and upper supervision quotas of supervisors, as well as the workload balance amongst supervisors. We introduce novel mutation and crossover operators for the student-supervisor allocation problem. The experiments carried out show that the components of the genetic algorithm are more apt for the problem than classic components, and that the genetic algorithm is capable of producing allocations that are near Pareto optimal in a reasonable time.
- Rithin Chalumuri (Pinewood Technologies, rithin.chalumuri@gmail.com)
- Dr. Victor Sanchez-Anguix (Universitat Politecnica de Valencia, vicsana1@upv.es)
- Dr. Reyhan Aydogan (Ozyegin University, reyhan.aydogan@ozyegin.edu.tr)
- Prof. Vicente Julian (Universitat Politècnica de València, vinglada@dsic.upv.es)
- Florida Universitaria (Spain)
- London School of Economics (UK), Department of International Development
If you found this useful for your research, please cite our work:
@article{sanchez2019near,
title={A near Pareto optimal approach to student--supervisor allocation with two sided preferences and workload balance},
author={Sanchez-Anguix, Victor and Chalumuri, Rithin and Aydo{\u{g}}an, Reyhan and Julian, Vicente},
journal={Applied Soft Computing},
volume={76},
pages={1--15},
year={2019},
publisher={Elsevier}
}