Click or drag to resize

AnnealingMinimizerKeepHistory Property

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool KeepHistory { get; set; }

Property Value

Boolean
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