The AnnealingHistory type exposes the following members.

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