Simulated Annealing Flashcards

1
Q

What is simulated annealing?

A
  1. Pick variable and value at random.
  2. if it improves, adopt it.
  3. if its not, adopt it probibalistically on T
  4. T is reduced over time.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How is probability calculated in simulated annealing?

A

e−(h(n’)−h(n))/T

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