vix.ing · top · new · best · stats · spec

An ant colony optimization algorithm for job shop scheduling problem

2013/09/19 by Edson Flórez, Flórez, Edson, Wilfredo Gómez +3
Computer Science · #Artificial Intelligence (cs.AI) #FOS: Computer and information sciences #Neural and Evolutionary Computing (cs.NE) #cs.AI #cs.NE

paper · pdf · doi:10.48550/arxiv.1309.5110

http://www.airccse.org/journal/ijaia/current2013.html

arxiv created 2013/09/19 · arxiv updated 2013/09/23

Abstract

The nature has inspired several metaheuristics, outstanding among these is Ant Colony Optimization (ACO), which have proved to be very effective and efficient in problems of high complexity (NP-hard) in combinatorial optimization. This paper describes the implementation of an ACO model algorithm known as Elitist Ant System (EAS), applied to a combinatorial optimization problem called Job Shop Scheduling Problem (JSSP). We propose a method that seeks to reduce delays designating the operation immediately available, but considering the operations that lack little to be available and have a greater amount of pheromone. The performance of the algorithm was evaluated for problems of JSSP reference, comparing the quality of the solutions obtained regarding the best known solution of the most effective methods. The solutions were of good quality and obtained with a remarkable efficiency by having to make a very low number of objective function evaluations.

Related