public class ObjectiveFunctionGradient extends java.lang.Object implements OptimizationData
| Modifier and Type | Field and Description |
|---|---|
private MultivariateVectorFunction |
gradient
Function to be optimized.
|
| Constructor and Description |
|---|
ObjectiveFunctionGradient(MultivariateVectorFunction g) |
| Modifier and Type | Method and Description |
|---|---|
MultivariateVectorFunction |
getObjectiveFunctionGradient()
Gets the gradient of the function to be optimized.
|
private final MultivariateVectorFunction gradient
public ObjectiveFunctionGradient(MultivariateVectorFunction g)
g - Gradient of the function to be optimized.public MultivariateVectorFunction getObjectiveFunctionGradient()
Copyright (c) 2003-2015 Apache Software Foundation