hybridization Flashcards
1
Q
what is a memetic algorithm?
A
evolutionary algorithm with local search operators that work within the EA loop
2
Q
two components of local search
A
- neighbourhood: set of points that can be reached from x with one application of a move operator
- pivot rule: condition for stopping neighbourhood search e.g. greedy ascent
3
Q
what is the degree of a graph
A
degree of a graph: the maximum number of in/outgoing connections from a single node (= size of the biggest neighbourhood)