Click or drag to resize

LazyObjectiveFunctionBaseGradientValue Property

Gets or sets the cached gradient.

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

Property Value

VectorDouble
See Also