Gets the vector of errors at each step in the annealing history.
Namespace:
CenterSpace.NMath.AnalysisAssembly: 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 (); } |