Introduction - If you have any usage issues, please Google them yourself
Simulated annealing method has the ability of probability jumping in the search process, and can effectively avoid the search process into the local minimum solution. The simulated annealing algorithm not only accepts the good solution in the annealing process, but also receives the poor with a certain probability And the probability is controlled by the temperature parameter, and its size decreases with the decrease of the temperature.