Enum whose value indicate the status of the solution.
Namespace:
CenterSpace.NMath.AnalysisAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public enum AlgorithmStatus |
| Visual Basic (Declaration) |
|---|
Public Enumeration AlgorithmStatus |
| Visual C++ |
|---|
public enum class AlgorithmStatus |
Members
| Member name | Description | |
|---|---|---|
| ConvergedToSolution |
The algorithm converged to a solution.
| |
| FailedToFindFeasibleStartPoint |
The algorithm failed to find an initial feasible
point from which to begin the iterative search for
a solution.
| |
| MaximumIterationsExceeded |
The algorithm did not terminate before reaching the
specified maximum number of iterations.
| |
| UnexpectedException |
The algorithm encountered an unexpected error.
|