Class AnnealingHistory encapsulates all of the data generated during a series of steps through an annealing schedule.

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

Syntax

C#
[SerializableAttribute]
public class AnnealingHistory : ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class AnnealingHistory _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class AnnealingHistory : ICloneable

Remarks

AnnealingMinimizer performs a minimization at each step in an annealing schedule. At each step, data is captured in an AnnealingHistory..::.Step and stored in an AnnealingHistory object. This data may be useful when adjusting the schedule for optimal performance.

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Analysis..::.AnnealingHistory

See Also