Optimization by Genetic Annealing

Xin Yao
1991-01-01
Abstract: Simulated Annealing (SA) is a general stochasticsearch algorithm. It is usually employed as anoptimization method to find a near optimal solutionfor hard combinatorial optimization problems,but it is very difficult to give the accuracyof the solution found. In order to find a bettersolution, an often used strategy is to run the algorithmmany times and select the best solutionas the final one. This paper gives an algorithmcalled Genetic Annealing (GA), which connectseach run of SA and...
What problem does this paper attempt to address?