Question: Problem 1 . Implement the simulated annealing algorithm for minimizing the function in Java H(x,y)=?(xsin(20y)+ysin(20x))2cosh(sin(10x)x)?(xcos(10y)?ysin(10x))2cosh(cos(20y)y), where (x,y)?[?1.1,1.1]2 It is known that the global minimum of
Problem 1. Implement the simulated annealing algorithm for minimizing the function in Java
H(x,y)=?(xsin(20y)+ysin(20x))2cosh(sin(10x)x)?(xcos(10y)?ysin(10x))2cosh(cos(20y)y), where (x,y)?[?1.1,1.1]2
It is known that the global minimum of H(x,y) is -8.12465, and attained at (?1.0445,?1.0084) and (1.0445,?1.0084) .
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
