Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 883 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 883 Bytes

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