Limited memory quasi-Newton update

This is an extract from the paper "Limited memory Quasi-Newton method by Byrd, Nocedal and Schnabel, Math. Program.63, No.2(A), 129-156 (1994)."
The update is based on a different representation of the Quasi Newton matrices: With sk and yk in the usual meaning as in the (full) BFGS method, i.e.
sk = xk+1 - xk ,       yk =f( xk+1 )-f( xk )

Define the n×k matrices
Sk = ( s0 ,, sk-1 ) Yk = ( y0 ,, yk-1 )

and the k×k matrices
( Rk )ij = { ( si-1 )T yj-1 ij 0i>j Dk = diag (( s0 )T y0 ),,( sk-1 )T yk-1 ))

Observe then ( si )T yi >0 holds for all i.
Then we get Ak -1 (BFGS) as
Ak -1 = A0 -1 +( Sk , A0 -1 Yk )( ( Rk )-T ( Dk + Yk T A0 -1 Yk ) Rk -1 - Rk -T - Rk -1 0 )( Sk T Yk T A0 -1 )




File translated from TEX by TTM Unregistered, version 4.03.
On 16 Jun 2016, 16:38.