Gets a vector of the function evaluated at the minima computed at each step in the annealing history.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleVector MinimumValues { get; }
Visual Basic (Declaration)
Public ReadOnly Property MinimumValues As DoubleVector
Visual C++
public:
property DoubleVector^ MinimumValues {
	DoubleVector^ get ();
}

See Also