Click or drag to resize
Accord.NET (logo)

BaseGradientOptimizationMethodGradient Property

Gets or sets a function returning the gradient vector of the function to be optimized for a given value of its free parameters.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public Func<double[], double[]> Gradient { get; set; }
Request Example View Source

Property Value

Type: FuncDouble, Double
The gradient function.
See Also