Click or drag to resize

WolfeLineSearchValidateValue Method

Validates the objective value of the current evaluation.

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

Parameters

objective  IObjectiveFunctionEvaluation
The current objective evaluation.
See Also