|  | Custom | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe CustomAnnealingSchedule type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | CustomAnnealingSchedule | Internal use only. | 
|  | CustomAnnealingSchedule(Int32, DoubleVector) | Constructs a CustomAnnealingSchedule instance. | 
|  | CustomAnnealingSchedule(Int32, Double) | Constructs a CustomAnnealingSchedule instance. | 
|  | CustomAnnealingSchedule(Int32, DoubleVector) | Constructs a CustomAnnealingSchedule instance. | 
|  | CustomAnnealingSchedule(Int32, Double) | Constructs a CustomAnnealingSchedule instance. | 
|  | CustomAnnealingSchedule(Int32, DoubleVector, Double) | Constructs a CustomAnnealingSchedule instance. | 
|  | CustomAnnealingSchedule(Int32, Double, Double) | Constructs a CustomAnnealingSchedule instance. | 
|  | CustomAnnealingSchedule(Int32, DoubleVector, Double) | Constructs a CustomAnnealingSchedule instance. | 
|  | CustomAnnealingSchedule(Int32, Double, Double) | Constructs a CustomAnnealingSchedule instance. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | 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 AnnealingScheduleBaseTotalIterations) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Creates a deep copy of this schedule. (Overrides AnnealingScheduleBaseClone) | 
|  | Equals | Tests for equality of this schedule with another schedule. (Overrides ObjectEquals(Object)) | 
|  | GetHashCode | Returns an integer hash code for this schedule. (Overrides ObjectGetHashCode) | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Equality(CustomAnnealingSchedule, CustomAnnealingSchedule) | Equality operator. Tests for equality of two schedules. | 
|   | Inequality(CustomAnnealingSchedule, CustomAnnealingSchedule) | Inequality operator. Tests for inequality of two schedules. | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | currentStep_ | Current step. (Inherited from AnnealingScheduleBase) | 
|  | steps_ | Total steps. (Inherited from AnnealingScheduleBase) | 
|  | tolerance_ | Tolerance. (Inherited from AnnealingScheduleBase) | 
|  | totalIters_ | Total iterations. (Inherited from AnnealingScheduleBase) | 
 Remarks
Remarks See Also
See Also