LineSearch Enumeration |
Namespace: Accord.Math.Optimization
Member name | Value | Description | |
---|---|---|---|
Default | 0 | More-Thuente method. | |
BacktrackingArmijo | 1 | Backtracking method with the Armijo condition. | |
RegularWolfe | 2 | Backtracking method with regular Wolfe condition. | |
StrongWolfe | 3 | Backtracking method with strong Wolfe condition. |