Here is a flowchart for Stimulated Annealing. Simulated Annealing is a stochastic global search optimization algorithm. It modifies a single solution and searches the relatively local area of the search space until the local optima is located. It can be used for very hard computational optimization problems where exact algorithms fail. Learn more details in this template.