Interface LeastSquaresOptimizer
- All Known Implementing Classes:
GaussNewtonOptimizer
,LevenbergMarquardtOptimizer
,SequentialGaussNewtonOptimizer
public interface LeastSquaresOptimizer
An algorithm that can be applied to a non-linear least squares problem.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The optimum found by the optimizer. -
Method Summary
Modifier and TypeMethodDescriptionoptimize
(LeastSquaresProblem leastSquaresProblem) Solve the non-linear least squares problem.