Class CustomAnnealingSchedule encapsulates a series of iterations and
temperatures.
Namespace:
CenterSpace.NMath.AnalysisAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
[SerializableAttribute] public class CustomAnnealingSchedule : AnnealingScheduleBase |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class CustomAnnealingSchedule _ Inherits AnnealingScheduleBase |
| Visual C++ |
|---|
[SerializableAttribute] public ref class CustomAnnealingSchedule : public AnnealingScheduleBase |
Remarks
Used by instances of AnnealingMinimizer to minimize multivariable
functions by simulated annealing.
Inheritance Hierarchy
System..::.Object
CenterSpace.NMath.Analysis..::.AnnealingScheduleBase
CenterSpace.NMath.Analysis..::.CustomAnnealingSchedule
CenterSpace.NMath.Analysis..::.AnnealingScheduleBase
CenterSpace.NMath.Analysis..::.CustomAnnealingSchedule