13.11 Consider the following function for maximization using simulated annealing: f(x) = x(1.5 - x) in the range (0, 5).
Posted: Mon Apr 11, 2022 6:22 am
13.11 Consider the following function for maximization using simulated annealing: f(x) = x(1.5 - x) in the range (0, 5). If the initial point is x(0) = 2.0, generate a neighboring point using a uniformly distributed random number in the range (0, 1). If the temperature is 400, find the pbobability of accepting the neighboring point.