Click or drag to resize

WeakWolfeLineSearchValidateGradient Method

Validates the gradient of the current objective evaluation.

Namespace: Altaxo.Calc.Optimization.LineSearch
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override void ValidateGradient(
	IObjectiveFunctionEvaluation objective
)

Parameters

objective  IObjectiveFunctionEvaluation
The current objective evaluation.
See Also