Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generating a optimized timetable solution for universities using genetic algo in JavaScript #1816

Open
umee007 opened this issue Nov 29, 2023 · 0 comments

Comments

@umee007
Copy link

umee007 commented Nov 29, 2023

we will have faculty load (i.e. teachers load), classrooms, class data (to whom the subjects are assigned e.g. BSCS 5A), and course data. Teachers will be assigned to courses. Now, the genetic algorithm will give us a solution that removes teachers and classroom clashes. The generated timetable will also have a feature that will minimize the gap hours (break periods) of classes.

Could you guide me on how to implement the algorithm while keeping all the above constraints in mind?

My Gratitudes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant