Next: About this document ...
Up: Quasi-Newton Methods
Previous: Rank One Corrections
Uses a rank two correction,
Hk+1 = Hk + uuT + vvT
and preserves positive definiteness.
Start with a symmetric, positive definite, matrix H0 at a point
x0 with k=0
- 1.
- Set dk = -Hk gk
- 2.
leading to
xk+1,
and gk+1.
- 3.
- Set qk = gk+1 - gk and compute

Update k and go to 1.
- Rank two update, since we update with two symmetric matrices.
- Can show that Hk is positive definite
- If f quadratic
- The directions dk are F-orthogonal
- After n steps Hn = F-1
- The method is a conjugate direction method
- If H0 = I we have the CG method.
There exists a whole family of rank two updates, the Broyden family.
From practical experiences the BFGS method seem to be most popular.
Mats Holmstr|m
10/31/1997