Class ObjectiveFunctionGradient
java.lang.Object
org.hipparchus.optim.nonlinear.scalar.ObjectiveFunctionGradient
- All Implemented Interfaces:
OptimizationData
Gradient of the scalar function to be optimized.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the gradient of the function to be optimized.
-
Constructor Details
-
ObjectiveFunctionGradient
Simple constructor.- Parameters:
g
- Gradient of the function to be optimized.
-
-
Method Details
-
getObjectiveFunctionGradient
Gets the gradient of the function to be optimized.- Returns:
- the objective function gradient.
-