Background 3 Flashcards

Scenarios and Evaluation

1
Q

Explain No free lunch theorem in optimization

A

The average performance across all problems is the same for all algorithms, there is no such thing as a best optimization algorithm

if you have an algorithm that is better than random search on some problems, then there are other problems may not work.

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

Explain Curse of Dimensionality ?

What could help with this?

A

the volume of the search space increases (exponentially) fast with the dimension

separable problem may help

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

comparison-based vs. value-based optimization

A
  • comparison-based algorithms converge linearly at best
  • discontinuity doesn’t make difference in comparison based.
  • value based will Fail that if discontinuity.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly