Uses of Class
org.hipparchus.optim.nonlinear.vector.leastsquares.GaussNewtonOptimizer
Package
Description
This package provides algorithms that minimize the residuals
between observations and model values.
-
Uses of GaussNewtonOptimizer in org.hipparchus.optim.nonlinear.vector.leastsquares
Modifier and TypeMethodDescriptionGaussNewtonOptimizer.withDecomposer
(MatrixDecomposer newDecomposer) Configure the matrix decomposition algorithm.GaussNewtonOptimizer.withFormNormalEquations
(boolean newFormNormalEquations) Configure if the normal equations should be explicitly formed.