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 GaussNewtonOptimizer
GaussNewtonOptimizer. withDecomposer(MatrixDecomposer newDecomposer)
Configure the matrix decomposition algorithm.GaussNewtonOptimizer
GaussNewtonOptimizer. withDecomposition(GaussNewtonOptimizer.Decomposition newDecomposition)
Deprecated.UsewithDecomposer(MatrixDecomposer)
andwithFormNormalEquations(boolean)
instead.GaussNewtonOptimizer
GaussNewtonOptimizer. withFormNormalEquations(boolean newFormNormalEquations)
Configure if the normal equations should be explicitly formed.
-