For questions about the stochastic hill climbing algorithm, which a variant of the hill climbing algorithm that chooses, at random, one of the uphill moves (i.e. moves that improve the objective).
Questions tagged [stochastic-hill-climbing]
2 questions
9
votes
4 answers
When to choose Stochastic Hill Climbing over Steepest Hill Climbing?
Stochastic Hill Climbing generally performs worse than Steepest Hill Climbing, but what are the cases in which the former performs better?

Rohan Sharma
- 91
- 1
- 4
6
votes
1 answer
What is the difference between Stochastic Hill Climbing and Simulated Annealing?
I am reading about local search: hill climbing, and its types, and simulated annealing
One of the hill climbing versions is "stochastic hill climbing", which has the following definition:
Stochastic hill climbing does not examine for all its…

yaminoyuki
- 217
- 1
- 6