The AnnealingHistory type exposes the following members.

Methods

  NameDescription
Clone
Creates a deep copy of self.
Equals
Determines whether the specified Object is equal to the current Object.
(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
String representation of an annealing history.
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
Errors
Gets the vector of errors at each step in the annealing history.
Function
Gets the function that was minimized.
Item
Gets a specified step in the annealing history.
Iterations
Gets the number of iterations actually performed at each step in the annealing history.
MaximumIterations
Gets the number of maximum iterations at each step in the annealing history.
MinimumPoints
Gets the minima computed at each step in the annealing history.
MinimumValues
Gets a vector of the function evaluated at the minima computed at each step in the annealing history.
Simplexes
Gets an array of the starting simplexes at each step in the annealing history.
Steps
Gets a list of steps in the annealing history.
Temperatures
Gets the vector of temperatures at each step in the annealing history.

See Also