Click or drag to resize
Accord.NET (logo)

LineSearch Enumeration

Line search algorithms.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public enum LineSearch
Request Example View Source
Members
  Member nameValueDescription
Default0 More-Thuente method.
BacktrackingArmijo1 Backtracking method with the Armijo condition.
RegularWolfe2 Backtracking method with regular Wolfe condition.
StrongWolfe3 Backtracking method with strong Wolfe condition.
See Also