Click or drag to resize

NonlinearObjectiveFunctionNonAllocatingBasePoint Property

Set or get the values of the parameters.

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

Property Value

VectorDouble

Implements

IObjectiveModelEvaluationPoint
See Also