Click or drag to resize

NonlinearObjectiveFunctionNonAllocatingBaseNegativeGradient Property

Get the negative gradient vector of x and p.

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

Property Value

VectorDouble

Implements

IObjectiveModelNonAllocatingNegativeGradient
See Also