Global Information Lookup Global Information

Simulated annealing information


Simulated annealing can be used to solve combinatorial problems. Here it is applied to the travelling salesman problem to minimize the length of a route that connects all 125 points.
Travelling salesman problem in 3D for 120 points solved with simulated annealing.

Simulated annealing (SA) is a probabilistic technique for approximating the global optimum of a given function. Specifically, it is a metaheuristic to approximate global optimization in a large search space for an optimization problem. For large numbers of local optima, SA can find the global optima.[1] It is often used when the search space is discrete (for example the traveling salesman problem, the boolean satisfiability problem, protein structure prediction, and job-shop scheduling). For problems where finding an approximate global optimum is more important than finding a precise local optimum in a fixed amount of time, simulated annealing may be preferable to exact algorithms such as gradient descent or branch and bound.

The name of the algorithm comes from annealing in metallurgy, a technique involving heating and controlled cooling of a material to alter its physical properties. Both are attributes of the material that depend on their thermodynamic free energy. Heating and cooling the material affects both the temperature and the thermodynamic free energy or Gibbs energy. Simulated annealing can be used for very hard computational optimization problems where exact algorithms fail; even though it usually achieves an approximate solution to the global minimum, it could be enough for many practical problems.

The problems solved by SA are currently formulated by an objective function of many variables, subject to several mathematical constraints. In practice, the constraint can be penalized as part of the objective function.

Similar techniques have been independently introduced on several occasions, including Pincus (1970),[2] Khachaturyan et al (1979,[3] 1981[4]), Kirkpatrick, Gelatt and Vecchi (1983), and Cerny (1985).[5] In 1983, this approach was used by Kirkpatrick, Gelatt Jr., Vecchi,[6] for a solution of the traveling salesman problem. They also proposed its current name, simulated annealing.

This notion of slow cooling implemented in the simulated annealing algorithm is interpreted as a slow decrease in the probability of accepting worse solutions as the solution space is explored. Accepting worse solutions allows for a more extensive search for the global optimal solution. In general, simulated annealing algorithms work as follows. The temperature progressively decreases from an initial positive value to zero. At each time step, the algorithm randomly selects a solution close to the current one, measures its quality, and moves to it according to the temperature-dependent probabilities of selecting better or worse solutions, which during the search respectively remain at 1 (or positive) and decrease toward zero.

The simulation can be performed either by a solution of kinetic equations for probability density functions,[7][8] or by using a stochastic sampling method.[6][9] The method is an adaptation of the Metropolis–Hastings algorithm, a Monte Carlo method to generate sample states of a thermodynamic system, published by N. Metropolis et al. in 1953.[10]

  1. ^ "What is Simulated Annealing?". www.cs.cmu.edu. Retrieved 2023-05-13.
  2. ^ Pincus, Martin (Nov–Dec 1970). "A Monte-Carlo Method for the Approximate Solution of Certain Types of Constrained Optimization Problems". Journal of the Operations Research Society of America. 18 (6): 967–1235. doi:10.1287/opre.18.6.1225.
  3. ^ Khachaturyan, A.: Semenovskaya, S.: Vainshtein B., Armen (1979). "Statistical-Thermodynamic Approach to Determination of Structure Amplitude Phases". Soviet Physics, Crystallography. 24 (5): 519–524.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  4. ^ Khachaturyan, A.; Semenovskaya, S.; Vainshtein, B. (1981). "The Thermodynamic Approach to the Structure Analysis of Crystals". Acta Crystallographica. A37 (5): 742–754. Bibcode:1981AcCrA..37..742K. doi:10.1107/S0567739481001630.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  5. ^ Laarhoven, P. J. M. van (Peter J. M.) (1987). Simulated annealing : theory and applications. Aarts, E. H. L. (Emile H. L.). Dordrecht: D. Reidel. ISBN 90-277-2513-6. OCLC 15548651.
  6. ^ a b Kirkpatrick, S.; Gelatt Jr, C. D.; Vecchi, M. P. (1983). "Optimization by Simulated Annealing". Science. 220 (4598): 671–680. Bibcode:1983Sci...220..671K. CiteSeerX 10.1.1.123.7607. doi:10.1126/science.220.4598.671. JSTOR 1690046. PMID 17813860. S2CID 205939.
  7. ^ Khachaturyan, A.; Semenovskaya, S.; Vainshtein, B. (1979). "Statistical-Thermodynamic Approach to Determination of Structure Amplitude Phases". Sov.Phys. Crystallography. 24 (5): 519–524.
  8. ^ Khachaturyan, A.; Semenovskaya, S.; Vainshtein, B. (1981). "The Thermodynamic Approach to the Structure Analysis of Crystals". Acta Crystallographica. 37 (A37): 742–754. Bibcode:1981AcCrA..37..742K. doi:10.1107/S0567739481001630.
  9. ^ Černý, V. (1985). "Thermodynamical approach to the traveling salesman problem: An efficient simulation algorithm". Journal of Optimization Theory and Applications. 45: 41–51. doi:10.1007/BF00940812. S2CID 122729427.
  10. ^ Metropolis, Nicholas; Rosenbluth, Arianna W.; Rosenbluth, Marshall N.; Teller, Augusta H.; Teller, Edward (1953). "Equation of State Calculations by Fast Computing Machines". The Journal of Chemical Physics. 21 (6): 1087. Bibcode:1953JChPh..21.1087M. doi:10.1063/1.1699114. OSTI 4390578. S2CID 1046577.

