Managed Iterative Algorithm<T, TError, TReport> Properties
Properties
| Convergence | Gets the collection of convergence tests for the algorithm. |
| Estimated | Gets a value indicating the size of the absolute error of the result. |
| Evaluations | Gets the number of evaluations needed to execute the algorithm. |
| Evaluations | Gets the number of evaluations still available. |
| Has | Indicates whether the degree of parallelism is a property that is shared across instances. |
| Iterations | Gets the number of iterations needed by the algorithm to reach the desired accuracy. |
| Iterations | Gets the number of iterations remaining. |
| Max | Gets or sets the maximum degree of parallelism enabled by this instance. |
| Max | Gets or sets the maximum number of evaluations during the calculation. |
| Max | Gets or sets the maximum number of iterations to use when approximating the roots of the target function. |
| Min | Gets or sets the minimum iterations that have to be performed. |
| Parallel | Gets or sets the configuration for the parallel behavior of the algorithm. |
| Result | Gets the result of an algorithm after it has executed. |
| Solution | Gets the result of an algorithm after it has executed. |
| Status | Gets the AlgorithmStatus following an execution of the algorithm. |
| Throw | Gets or sets a value indicating whether to throw an exception when the algorithm fails to converge. |