NonlinearConstraint.FastConstraintGradient Property

Gets or sets the gradient of the constraint function.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Func<Vector<double>, Vector<double>, Vector<double>> FastConstraintGradient { get; set; }

Property Value

Func<Vector<Double>, Vector<Double>, Vector<Double>>

Remarks

If this property is not set after setting the ConstraintFunction property, then the gradient is evaluated numerically.

See Also