Expand description
BFGS quasi-Newton: builds an inverse-Hessian approximation from gradient differences, giving superlinear convergence on smooth problems. The default choice for unconstrained smooth calibration.
Functionsยง
- bfgs
- Minimize
ffromx0by BFGS.gradfalls back to central finite differences when absent. The inverse-Hessian update is skipped whenever the curvature conditions.y > 0fails, which keeps the approximation positive definite under the Armijo-only line search.