Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 386 Bytes

File metadata and controls

5 lines (3 loc) · 386 Bytes

Genetic-Algorithm

Implementation of Course Scheduling plan for educational universities using Genetic algorithm based on natural selection. When the Courses, Departments, Rooms, Room capacity and the Instructor details are provided, the program will generate a new schedule without any conflicts using Genetic algorithm.

Open this project and run in Eclipse or any JAVA IDE.