Click or drag to resize

FunctionMinimizeMethodSolutionVector Property

Gets the solution vector (the current best estimate of the minimum).

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

Property Value

VectorDouble
See Also