Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 550 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 550 Bytes

Simulated-Annealing

Simulated Annealing (SA) is an effective and general form of optimization. It is useful in finding global optima in the presence of large numbers of local optima. “Annealing” refers to an analogy with thermodynamics, specifically with the way that metals cool and anneal. Simulated annealing uses the objective function of an optimization problem instead of the energy of a material.

optimized function :

f(x1,x2 )= -(sin(x1)cos(x2 )+4/5 exp(1-√(x1^2+x2^2 )))

-10<x1<10 and -10<x2<10