Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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”
- Host: GitHub
- URL: https://github.com/sameetasadullah/exams-schedule-generator-using-genetic-algorithm
- Owner: SameetAsadullah
- License: mit
- Created: 2022-08-14T23:15:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T17:15:23.000Z (8 months ago)
- Last Synced: 2024-11-20T23:32:27.590Z (3 months ago)
- Topics: artificial-intelligence, exam-schedule, exam-scheduler, genetic-algorithm, jupyter-notebook, python, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 2.29 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)