WolfeLineSearchWolfeCondition Method |
Tests whether the Wolfe condition is satisfied.
Namespace: Altaxo.Calc.Optimization.LineSearchAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected abstract bool WolfeCondition(
double stepDd,
double initialDd
)
Parameters
- stepDd Double
- The directional derivative at the current step.
- initialDd Double
- The directional derivative at the starting point.
Return Value
Boolean if the Wolfe condition is satisfied; otherwise,
.
See Also