Click or drag to resize

CostFunctionGradient Method

Computes the gradient (first derivative) of the cost function at x.

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

Parameters

x  VectorDouble
Point at which to evaluate the gradient.

Return Value

VectorDouble
The gradient vector at x.

Implements

ICostFunctionGradient(VectorDouble)
See Also