HOME

TheInfoList



OR:

Pattern search (also known as direct search, derivative-free search, or black-box search) is a family of numerical
optimization Mathematical optimization (alternatively spelled ''optimisation'') or mathematical programming is the selection of a best element, with regard to some criteria, from some set of available alternatives. It is generally divided into two subfiel ...
methods that does not require a gradient. As a result, it can be used on functions that are not continuous or differentiable. One such pattern search method is "convergence" (see below), which is based on the theory of positive bases. Optimization attempts to find the best match (the solution that has the lowest error value) in a multidimensional analysis space of possibilities.


History

The name "pattern search" was coined by Hooke and Jeeves. An early and simple variant is attributed to Fermi and
Metropolis A metropolis () is a large city or conurbation which is a significant economic, political, and cultural area for a country or region, and an important hub for regional or international connections, commerce, and communications. A big city b ...
when they worked at the Los Alamos National Laboratory. It is described by Davidon, as follows:


Convergence

Convergence is a pattern search method proposed by Yu, who proved that it converges using the theory of positive bases.*Yu, Wen Ci. 1979. �
Positive basis and a class of direct search techniques
��. ''Scientia Sinica'' 'Zhongguo Kexue'' 53—68. *Yu, Wen Ci. 1979. �
The convergent property of the simplex evolutionary technique
��. ''Scientia Sinica'' 'Zhongguo Kexue'' 69–77.
Later, Torczon, Lagarias and co-authors used positive-basis techniques to prove the convergence of another pattern-search method on specific classes of functions. Outside of such classes, pattern search is a heuristic that can provide useful approximate solutions for some issues, but can fail on others. Outside of such classes, pattern search is not an
iterative method In computational mathematics, an iterative method is a Algorithm, mathematical procedure that uses an initial value to generate a sequence of improving approximate solutions for a class of problems, in which the ''i''-th approximation (called an " ...
that converges to a solution; indeed, pattern-search methods can converge to non-stationary points on some relatively tame problems.* Powell, Michael J. D. 1973. �
On Search Directions for Minimization Algorithms
” ''Mathematical Programming'' 4: 193—201.
* (algorithm summary online).


See also

* Golden-section search conceptually resembles PS in its narrowing of the search range, only for single-dimensional search spaces. * Nelder–Mead method aka. the simplex method conceptually resembles PS in its narrowing of the search range for multi-dimensional search spaces but does so by maintaining ''n'' + 1 points for ''n''-dimensional search spaces, whereas PS methods computes 2''n'' + 1 points (the central point and 2 points in each dimension). * Luus–Jaakola samples from a uniform distribution surrounding the current position and uses a simple formula for exponentially decreasing the sampling range. * Random search is a related family of optimization methods that sample from a hypersphere surrounding the current position. * Random optimization is a related family of optimization methods that sample from a
normal distribution In probability theory and statistics, a normal distribution or Gaussian distribution is a type of continuous probability distribution for a real-valued random variable. The general form of its probability density function is f(x) = \frac ...
surrounding the current position.


References

{{Major subfields of optimization Optimization algorithms and methods