Class AnnealingScheduleBase is the abstract base class for annealing schedules.

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

Syntax

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

Inheritance Hierarchy

See Also