Skip to content

bellatrix007/TimetableGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimetableGenerator

An OBJECT ORIENTED METHOLOGIES Project. Generates timetable for multiple classes with a specified number of subjects and their details using GENETIC ALGORITHM.

Language

main() function BasicForm class.

Executable .jar file available in dist folder. Java documentation also available in dist folder.

GENETIC ALGORITHM

Genetic Algorithms (GAs) are adaptive heuristic search algorithm based on the evolutionary ideas of natural selection and genetics. As such they represent an intelligent exploitation of a random search used to solve optimization problems. Although randomised, GAs are by no means random, instead they exploit historical information to direct the search into the region of better performance within the search space.

License

© MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages