Gets and sets whether to keep a history of the annealing process.

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

Syntax

C#
public bool KeepHistory { get; set; }
Visual Basic (Declaration)
Public Property KeepHistory As Boolean
Visual C++
public:
property bool KeepHistory {
	bool get ();
	void set (bool value);
}

Remarks

There is a cost in memory and execution to keeping the history, but the history contains a lot of useful information that can be used to alter the annealing schedule.
By default, history is not kept.

See Also