Click or drag to resize

MinimizerBaseValidateGradientAndObjective Method

Validates the objective value and gradient for finiteness.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void ValidateGradientAndObjective(
	IObjectiveFunctionEvaluation eval
)

Parameters

eval  IObjectiveFunctionEvaluation
The evaluation to validate.
See Also