Click or drag to resize

OptimizationMethodGradientEvaluation Method

Performs an evaluation of the cost function gradient.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected Vector<double> GradientEvaluation(
	Vector<double> x
)

Parameters

x  VectorDouble
The point at which to evaluate the gradient.

Return Value

VectorDouble
The gradient of the cost function at x.
See Also