Gets an array of the starting simplexes at each step in the annealing history.
Namespace:
CenterSpace.NMath.AnalysisAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleMatrix[] Simplexes { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Simplexes As DoubleMatrix() |
| Visual C++ |
|---|
public: property array<DoubleMatrix^>^ Simplexes { array<DoubleMatrix^>^ get (); } |