public class ObjectiveFunctionGradient extends Object implements OptimizationData
Constructor and Description |
---|
ObjectiveFunctionGradient(MultivariateVectorFunction g) |
Modifier and Type | Method and Description |
---|---|
MultivariateVectorFunction |
getObjectiveFunctionGradient()
Gets the gradient of the function to be optimized.
|
public ObjectiveFunctionGradient(MultivariateVectorFunction g)
g
- Gradient of the function to be optimized.public MultivariateVectorFunction getObjectiveFunctionGradient()
Copyright © 2020 CNES. All rights reserved.