and 21 Related for: Simulated annealing information

Request time (Page generated in 0.8261 seconds.)

Simulated annealing

Last Update:

Simulated annealing (SA) is a probabilistic technique for approximating the global optimum of a given function. Specifically, it is a metaheuristic to...

Word Count : 4596

Annealing

Last Update:

Look up annealing in Wiktionary, the free dictionary. Annealing may refer to: Annealing (biology), in genetics Annealing (glass), heating a piece of glass...

Word Count : 91

Adaptive simulated annealing

Last Update:

Adaptive simulated annealing (ASA) is a variant of simulated annealing (SA) algorithm in which the algorithm parameters that control temperature schedule...

Word Count : 339

Quantum annealing

Last Update:

annealing outperforms simulated annealing under certain conditions (see for a careful analysis, and, for a fully solvable model of quantum annealing to...

Word Count : 3295

Multiple sequence alignment

Last Update:

genetic algorithm method, simulated annealing maximizes an objective function like the sum-of-pairs function. Simulated annealing uses a metaphorical "temperature...

Word Count : 6169

Metaheuristic

Last Update:

heuristic in order to find better solutions. Such metaheuristics include simulated annealing, tabu search, iterated local search, variable neighborhood search...

Word Count : 3195

Genetic algorithm

Last Update:

similar to simulated annealing in that both traverse the solution space by testing mutations of an individual solution. While simulated annealing generates...

Word Count : 8025

Tabu search

Last Update:

has several similarities with simulated annealing, as both involve possible downhill moves. In fact, simulated annealing could be viewed as a special form...

Word Count : 1990

Hill climbing

Last Update:

and tabu search), or on memory-less stochastic modifications (like simulated annealing). The relative simplicity of the algorithm makes it a popular first...

Word Count : 1512

Bruce Hajek

Last Update:

on simulated annealing. His most cited paper, Cooling schedules for optimal annealing, gives a nice condition for convergence of simulated annealing to...

Word Count : 1671

Image segmentation

Last Update:

globally optimal labeling scheme. Derived as an analogue of annealing in metallurgy, simulated annealing (SA) uses change in pixel label over iterations and estimates...

Word Count : 9656

Mathematical optimization

Last Update:

present include evolutionary algorithms, Bayesian optimization and simulated annealing. The satisfiability problem, also called the feasibility problem...

Word Count : 5896

Marxan

Last Update:

conservation planning. With the use of stochastic optimisation routines (Simulated Annealing) Marxan generates spatial reserve systems that achieve particular...

Word Count : 2913

Ant colony optimization algorithms

Last Update:

Similar to simulated annealing in that both traverse the solution space by testing mutations of an individual solution. While simulated annealing generates...

Word Count : 9502

Protein design

Last Update:

be chosen such that in the initial rounds it is high and it is slowly annealed to overcome local minima. The FASTER algorithm uses a combination of deterministic...

Word Count : 7342

Datasaurus dozen

Last Update:

it is not known how the data set was generated, the authors used simulated annealing to make these data sets. They made small, random, and biased changes...

Word Count : 649

Integer programming

Last Update:

heuristic methods that can be applied to ILPs include Hill climbing Simulated annealing Reactive search optimization Ant colony optimization Hopfield neural...

Word Count : 4054

Line search

Last Update:

Like other optimization methods, line search may be combined with simulated annealing to allow it to jump over some local minima. Trust region - a dual...

Word Count : 1337

Galactic algorithm

Last Update:

search over all possible explanations makes this procedure galactic. Simulated annealing, when used with a logarithmic cooling schedule, has been proven to...

Word Count : 1888

Feature selection

Last Update:

then selected. Search approaches include: Exhaustive Best first Simulated annealing Genetic algorithm Greedy forward selection Greedy backward elimination...

Word Count : 6933

Stochastic optimization

Last Update:

methods of this kind include: simulated annealing by S. Kirkpatrick, C. D. Gelatt and M. P. Vecchi (1983) quantum annealing Probability Collectives by D...

Word Count : 1083

PDF Search Engine © AllGlobal.net