Temperature Scheduling in Simulated Annealing

From UConn PAN
Revision as of 18:23, 20 December 2007 by DemasMa (talk | contribs) (→‎References)
Jump to navigation Jump to search

<font; color="red"> THIS PAGE IS A WORK IN PROGRESS

The purpose of this page is to describe the notion of temperature scheduling in simulated annealing. The type of temperature schedule used in one's algorithm and the size and difficulty of terrain of the search space have connections to the convergence properties of ones algorithm. These topics are also considered briefly below, with an emphasis on the diamond problem. Additionally, prospective temperature scheduling strategies are also proposed, which will serve as a backbone to potential simulated annealing runs in the near future.

Introduction to Temperature Scheduling

Temperature scheduling in simulated annealing refers to the process of controlling the temperature in a particular run through either geometric or adaptive means. The effect that temperature has on an annealing run is that it determines the probability that a solution with a higher cost function value will be accepted over one with a lower value, which is known as hill climbing. There are two main stages of temperature scheduling(warming up and cooling down), which are punctuated by two stopping conditions (equilibrium and frozen criterion respectively). The warming up stage represents a time in the

ParSA Scheduling Capabilities

Difficulty of the problem

The size and terrain of a particular search space are two concepts that one should include when speaking of the difficulty of a search space. The computing time drastically increases with the size (or dimensionality) of search space [1]. However, it is still possible to have higher dimensional problems that are unimodal or have very few local minima. Thus, one must also take into account the shape of search space when contemplating the difficulty.

In the diamond problem, a solution consists of values given to two amplitudes and three phases. The amplitudes represent the intensity of the light from the reference mirror and the diamond {the front and the back only differ by a constant). The phases represent each of the three surfaces: the reference mirror and the front and back of the diamond. Each of these quantities is represented by a certain order Legendre polynomial, which is represented in the form of a matrix with the number of rows and columns to match the order with an offset of one. Since the order Legendre Polynomial for each of the amplitudes and phases is set by the user, the dimensionality of the problem varies depending on the desired order. Thus, the lowest dimensionality that the diamond problem could take on would be 11 and the highest would be (cutting the Legendre polynomial order off at five) 125. However, it is most likely somewhere in between most likely slightly greater than 50, due to wanting to fully exploit the range of the Legendre polynomials to give the greatest accuracy in mapping the diamond surface.

Convergence and Simulated Annealing

  • Markov Chains
  • Random Walk
  • Global Optimization
  • ParSA-->[2]

Prospective strategies

References

[1] Esin Onbasoglu and Ozdamar, Yeditepe University, Istanbul, Turkey Journal of Global Optimization 2001

[2] Lee and Lee, Synchronous and Asynchronous Parallel Simulated Annealing with Multiple Markov Chains 1991