Documentation of 'org.apache.commons.math3.optim.nonlinear.vector.JacobianMultivariateVectorOptimizer' Java class
JacobianMultivariateVectorOptimizer
org.apache.commons.math3.optim.nonlinear.vector

Class JacobianMultivariateVectorOptimizer

  • Direct Known Subclasses:
    AbstractLeastSquaresOptimizer

    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).

    @Deprecated
    public abstract class JacobianMultivariateVectorOptimizer
    extends MultivariateVectorOptimizer
    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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.