Click or drag to resize

WolfeLineSearchWolfeExitCondition Property

Gets the exit condition used when the Wolfe condition is satisfied.

Namespace: Altaxo.Calc.Optimization.LineSearch
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected abstract ExitCondition WolfeExitCondition { get; }

Property Value

ExitCondition
See Also