Question 16
Algorithms
Based on the topic, answer the given subquestions.
Stochastic Hill Climbing decides whether to move from N to a randomly selected neighbour x based on the probability function P = 1/(1+e^(-deltaE/T)), where T is a non negative temperature parameter, and deltaE = eval(x) - eval(N) for maximization problems where a positive deltaE indicates that x is better than N. Select the correct statement(s).
When T tends to INF, the probability of choosing good moves increases.
When T tends to INF, the probability of choosing bad moves decreases.
When T tends to 0, the probability of choosing good moves increases.
When T tends to 0, the probability of choosing bad moves decreases.