SR1 formula

SR1 formula

The Symmetric Rank 1 method is a quasi-Newton method to update the second derivative (Hessian)based on the derivatives (gradients) calculated at two points. It is a generalization to the secant method for a multidimensional problem.This update maintains the symmetry of the matrix but does not guarantee the update to be a positive definite matrix.For this reason it is the method of choice for indefinite problems.

Given a function f(x), its gradient ( abla f), and Hessian matrix B, the Taylor series is:::f(x_0+Delta x)=f(x_0)+ abla f(x_0)^T Delta x+frac{1}{2} Delta x^T {B} Delta x ,and the Taylor series of the gradient itself::: abla f(x_0+Delta x)= abla f(x_0)+B Delta x,is used to update B. Equation above (secant equation) can admit an infinite number of solutions to B. The SR1 formula finds a solution of rank 1 that is symmetric and closest to the current approximate value of B_k:::B_{k+1}=B_{k}+frac {(y_k-B_k Delta x_k) (y_k-B_k Delta x_k)^T}{(y_k-B_k Delta x_k)^T Delta x_k},where::y= abla f(x_k+Delta x_k)- abla f(x_k).The corresponding update to the inverse Hessian approximation H_k=B_k^{-1} is given by:::H_{k+1}=H_{k}+frac {(Delta x_k-H_k y_k)(Delta x_k-H_k y_k)^T}{(Delta x_k-H_k y_k)^T y_k}.

The derivation is simple, and the SR1 formula has been rediscovered a number of times.The main drawback is that the denominator can vanish. It is therefore a good idea to apply the SR1 update only if::|Delta x_k^T (y_k-B_k Delta x_k)|geq r ||Delta x_k||cdot ||y_k-B_k Delta x_k|| ,where rin(0,1) is a small number, e.g. 10^{-8}.

ee also

* Quasi-Newton method
* Newton's method in optimization
* Broyden-Fletcher-Goldfarb-Shanno (BFGS) method
* L-BFGS method

References

* Nocedal, Jorge & Wright, Stephen J. (1999). Numerical Optimization. Springer-Verlag. ISBN 0-387-98793-2.


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать курсовую

Look at other dictionaries:

  • Davidon–Fletcher–Powell formula — The Davidon–Fletcher–Powell formula (or DFP; named after William C. Davidon, Roger Fletcher, and Michael J. D. Powell) finds the solution to the secant equation that is closest to the current estimate and satisfies the curvature condition (see… …   Wikipedia

  • Davidon-Fletcher-Powell formula — The Davidon Fletcher Powell formula (DFP) finds the solution to the secant equation that is closest to the current estimate and satisfies the curvature condition (see below). It was the first quasi Newton method which generalize the secant method …   Wikipedia

  • Quasi-Newton method — In optimization, quasi Newton methods (also known as variable metric methods) are well known algorithms for finding local maxima and minima of functions. Quasi Newton methods are based on Newton s method to find the stationary point of a function …   Wikipedia

  • List of mathematics articles (S) — NOTOC S S duality S matrix S plane S transform S unit S.O.S. Mathematics SA subgroup Saccheri quadrilateral Sacks spiral Sacred geometry Saddle node bifurcation Saddle point Saddle surface Sadleirian Professor of Pure Mathematics Safe prime Safe… …   Wikipedia

  • List of numerical analysis topics — This is a list of numerical analysis topics, by Wikipedia page. Contents 1 General 2 Error 3 Elementary and special functions 4 Numerical linear algebra …   Wikipedia

  • Le Mans Prototype — A Le Mans Prototype (commonly abbreviated as LMP) is a type of custom built race car intended for sports car racing and endurance racing, most notably used in the 24 Hours of Le Mans, American Le Mans Series and Le Mans Series. Created by the… …   Wikipedia

  • FIA Sportscar Championship — The FIA Sportscar Championship was a sports car racing series created by John Mangoletsi and was eventually taken control of by the Fédération Internationale de l Automobile (FIA). It was a series similar to the FIA GT Championship, concentrating …   Wikipedia

  • Sébastien Bourdais — Automobil /Formel 1 Weltmeisterschaft Nation: Frankreich   …   Deutsch Wikipedia

  • Lola Racing Cars — (also Lola Cars International) is a racing car engineering company founded in 1961 by Eric Broadley and based in Huntingdon, England. Lola started by building small front engined sports cars, and branched out into Formula Junior cars before… …   Wikipedia

  • Căile Ferate Române — Type Group of public companies Industry Rail transport Founded companies founded on different dates in 1998. All of the member companies originate from CFR, founded 1 April 1880 …   Wikipedia

Share the article and excerpts

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