Uses of Interface
org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresOptimizer.Optimum
Package
Description
This package provides algorithms that minimize the residuals
between observations and model values.
-
Uses of LeastSquaresOptimizer.Optimum in org.hipparchus.optim.nonlinear.vector.leastsquares
Modifier and TypeMethodDescriptionLeastSquaresOptimizer.Optimum.of
(LeastSquaresProblem.Evaluation value, int evaluations, int iterations) Create a new optimum from an evaluation and the values of the counters.GaussNewtonOptimizer.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.SequentialGaussNewtonOptimizer.optimize
(LeastSquaresProblem lsp) Solve the non-linear least squares problem.