Broyden-Fletcher-Goldfarb-Shanno algorithm
See http://en.wikipedia.org/wiki/BFGS_method.
Adapted from Numerical Recipes in C, 2nd edition.
User has to provide line-search method and optimization end criteria.
inverse of hessian matrix
Broyden-Fletcher-Goldfarb-Shanno algorithm
See http://en.wikipedia.org/wiki/BFGS_method.
Adapted from Numerical Recipes in C, 2nd edition.
User has to provide line-search method and optimization end criteria.