| GaussNewtonOptimizer |
Gauss-Newton least-squares solver.
|
| LeastSquaresBuilder |
|
| LeastSquaresOptimizer |
An algorithm that can be applied to a non-linear least squares problem.
|
| LeastSquaresOptimizer.Optimum |
The optimum found by the optimizer.
|
| LeastSquaresProblem |
The data necessary to define a non-linear least squares problem.
|
| LeastSquaresProblem.Evaluation |
|
| LevenbergMarquardtOptimizer |
This class solves a least-squares problem using the Levenberg-Marquardt
algorithm.
|
| MultivariateJacobianFunction |
A interface for functions that compute a vector of values and can compute their
derivatives (Jacobian).
|
| ParameterValidator |
Interface for validating a set of model parameters.
|
| SequentialGaussNewtonOptimizer |
Sequential Gauss-Newton least-squares solver.
|