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