Package org.apache.commons.math3.optim.nonlinear.vector.jacobian
Deprecated.
All classes and interfaces in this package are deprecated.
The optimizers that were provided here were moved to the
org.apache.commons.math3.fitting.leastsquares
package
(cf. MATH-1008).This package provides optimization algorithms that require derivatives.
-
Class Summary Class Description AbstractLeastSquaresOptimizer Deprecated. All classes and interfaces in this package are deprecated.GaussNewtonOptimizer Deprecated. All classes and interfaces in this package are deprecated.LevenbergMarquardtOptimizer Deprecated. All classes and interfaces in this package are deprecated.