Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sameetasadullah/exams-schedule-generator-using-genetic-algorithm

Python Program to find generic solution that will facilitate generating exams schedule for university using “Genetic Algorithm”
https://github.com/sameetasadullah/exams-schedule-generator-using-genetic-algorithm

artificial-intelligence exam-schedule exam-scheduler genetic-algorithm jupyter-notebook python python3

Last synced: 21 days ago
JSON representation

Python Program to find generic solution that will facilitate generating exams schedule for university using “Genetic Algorithm”

Awesome Lists containing this project

README

        

Exams Schedule Generator Using Genetic Algorithm

### Description
`Python Program` to find generic solution that will facilitate generating `Exams Schedule` for university using `Genetic Algorithm`. Detailed `Project Description` can be found [Here](https://github.com/SameetAsadullah/Exams-Schedule-Generator-Using-Genetic-Algorithm/blob/main/Project%20Statement.pdf). Detailed `Report` can be found [Here](https://github.com/SameetAsadullah/Exams-Schedule-Generator-Using-Genetic-Algorithm/blob/main/Report.pdf).

### Hard Constraints
- An exam will be scheduled for each course.
- A student is enrolled in at least 3 courses. A student cannot give more than 1 exam at a time.
- Exam will not be held on weekends.
- Each exam must be held between 9 am and 5 pm
- Each exam must be invigilated by a teacher. A teacher cannot invigilate two exams at the same time.
- A teacher cannot invigilate two exams in a row.

### Soft Constraints
- All students and teachers shall be given a break on Friday from 1-2.
- A student shall not give more than 1 exam consecutively.
- If a student is enrolled in a MG course and a CS course, it is preferred that their MG course exam be held before their CS course exam.
- Two hours of break in the week such that at least half the faculty is free in one slot and the rest of the faculty is free in the other slot so the faculty meetings shall be held in parts as they are now.

### Working Screenshots


















### Contributors
- [Sameet Asadullah](https://github.com/SameetAsadullah)
- [Aysha Noor](https://github.com/ayshanoorr)