Solving University-Polytechnics Exam Timetable Problem Using Pso
Solving University-Polytechnics Exam Timetable Problem Using Pso
© 2016 Association for Computing Machinery. ACM acknowledges that A Degree course with seven (7) semester levels and six (6)
this contribution was authored or co-authored by an employee, subjects offered per semester level would require 42 timeslots for
contractor or affiliate of a national government. As such, the examination. For three (3) degree courses that would increase to
Government retains a nonexclusive, royalty-free right to publish or 126.
reproduce this article, or to allow others to do so, for Government
purposes only.
Thus total timeslots required for 3 Diploma and 3 Degree courses
IMCOM '16, January 04-06, 2016, Danang, Viet Nam
© 2016 ACM. ISBN 978-1-4503-4142-4/16/01…$15.00
is at maximum 216 timeslot.
DOI: http://dx.doi.org/10.1145/2857546.2857593
best (Pbest) and own information. Each particle will also
With two (2) timeslots per day and 10 rooms for examination, exchange its information to other particles and remember its
there will be a total of 20 examinations per day. For 216 global best (Gbest). Each particle has fitness value. Fitness value
examination, the number of day requirement would be 216/20 ~ of each particle’s current position is compared with Pbest and
11 days or 22 timeslots. (Monday thru Saturday and Monday thru Gbest. If it is better than Pbest and Gbest then update the Pbest
Friday) and Gbest. Equations (1,2) as shown below are applied to update
Table 1 Examination Timeslots the position and velocity of each particle. Figure 1 show the flow
Day\Time 9.00-12.00 AM 2.00-5.00 PM chart of standard PSO.[4]
The final result will be obtain from the population with the best
fitness values.