|
|
|
|
|
by spooningtamarin
3844 days ago
|
|
Simulated annealing is simple. It's just the acceptance criterion of simulated annealing that you are using. You take the previous solution, and the current one, the difference of the cost (up or down) and plug it into the formula. Simulated annealing allows some jumps up and jumps down, hill climbing goes only up. |
|