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 optimum. 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.
Simulated annealing - Wikipedia Jump to content From Wikipedia, the free encyclopedia Probabilistic optimization technique and metaheuristic For other uses, see Annealing (disambiguation) . This article needs more citations . Please help improve this article by adding citations to reliable sources . Unsourced material may be challenged and removed . Find sources: "Simulated annealing" – news · newspapers · books · scholar · JSTOR ( December 2009 ) ( Learn how and when to remove this message ) Simulated annealing can be used to solve combinatorial problems. Here it is applied to the travelling
Explore this link on the map →related reading
- Global optimization - Wikipediaen.wikipedia.org
- A Visual Guide to Evolution Strategies | 大トロblog.otoro.net
- Stochastic optimization - Wikipediaen.wikipedia.org
- Policy Gradient Algorithms | Lil'Loglilianweng.github.io
- Why Momentum Really Worksdistill.pub
- The Travelling Salesman Problem — an implementation in Python | by Marios Kokmotos | Mediummedium.com
- Stochastic gradient descent - Wikipediaen.m.wikipedia.org
- Competing with sampling — Alignment Research Centeralignment.org
- A Visual Explanation of Gradient Descent Methods (Momentum, AdaGrad, RMSProp, Adam) | Towards Data Sciencetowardsdatascience.com
- Using a Quantum Annealer to Solve a Real Business Cycle Model - Marginal REVOLUTIONmarginalrevolution.com
- Soft Actor-Critic - Spinning Up documentationspinningup.openai.com
- Particle swarm optimization - Wikipediaen.wikipedia.org