Global optimization

Global optimization

Global optimization is a branch of applied mathematics and numerical analysis that deals with the optimization of a function or a set of functions to some criteria.

General

The most common form is the minimization of one real-valued function f in the parameter-space vec{x}in P.There may be several constraints on the solution vectors vec{x}_{min}.

In real-life problems, functions of many variables have a large number of "local" minima and maxima. Finding an arbitrary local optimum is relatively straightforward by using "local optimisation" methods. Finding the global maximum or minimum of a function is much more challenging and has been practically impossible for many problems so far.

The maximization of a real-valued function g(x) can be regarded as the minimization of the transformed function f(x):=(-1)cdot g(x).

Applications of global optimization

Typical examples of global optimization applications include:
* Protein structure prediction (minimize the energy/free energy function)
* Traveling salesman problem and circuit design (minimize the path length)
* Chemical engineering (e.g., analyzing the Gibbs free energy)
* Safety verification, safety engineering (e.g., of mechanical structures, buildings)
* Worst case analysis
* Mathematical problems (e.g., the Kepler conjecture)
* The starting point of several molecular dynamics simulations consists of an initial optimization of the energy of the system to be simulated.
* Spin glasses
* Calibration of propagation models

Approaches

Deterministic

The most successful are:
* Branch and bound methods
* Methods based on real algebraic geometry

Stochastic, thermodynamics

Several Monte-Carlo-based algorithms exist:
* Simulated annealing
* Direct Monte-Carlo sampling
* Stochastic tunneling
* Parallel tempering
* Monte-Carlo with minimization
* Continuation Methods

Heuristics and metaheuristics

Other approaches include heuristic strategies to search the search space in a (more or less) intelligent way, including
* Evolutionary algorithms (e.g., genetic algorithms and evolution strategies)
* Swarm-based optimization algorithms (e.g., particle swarm optimization and ant colony optimization)
* Memetic algorithms, combining global and local search strategies
* Differential evolution

ee also

*multidisciplinary design optimization

References

Deterministic global optimization:
* R. Horst, P.M. Pardalos and N.V. Thoai, Introduction to Global Optimization, Second Edition. Kluwer Academic Publishers, 2000.

* [http://www.mat.univie.ac.at/~neum/ms/glopt03.pdf A.Neumaier, Complete Search in Continuous Global Optimization and Constraint Satisfaction, pp. 271-369 in: Acta Numerica 2004 (A. Iserles, ed.), Cambridge University Press 2004.]

* M. Mongeau, H. Karsenty, V. Rouzé and J.-B. Hiriart-Urruty, Comparison of public-domain software for black box global optimization. Optimization Methods & Software 13(3), pp. 203-226, 2000.

For simulated annealing:
* S. Kirkpatrick, C.D. Gelatt, and M.P. Vecchi. Science, 220:671–680, 1983.

For stochastic tunneling:
* K. Hamacher. Adaptation in Stochastic Tunneling Global Optimization of Complex Potential Energy Landscapes, Europhys.Lett. 74(6):944, 2006.
* K. Hamacher and W. Wenzel. The Scaling Behaviour of Stochastic Minimization Algorithms in a Perfect Funnel Landscape. Phys. Rev. E, 59(1):938-941, 1999.
* W. Wenzel and K. Hamacher. A Stochastic tunneling approach for global minimization. Phys. Rev. Lett., 82(15):3003-3007, 1999.

For parallel tempering:
* U. H. E. Hansmann. Chem.Phys.Lett., 281:140, 1997.

For continuation methods:
* Zhijun Wu. The effective energy transformation scheme as a special continuation approach to global optimization with application to molecular conformation. Technical Report, Argonne National Lab., IL (United States), November 1996.

For general considerations on the dimensionality of the domain of definition of the objective function:
* K. Hamacher. On Stochastic Global Optimization of one-dimensional functions. Physica A 354:547-557, 2005.

External links

* [http://www.mat.univie.ac.at/~neum/glopt.html A. Neumaier’s page on Global Optimization]
* [http://www.it-weise.de/projects/book.pdf Free e-book by Thomas Weise]
* [http://biomath.ugent.be/~brecht/downloads.html Some implementations of global optimization algorithms (SIMPSA, SCA, PSO) in MATLAB]


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать реферат

Look at other dictionaries:

  • Optimization (mathematics) — In mathematics, the term optimization, or mathematical programming, refers to the study of problems in which one seeks to minimize or maximize a real function by systematically choosing the values of real or integer variables from within an… …   Wikipedia

  • Global value numbering — (GVN) is a compiler optimization based on the SSA intermediate representation. It sometimes helps eliminate redundant code that common subexpression elimination (CSE) does not. At the same time, however, CSE may eliminate code that GVN does not,… …   Wikipedia

  • Optimization (computer science) — In computing, optimization is the process of modifying a system to make some aspect of it work more efficiently or use fewer resources. For instance, a computer program may be optimized so that it executes more rapidly, or is capable of operating …   Wikipedia

  • Global optimum — In mathematics, a global optimum is a selection from a given domain which yields either the highest value or lowest value (depending on the objective), when a specific function is applied. For example, for the function : f ( x ) = − x 2 + 2,… …   Wikipedia

  • Cooperative optimization — is a global optimization method invented by chinese mathematician Xiao Fei Huang, that can solve real world NP hard optimization problems (up to millions of variables) with outstanding performances and unprecedented speeds. It knows whether a… …   Wikipedia

  • Mathematical optimization — For other uses, see Optimization (disambiguation). The maximum of a paraboloid (red dot) In mathematics, computational science, or management science, mathematical optimization (alternatively, optimization or mathematical programming) refers to… …   Wikipedia

  • Ant colony optimization algorithms — Ant behavior was the inspiration for the metaheuristic optimization technique. In computer science and operations research, the ant colony optimization algorithm (ACO) is a probabilistic technique for solving computational problems which can be… …   Wikipedia

  • Convex optimization — Convex minimization, a subfield of optimization, studies the problem of minimizing convex functions over convex sets. Given a real vector space X together with a convex, real valued function defined on a convex subset of X, the problem is to find …   Wikipedia

  • Repulsive particle swarm optimization — In mathematics, specifically in optimization, repulsive particle swarm optimization (RPSO) is a global optimization algorithm. It belongs to the class of stochastic evolutionary global optimizers, and is a variant of particle swarm optimization… …   Wikipedia

  • Ant colony optimization — The ant colony optimization algorithm (ACO), introduced by Marco Dorigo in 1992 in his PhD thesis, is a probabilistic technique for solving computational problems which can be reduced to finding good paths through graphs. They are inspired by the …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”