Click or drag to resize

CostFunctionGradient Method

Method to override to calculate the grad_f, the first derivative of the cost function with respect to x

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

Parameters

x  VectorDouble

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.Optimization.CostFunction.Gradient(Altaxo.Calc.LinearAlgebra.Vector{System.Double})"]

Return Value

VectorDouble

[Missing <returns> documentation for "M:Altaxo.Calc.Optimization.CostFunction.Gradient(Altaxo.Calc.LinearAlgebra.Vector{System.Double})"]

Implements

ICostFunctionGradient(VectorDouble)
See Also