Gets the vector of errors at each step in the annealing history.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleVector Errors { get; }
Visual Basic (Declaration)
Public ReadOnly Property Errors As DoubleVector
Visual C++
public:
property DoubleVector^ Errors {
	DoubleVector^ get ();
}

See Also