Evolutionary Algorithms Flashcards
Situation when we lack detailed information about the underlying optimization problem.
Black box
Family of robust and universally applicable optimization methods, their flexibility enables usage within black-box setting.
Evolutionary algorithms
The most simple version of an evolutionary algorithm
Evolutionary strategy
The two levels of existence in the representation of an evolutionary algorithm.
Genotype and phenotype
Possible solutions in the original problem context
Phenotype
Encoding of the phenotype in the context of an EA
Genotype
Function that represents the optimization target in a EA.
Fitness function
Single real-valued number to which each phenotype is mapped to.
Fitness value
The current set of candidate solutions/individuals, can contain multiple copies of the same individual.
Population
(𝜇 + 𝜆)-selection which selects, the best 𝜇 individuals out of 𝑃𝜇 ∪ 𝑃𝜆, enables ___.
Elitism
(𝜇, 𝜆)-selection select the best 𝜇 individuals only out of 𝑃𝜆, enables ___.
Random walks
They are responsible for the generation of new candidate solutions.
Variation operators
The two types of variation operators.
Mutation and recombination
An individual that survives a long time in an evolutionary algorithm is called a(n):
Elite
True or false? Evolutionary algorithms are a suitable method for dealing with black-box optimization problems.
True