2014
DOI: 10.1590/0101-7438.2014.034.02.0143
|View full text |Cite
|
Sign up to set email alerts
|

An Experimental Comparison of Biased and Unbiased Random-Key Genetic Algorithms

Abstract: Random key genetic algorithms are heuristic methods for solving combinatorial optimization problems. They represent solutions as vectors of randomly generated real numbers, the so-called random keys. A deterministic algorithm, called a decoder, takes as input a vector of random keys and associates with it a feasible solution of the combinatorial optimization problem for which an objective value or fitness can be computed. We compare three types of random-key genetic algorithms: the unbiased algorithm of Bean (… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
8
0

Year Published

2015
2015
2021
2021

Publication Types

Select...
5
3

Relationship

1
7

Authors

Journals

citations
Cited by 28 publications
(8 citation statements)
references
References 10 publications
0
8
0
Order By: Relevance
“…Implementation details. All the tested versions of the BRKGA were implemented in C++ using the BRKGA API of Toso and Resende (2014). Codes were compiled with g++ with flags "-c" and "-O3".…”
Section: Resultsmentioning
confidence: 99%
See 2 more Smart Citations
“…Implementation details. All the tested versions of the BRKGA were implemented in C++ using the BRKGA API of Toso and Resende (2014). Codes were compiled with g++ with flags "-c" and "-O3".…”
Section: Resultsmentioning
confidence: 99%
“…A biased random-key genetic algorithm, or BRKGA Gonçalves et al, 2014), differs from a RKGA in the way parents are selected for mating and what role each parent plays in crossover. Unlike in a RKGA, where parents are selected at random from the entire population, in a BRKGA each offspring is generated combining one individual selected at random from the elite partition of the population and another from the non-elite partition.…”
Section: Biased Random-key Genetic Algorithmsmentioning
confidence: 99%
See 1 more Smart Citation
“…Though the difference between RKGAs and BRKGAs is small, the resulting heuristics behave quite differently. Experimental results in Gonçalves et al (2014) show that BRKGAs are almost always faster and more effective than RKGAs.…”
Section: A Biased Random-key Genetic Algorithmmentioning
confidence: 99%
“…In a BRKGA, a parent is always chosen from the elite set, which introduces the elitism principle in the reproduction process. This modification is sufficient to make the biased version of the GA to outperform the unbiased version (Gonçalves et al 2014). The populations of individuals are evolved in sequence until a stopping criterion is reached.…”
Section: Problem Formulationmentioning
confidence: 99%