An OBJECT ORIENTED METHOLOGIES Project. Generates timetable for multiple classes with a specified number of subjects and their details using GENETIC ALGORITHM.
Executable .jar file available in dist folder. Java documentation also available in dist folder.
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.
© MIT License