 | AnnealingHistoryMinimumPoints Property |
Gets the minima computed at each step in the annealing history.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleMatrix MinimumPoints { get; }
Public ReadOnly Property MinimumPoints As DoubleMatrix
Get
public:
property DoubleMatrix^ MinimumPoints {
DoubleMatrix^ get ();
}
member MinimumPoints : DoubleMatrix with get
Property Value
DoubleMatrix
Remarks
Each row is a point.
See Also