Uses of Interface
org.apache.commons.math3.fitting.leastsquares.LeastSquaresOptimizer.Optimum
Packages that use LeastSquaresOptimizer.Optimum
Package
Description
This package provides algorithms that minimize the residuals
between observations and model values.
-
Uses of LeastSquaresOptimizer.Optimum in org.apache.commons.math3.fitting.leastsquares
Methods in org.apache.commons.math3.fitting.leastsquares that return LeastSquaresOptimizer.OptimumModifier and TypeMethodDescriptionGaussNewtonOptimizer.optimize
(LeastSquaresProblem lsp) Solve the non-linear least squares problem.LeastSquaresOptimizer.optimize
(LeastSquaresProblem leastSquaresProblem) Solve the non-linear least squares problem.LevenbergMarquardtOptimizer.optimize
(LeastSquaresProblem problem) Solve the non-linear least squares problem.