Multidimensional Optimizer.Fast Gradient Function Property
Gets or sets the function that computes the gradient of the objective funciton.
Definition
Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A delegate that represents a multivariate function returning a vector in its second argument.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Func<Vector<double>, Vector<double>, Vector<double>> FastGradientFunction { get; set; }
Property Value
Func<Vector<Double>, Vector<Double>, Vector<Double>>A delegate that represents a multivariate function returning a vector in its second argument.
Exceptions
Invalid | The method is called while the algorithm is running. |