The CustomAnnealingSchedule type exposes the following members.

Constructors

  NameDescription
CustomAnnealingScheduleOverloaded.

Methods

  NameDescription
Clone
Creates a deep copy of this schedule.
(Overrides AnnealingScheduleBase..::.Clone()()().)
Equals
Tests for equality of this schedule with another schedule.
(Overrides Object..::.Equals(Object).)
GetHashCode
Returns an integer hash code for this schedule.
(Overrides Object..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Operators

  NameDescription
Equality
Equality operator. Tests for equality of two schedules.
Inequality
Inequality operator. Tests for inequality of two schedules.

Properties

  NameDescription
Iterations
Gets and sets the iterations at each step.
Steps
Gets the number of steps in the schedule.
(Inherited from AnnealingScheduleBase.)
Temperatures
Gets and sets the temperatures at each step.
Tolerance
Gets and sets the error tolerance used in computing minima estimates.
(Inherited from AnnealingScheduleBase.)
TotalIterations
Gets and sets the total number of iterations in this schedule.
(Overrides AnnealingScheduleBase..::.TotalIterations.)

See Also