Skip to content

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

License

Notifications You must be signed in to change notification settings

SameetAsadullah/Exams-Schedule-Generator-Using-Genetic-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Detailed Report can be found Here.

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published