Click or drag to resize

ForwardDifferenceGradientObjectiveFunctionPoint Property

Gets the point at which the objective function is currently evaluated.

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

Property Value

VectorDouble

Implements

IObjectiveFunctionEvaluationPoint
See Also