Click or drag to resize

StrongWolfeLineSearchWolfeCondition Method

Tests whether 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 override 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