Click or drag to resize

LinearAnnealingSchedule Properties

The LinearAnnealingSchedule type exposes the following members.

Properties
 NameDescription
Public propertyIterations Gets and sets the number of iterations per step.
Public propertyStartingTemperature Gets and sets the starting temperature.
Public propertySteps Gets the number of steps in the schedule.
(Inherited from AnnealingScheduleBase)
Public propertyTolerance Gets and sets the error tolerance used in computing minima estimates.
(Inherited from AnnealingScheduleBase)
Public propertyTotalIterations Gets and sets the total number of iterations.
(Overrides AnnealingScheduleBaseTotalIterations)
Top
See Also