Click or drag to resize

LazyObjectiveFunctionBasePoint 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; }

Property Value

VectorDouble

Implements

IObjectiveFunctionEvaluationPoint
See Also