lbfgsb.bfgsmats#
An implicit representation of the BFGS approximation to the Hessian matrix B
B = theta * I - W * M * W’ H = inv(B)
Classes#
Represent the L-BFGS matrices. |
Functions#
|
Return the product of the 2m x 2m middle matrix with a vector v. |
|
Return upper triangle of the cholesky factorization of the inverse of M_k. |
|
Update lists S and Y, and form the L-BFGS Hessian approximation. |
|
Reference: [Nocedal, 1980] [Byrd et al., 1994] [Byrd et al., 1995]
Classes
Represent the L-BFGS matrices. |