作业车间调度遗传算法的比较评估

Comparative evaluation of genetic algorithms for job-shop scheduling

Production Planning and Control · 2001
被引 56
ABS 3

中文导读

收集文献中多种遗传算法,使用公开基准问题以完工时间为指标评估它们在作业车间调度问题上的表现,算法用C++实现。

Abstract

Many optimization problems from the industrial engineering world, in particular the manufacturing systems, are very complex in nature and quite hard to solve by conventional optimization techniques. There has been increasing interest in imitating living beings to solve such kinds of hard optimization problems. Simulating the natural evolutionary process of human beings results in stochastic optimization tech niques called evolutionary algorithms, which can often outperform conventional optimization methods when applied to difficult real-world problems. There are currently three main avenues of this research: genetic algorithms (GAs), evolutionary programming (EP) and evolution strategies (ESs). Among them, genetic algorithms are perhaps the most widely known types of evolutionary algorithms today. During the past years, several GAs for the job-shop scheduling problems have been proposed, each with different chromosome representation. In this paper, the different GAs are collected from the literature and an attempt has been made to evaluate them. The benchmark problems available in open literature are used for evaluation and the performance measure considered is makespan. The algorithms are coded in C+ +. Keywords: Job-SHOP SchedulingGenetic AlgorithmsHeuristics

作业车间调度遗传算法进化算法生产调度优化