|
BroydenFletcherGoldfarbShannoMaxLineSearch Property
|
The maximum number of trials for the line search.
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public int MaxLineSearch { get; set; }
Public Property MaxLineSearch As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32Remarks
This parameter controls the number of function and gradients evaluations
per iteration for the line search routine. The default value is 20.
See Also