public interface LeastSquaresOptimizer
Modifier and Type | Interface and Description |
---|---|
static interface |
LeastSquaresOptimizer.Optimum
The 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 © 2003–2016 The Apache Software Foundation. All rights reserved.