org.apache.commons.math3.optim.nonlinear.scalar
Class ObjectiveFunctionGradient

java.lang.Object
  extended by org.apache.commons.math3.optim.nonlinear.scalar.ObjectiveFunctionGradient
All Implemented Interfaces:
OptimizationData

public class ObjectiveFunctionGradient
extends Object
implements OptimizationData

Gradient of the scalar function to be optimized.

Since:
3.1
Version:
$Id: ObjectiveFunctionGradient.java 7721 2013-02-14 14:07:13Z CardosoP $

Constructor Summary
ObjectiveFunctionGradient(MultivariateVectorFunction g)
           
 
Method Summary
 MultivariateVectorFunction getObjectiveFunctionGradient()
          Gets the gradient of the function to be optimized.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.


Copyright © 2017 CNES. All Rights Reserved.