Deck 14: Metaheuristics

Full screen (f)
exit full mode
Question
Suppose you are applying a simulated annealing algorithm to a certain problem,where T is the parameter that measures the tendency to accept the current candidate to be the next trial solution.You now have come to an iteration where the current value of T is T = 4,the value of the objective function for the current trial solution is 40,and the value of the objective function for the current candidate to be the next trial solution is 36.(a)Using the standard move selection rule,determine the probability of accepting this candidate to be the next trial solution when the objective is maximization of the objective function.(b)What is this probability when the objective is instead minimization of the objective function?
Use Space or
up arrow
down arrow
to flip the card.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/1
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 14: Metaheuristics
Suppose you are applying a simulated annealing algorithm to a certain problem,where T is the parameter that measures the tendency to accept the current candidate to be the next trial solution.You now have come to an iteration where the current value of T is T = 4,the value of the objective function for the current trial solution is 40,and the value of the objective function for the current candidate to be the next trial solution is 36.(a)Using the standard move selection rule,determine the probability of accepting this candidate to be the next trial solution when the objective is maximization of the objective function.(b)What is this probability when the objective is instead minimization of the objective function?
(a)The key to solving this problem is to remember that if Zc = objective function value for the current trial solution,Zn = objective function value for the current candidate to be the next trial solution,so Zc = 40 and Zn = 36,then the move selection rule under maximization says If Zn ≥ Zc ,always accept this candidate; if Zn < Zc ,accept the candidate with the following probability: Prob{acceptance} = ex where x = .Here Zn = 36 < 40 = Zc and x = = -1,so Prob{acceptance} = e-1.(b)With the objective of minimization instead,Zn and Zc are reversed in the above formulas.Therefore,since Zc > Zn ,the candidate always is accepted,so Prob{acceptance} = 1.
locked card icon
Unlock Deck
Unlock for access to all 1 flashcards in this deck.