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