Skip to content

Course Scheduling is hard! Actually, it is NP-Hard. This application uses a Genetic Algorithm to schedule college style courses.

Notifications You must be signed in to change notification settings

AnthonyMRios/CourseScheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

This code is extremely outdated and no longer updated.

Description
-------------------------------------------------------------------------------
This application is one 'solution' to the classical Time-Tabling problem.
In this app I use a genetic algorithm to try to optimize a cost functioin.
The user inputs professors, rooms, and other constraints. It will then try to
find a schedule to satisfy the constraints.

Genetic Algorithm Description
-------------------------------------------------------------------------------
TODO

About

Course Scheduling is hard! Actually, it is NP-Hard. This application uses a Genetic Algorithm to schedule college style courses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages