Class JacobianMultivariateVectorOptimizer

Direct Known Subclasses:
AbstractLeastSquaresOptimizer

@Deprecated public abstract class JacobianMultivariateVectorOptimizer extends MultivariateVectorOptimizer
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).
Base class for implementing optimizers for multivariate vector differentiable functions. It contains boiler-plate code for dealing with Jacobian evaluation. It assumes that the rows of the Jacobian matrix iterate on the model functions while the columns iterate on the parameters; thus, the numbers of rows is equal to the dimension of the Target while the number of columns is equal to the dimension of the InitialGuess.
Since:
3.1