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

Class ModelFunction

  • All Implemented Interfaces:
    OptimizationData

    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 class ModelFunction
    extends java.lang.Object
    implements OptimizationData
    Model (vector) function to be optimized.
    Since:
    3.1
    • Constructor Detail

      • ModelFunction

        public ModelFunction(MultivariateVectorFunction m)
        Deprecated. 
        Parameters:
        m - Model function to be optimized.
    • Method Detail

      • getModelFunction

        public MultivariateVectorFunction getModelFunction()
        Deprecated. 
        Gets the model function to be optimized.
        Returns:
        the model function.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.