Modified Genetic Algorithm using Tabu List to Solve Scheduling Problem
Daftar Isi:
- This Final Project's research is important to give another analysis to solving the scheduling problem. One of the scheduling problem is university courses scheduling. The complexity of university courses scheduling lies on lecturers should not collided and should be only one course for each semester to be scheduled while the number of lecturers are limited. The problem will be solved using Genetic Algorithm that modified with Tabu List. Genetic Algortihm works by generating solutions. Meanwhile, Tabu List prevent the Genetic Algorithm to generating same possibilities. The results is displayed in the form of tables for each day result. The result can be viewed through the user interface. There will be options to export into CSV file or image file for user.