ICostFunctionGradient Method |
Computes the gradient (first derivative) of the cost function at x.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
SyntaxVector<double> Gradient(
Vector<double> x
)
Parameters
- x VectorDouble
- Point at which to evaluate the gradient.
Return Value
VectorDoubleThe gradient vector at
x.
See Also