Gets a history of the annealing schedule just performed.

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

Syntax

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

Remarks

The history is only recorded if KeepHistory is set to true, since there is a cost in memory and execution for keeping this information. Returns null is the history was not recorded.

See Also