hybridization Flashcards

1
Q

what is a memetic algorithm?

A

evolutionary algorithm with local search operators that work within the EA loop

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

two components of local search

A
  1. neighbourhood: set of points that can be reached from x with one application of a move operator
  2. pivot rule: condition for stopping neighbourhood search e.g. greedy ascent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly