Simulated Annealing


Step 0. Initialize Xo,Yo=fo(Xo), To>0 and k=0.
Step1. Generate a candidate point Wk+1 using a specific direction generator and step size generator.
Step2. Update the new point with acceptance probability.
Step 3. Update temperature according to a cooling schedule.
Step 4. If the stopping criterion is met, stop. Else increment k and continue from Step1.
The acceptance probability is determined by Metropolis criterion, i.e. the candidate point is accepted with probability 1 if it is improving and with probabiity exp{[fo(X)-f(W)]/Tk} if it is not improving. The cooling schedule adopted here has the form 
Ti+1=bTi
where b is the temeperature reduction factor and is set empirically to 0.6. The number of iterations between each temeperature iteration depends on the dimension of the problem and is set in the program. The initial temeprature value can be specified by the user, or a default option of 300 is also available.


Reference: Neogi, S., Zabinsky, Z.B. and Tuttle, M.E. "Constrained Global Optimization with Continuous and Discrete Variables using Simulated Annealing", under preparation

Home | Composite Design | Global Optimization
Penalty Formulation | Hierarchical Formulation | IHR | Domain
Stiffened Panels | Load Redistribution | Blending | Manufacturing Issues | Design Space | Examples
Direction Generators | Step Size Generators
Publications | People | Software