Module 7 Flashcards
1
Q
Genetic/evolutionary algorithm
A
Optimisation algorithm for black-box functions
2
Q
Selection operator
A
Selects the solutions that will be reproduced
3
Q
Cross-over operator
A
I’m mixed the parent’s genotype
4
Q
Mutation operator
A
Type and frequency of the variations applied to the genotype after reproduction
5
Q
Elitism
A
Next generation completely replaces the current generation
6
Q
Elitism pros
A
Fitness of the best individual in the population cannot decrease
7
Q
Cross-over operators
A
Combine the traits of the parents
8
Q
Novelty search
A
Optimises the novelty of the solution
9
Q
MAP-Elites
A
Grid + uniform random selection