|
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; }
Public Property Gradient As Func(Of Double(), Double())
Get
Set
Request Example
View SourceProperty Value
Type:
FuncDouble,
DoubleThe gradient function.
See Also