Heuristics Flashcards

1
Q

What do heuristics abandon in favour of quality related gaurantees?

A

They abandon runtime gaurantees

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

What does a local search heuristic do?

A

Starts at a random point in the search space, and looks for solutions within the neighbourhood

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

What does simulated annealing do?

A

Performs a local search, accepts something worse with decreasing probability

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

What do evolutionary algorithms do?

A

They start with a number of potential solutions, which then get mutated, crossover applied, and selection to find the best and better solutions

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