Click or drag to resize

AnnealingHistoryMinimumPoints Property

Gets the minima computed at each step in the annealing history.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix MinimumPoints { get; }

Property Value

DoubleMatrix
Remarks
Each row is a point.
See Also