|
BrentSearchFunction Property
|
Gets the function to be searched.
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public Func<double, double> Function { get; }
Public ReadOnly Property Function As Func(Of Double, Double)
Get
Request Example
View SourceProperty Value
Type:
FuncDouble,
DoubleSee Also