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 |
LeastSquaresOptimizer.optimize(LeastSquaresProblem leastSquaresProblem) |
Solve the non-linear least squares problem.
|
LeastSquaresOptimizer.Optimum |
LevenbergMarquardtOptimizer.optimize(LeastSquaresProblem problem) |
Solve the non-linear least squares problem.
|
LeastSquaresOptimizer.Optimum |
SequentialGaussNewtonOptimizer.optimize(LeastSquaresProblem lsp) |
Solve the non-linear least squares problem.
|