Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Int32
Remarks
This parameter controls the number of function and gradients evaluations per iteration for the line search routine. The default value is 20.
See Also