| Package | Description | 
|---|---|
| org.hipparchus.optim.nonlinear.vector.leastsquares | 
 This package provides algorithms that minimize the residuals
 between observations and model values. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static LeastSquaresOptimizer.Optimum | 
LeastSquaresOptimizer.Optimum.of(LeastSquaresProblem.Evaluation value,
  int evaluations,
  int iterations)
Create a new optimum from an evaluation and the values of the counters. 
 | 
LeastSquaresOptimizer.Optimum | 
GaussNewtonOptimizer.optimize(LeastSquaresProblem lsp)
Solve the non-linear least squares problem. 
 | 
LeastSquaresOptimizer.Optimum | 
LevenbergMarquardtOptimizer.optimize(LeastSquaresProblem problem)
Solve the non-linear least squares problem. 
 | 
LeastSquaresOptimizer.Optimum | 
LeastSquaresOptimizer.optimize(LeastSquaresProblem leastSquaresProblem)
Solve the non-linear least squares problem. 
 | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.