public interface LeastSquaresOptimizer
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | LeastSquaresOptimizer.OptimumThe optimum found by the optimizer. | 
| Modifier and Type | Method and 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–2020 Hipparchus.org. All rights reserved.