Click or drag to resize

AnnealingHistoryStep Class

Class AnnealingHistory.Step encapsulates all of the data associated with a step in an AnnealingHistory.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreAnnealingHistoryStep

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
[SerializableAttribute]
public class Step : ICloneable

The AnnealingHistoryStep type exposes the following members.

Properties
 NameDescription
Public propertyError Gets the estimated error.
Public propertyIterations Gets the actual number of iterations performed at this step by the minimizer.
Public propertyMaximumIterations Gets the maximum number of iterations allowed during this step.
Public propertyMinimumPoint Gets the minimum computed.
Public propertyMinimumValue Gets the function evaluated at the minimum.
Public propertySimplex Gets the simplex at the end of this step.
Public propertyTemperature Gets the temperature at this step.
Top
Methods
 NameDescription
Public methodClone Creates a deep copy of self.
Public methodToString Returns a string representation of a step in an annealing history.
(Overrides ObjectToString)
Public methodToString(String) Returns a string representation of a step in an annealing history with specified numeric format.
Top
See Also