Puneet Varma (Editor)

Pattern search (optimization)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Pattern search (optimization)

Pattern search (PS) is a family of numerical optimization methods that do not require the gradient of the problem to be optimized. Hence PS can be used on functions that are not continuous or differentiable. Such optimization methods are also known as direct-search, derivative-free, or black-box methods.

The name "pattern search" was coined by Hooke and Jeeves. An early and simple PS variant is attributed to Fermi and Metropolis when they worked at the Los Alamos National Laboratory as described by Davidon, who summarized the algorithm as follows:

They varied one theoretical parameter at a time by steps of the same magnitude, and when no such increase or decrease in any one parameter further improved the fit to the experimental data, they halved the step size and repeated the process until the steps were deemed sufficiently small.

Convergence

A convergent pattern-search method was proposed by Yu, who proved that it converged using the theory of positive bases. Later, Torczon, Lagarias, and coauthors used positive-basis techniques to prove the convergence of another pattern-search method on a specific class of functions. Outside of such classes, pattern search is a heuristic that can provide useful approximate solutions for some problems, but can fail on others. Outside of such classes, pattern search is not an iterative method that converges to a solution; indeed, pattern-search methods can converge to non-stationary points on some relatively tame problems.

References

Pattern search (optimization) Wikipedia