Click or drag to resize
Accord.NET (logo)

IGradientOptimizationMethodTInput, TOutputGradient 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
Func<TInput, TInput> Gradient { get; set; }
Request Example View Source

Property Value

Type: FuncTInput, TInput
The gradient function.
See Also