paper-with-me

Papers

Greedy Ants Colony Optimization Strategy for Solving the Curriculum Based University Course Timetabling Problem

2016-02-16 · Patrick Kenekayoro, Godswill Zipamone

Timetabling is a problem faced in all higher education institutions. The International Timetabling Competition (ITC) has published a dataset that can be used to test the quality of methods used to solve this problem. A number of meta-heuristic approaches have obtained good results when tested on the ITC dataset, however few have used the ant colony optimization technique, particularly on the ITC 2007 curriculum based university course timetabling problem. This study describes an ant system that solves the curriculum based university course timetabling problem and the quality of the algorithm is tested on the ITC 2007 dataset. The ant system was able to find feasible solutions in all instances of the dataset and close to optimal solutions in some instances. The ant system performs better than some published approaches, however results obtained are not as good as those obtained by the best published approaches. This study may be used as a benchmark for ant based algorithms that solve the curriculum based university course timetabling problem.

📄 PDF Abstract BibTeX arXiv:1602.04933

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Herder Ants: Ant Colony Optimization with Aphids for Discrete Event-Triggered Dynamic Optimization Problems

2023-04-15 · Jonas Skackauskas, Tatiana Kalganova

Currently available dynamic optimization strategies for Ant Colony Optimization (ACO) algorithm offer a trade-off of slower algorithm convergence or significant penalty to solution quality after each dynamic change occur…

A Dynamic Algorithm for the Longest Common Subsequence Problem using Ant Colony Optimization Technique

2013-07-07 · Arindam Chaudhuri

We present a dynamic algorithm for solving the Longest Common Subsequence Problem using Ant Colony Optimization Technique. The Ant Colony Optimization Technique has been applied to solve many problems in Optimization The…

Combinatorial Optimization

Comparative Analysis of Four Prominent Ant Colony Optimization Variants: Ant System, Rank-Based Ant System, Max-Min Ant System, and Ant Colony System

2024-05-24 · Ahmed Mohamed Abdelmoaty, Ibrahim Ihab Ibrahim

This research conducts a comparative analysis of four Ant Colony Optimization (ACO) variants -- Ant System (AS), Rank-Based Ant System (ASRank), Max-Min Ant System (MMAS), and Ant Colony System (ACS) -- for solving the T…

Traveling Salesman Problem

Hybrid Ant Colony Optimization in solving Multi-Skill Resource-Constrained Project Scheduling Problem

2016-03-28 · Paweł B. Myszkowski, Marek E. Skowroński, Łukasz P. Olech, Krzysztof Oślizło

In this paper Hybrid Ant Colony Optimization (HAntCO) approach in solving Multi--Skill Resource Constrained Project Scheduling Problem (MS--RCPSP) has been presented. We have proposed hybrid approach that links classical…

Scheduling

gBeam-ACO: a greedy and faster variant of Beam-ACO

2020-04-23 · Jeff Hajewski, Suely Oliveira, David E. Stewart, Laura Weiler

Beam-ACO, a modification of the traditional Ant Colony Optimization (ACO) algorithms that incorporates a modified beam search, is one of the most effective ACO algorithms for solving the Traveling Salesman Problem (TSP).…

Heuristic SearchTraveling Salesman Problem