Class AnnealingHistory encapsulates all of the data generated during a series
of steps through an annealing schedule.
The AnnealingHistory..::.Step type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of self.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString |
Returns a string representation of a step in an annealing history.
(Overrides Object..::.ToString()()().) |
Properties
| Name | Description | |
|---|---|---|
| Error |
Gets the estimated error.
| |
| Iterations |
Gets the actual number of iterations performed at this step by the minimizer.
| |
| MaximumIterations |
Gets the maximum number of iterations allowed during this step.
| |
| MinimumPoint |
Gets the minimum computed.
| |
| MinimumValue |
Gets the function evaluated at the minimum.
| |
| Simplex |
Gets the simplex at the end of this step.
| |
| Temperature |
Gets the temperature at this step.
|