login

Self-Guided Genetic Algorithm

Lecture notes in computer sciencePublished 1 January 2008
Shih-Hsin Chen, Pei‐Chann Chang, Qingfu Zhang
Citations7
SJR quartileQ2
SJR score0.35
SNIP0.55

TL;DR

Self-Guided GA is proposed, which is one of the algorithms in the category of evolutionary algorithm based on probabilistic models (EAPM), and it could be a break-through in the branch of EAPM.

Abstract

This paper proposed a new algorithm, termed as Self-Guided genetic algorithm, which is one of the algorithms in the category of evolutionary algorithm based on probabilistic models (EAPM). Previous EAPM research explicitly used the probabilistic model from the parental distribution, then generated solutions by sampling from the probabilistic model without using genetic operators. Although EAPM is promising in solving different kinds of problems, Self-Guided GA doesn't intend to generate solution by the probabilistic model directly because the time-complexity is high when we solve combinatorial problems, particularly the sequencing ones. As a result, the probabilistic model serves as a fitness surrogate which estimates the fitness of the new solution beforehand in this research. So the probabilistic model is used to guide the evolutionary process of crossover and mutation. This research studied the single machine scheduling problems and the corresponding experiment were conducted. From the results, it shows that the Self-Guided GA outperformed other algorithms significantly. In addition, Self-Guided GA works more efficiently than previous EAPM. As a result, it could be a break-through in the branch of EAPM.

Keywords

Computer ScienceEngineering