Click or drag to resize

AnnealingMinimizerHistory Property

Gets a history of the annealing schedule just performed.

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

Property Value

AnnealingHistory
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