Evaluates the gradient of the constraint at the specified point.
Namespace: Extreme.Mathematics.OptimizationAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public override Vector<double> EvaluateGradient(
Vector<double> x
)
Public Overrides Function EvaluateGradient (
x As Vector(Of Double)
) As Vector(Of Double)
public:
virtual Vector<double>^ EvaluateGradient(
Vector<double>^ x
) override
abstract EvaluateGradient :
x : Vector<float> -> Vector<float>
override EvaluateGradient :
x : Vector<float> -> Vector<float>
Parameters
- x
- Type: Extreme.MathematicsVectorDouble
The point at which to evaluate the constraint gradient.
Return Value
Type:
VectorDoubleThe value of the constraint gradient at
x.
Numerical Libraries
Supported in: 6.0
Reference