Computer Lab Timetabling Using Genetic Algorithm Case Study - Unit ICT

Genetic Algorithm is one of the most popular optimization solutions used in various applications such as scheduling. The flows of GA are using selection, crossover and mutation operators applied to populations of chromosomes. This paper reports the techniques using GA in scheduling. Class timetabli...

Full description

Saved in:
Bibliographic Details
Main Author: Abdullah, Amran
Format: Thesis
Language:English
Published: 2006
Subjects:
Online Access:http://etd.uum.edu.my/1901/1/AMRAN_B._ABDULLAH_-_COMPUTER_LAB_TIMETABLING_USING_GENETIC_ALGORITHM_CASE_STUDY_-_UNIT_ICT.pdf
http://etd.uum.edu.my/1901/
Tags: Add Tag
No Tags, Be the first to tag this record!
Description
Summary:Genetic Algorithm is one of the most popular optimization solutions used in various applications such as scheduling. The flows of GA are using selection, crossover and mutation operators applied to populations of chromosomes. This paper reports the techniques using GA in scheduling. Class timetabling problem is one of the applications in scheduling. Basically, it will look into matters such as putting students into certain time slot. These aspects are important for lab session to avoid clash and no students can sit more than one lab session in a same time slot. The other constraint is the student workload should be arranged less than three session in a row. The computer lab timetabling problem at Unit ICT, Fakulti Teknologi Maklumat, Universiti Utara Malaysia is introduced and the prototype has been developed using Java language. The prototype suggested several feasible solutions to the user.