Click or drag to resize

NonlinearObjectiveFunctionNonAllocatingBaseGradient Property

Get the Gradient vector. G = J'(y - f(x; p))

Namespace: Altaxo.Calc.Optimization.ObjectiveFunctions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Vector<double> Gradient { get; }

Property Value

VectorDouble

Implements

IObjectiveModelEvaluationGradient
See Also