|  | Annealing | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe AnnealingScheduleBase type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | AnnealingScheduleBase | For internal use only. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|   | DefaultTolerance | Gets and sets the default error tolerance. | 
|  | Steps | Gets the number of steps in the schedule. | 
|  | Tolerance | Gets and sets the error tolerance used in computing minima estimates. | 
|  | TotalIterations | Gets and sets the total number of iterations in the schedule. | 
 Methods
Methods Fields
Fields| Name | Description | |
|---|---|---|
|  | currentStep_ | Current step. | 
|   | DEFAULT_TOLERANCE | The default error tolerance. | 
|  | steps_ | Total steps. | 
|  | tolerance_ | Tolerance. | 
|  | totalIters_ | Total iterations. | 
 See Also
See Also