GaussNewtonOptimizer, LevenbergMarquardtOptimizerpublic interface LeastSquaresOptimizer
| Modifier and Type | Interface | Description | 
|---|---|---|
static interface  | 
LeastSquaresOptimizer.Optimum | 
 The optimum found by the optimizer. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
LeastSquaresOptimizer.Optimum | 
optimize(LeastSquaresProblem leastSquaresProblem) | 
 Solve the non-linear least squares problem. 
 | 
LeastSquaresOptimizer.Optimum optimize(LeastSquaresProblem leastSquaresProblem)
leastSquaresProblem - the problem definition, including model function and
                            convergence criteria.Copyright © 2016–2018 Hipparchus.org. All rights reserved.