Package org.ddogleg.optimization.quasinewton
package org.ddogleg.optimization.quasinewton
-
ClassDescriptionConfiguration for
QuasiNewtonBFGS
Equations for updating the approximate Hessian matrix using BFGS equations.Line search which meets the strong Wolfe line condition.Line search algorithm that provides a guaranteed sufficient decrease according to the Wolfe condition.Quasi-Newton nonlinear optimization using BFGS update on the approximate inverse Hessian with a line search.Contains interpolation functions for use in line searches.