org.apache.commons.math3.optim.nonlinear.scalar
Class ObjectiveFunctionGradient
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectiveFunctionGradient
public ObjectiveFunctionGradient(MultivariateVectorFunction g)
- Parameters:
g
- Gradient of the function to be optimized.
getObjectiveFunctionGradient
public MultivariateVectorFunction getObjectiveFunctionGradient()
- Gets the gradient of the function to be optimized.
- Returns:
- the objective function gradient.
Copyright © 2016 CNES. All Rights Reserved.