Click or drag to resize

BfgsBMinimizerGetProjectedGradient Method

Gets the projected gradient component for a parameter.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override double GetProjectedGradient(
	IObjectiveFunctionEvaluation candidatePoint,
	int ii
)

Parameters

candidatePoint  IObjectiveFunctionEvaluation
The current candidate point.
ii  Int32
The parameter index.

Return Value

Double
The projected gradient component.
See Also