Documentation of 'org.apache.commons.math3.optim.nonlinear.scalar.ObjectiveFunctionGradient' Java class
ObjectiveFunctionGradient
org.apache.commons.math3.optim.nonlinear.scalar

Class ObjectiveFunctionGradient

  • All Implemented Interfaces:
    OptimizationData


    public class ObjectiveFunctionGradient
    extends java.lang.Object
    implements OptimizationData
    Gradient of the scalar function to be optimized.
    Since:
    3.1
    • Constructor Detail

      • ObjectiveFunctionGradient

        public ObjectiveFunctionGradient(MultivariateVectorFunction g)
        Parameters:
        g - Gradient of the function to be optimized.
    • Method Detail

      • getObjectiveFunctionGradient

        public MultivariateVectorFunction getObjectiveFunctionGradient()
        Gets the gradient of the function to be optimized.
        Returns:
        the objective function gradient.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.