Optimization Solution Report Properties
Properties
Convergence |
Returns the ConvergenceTest<T> that caused the result.
(Inherited from SolutionReport<T, TError>) |
Error |
Gets the estimated error in the result.
(Inherited from SolutionReport<T, TError>) |
Evaluations |
Gets the number of times the target or objective function was called by the algorithm.
(Inherited from SolutionReport<T, TError>) |
Gradient | Gets the number of times the gradient of the objective function was evaluated. |
Iterations |
Gets the number of iterations performed by the algorithm.
(Inherited from SolutionReport<T, TError>) |
Model | Gets the model-specific status of the model. |
Optimal | Gets the value of the objective function at the final solution. |
Result |
Gets the result of the algorithm.
(Inherited from SolutionReport<T, TError>) |
Status |
Gets the termination status of the algorithm.
(Inherited from SolutionReport<T, TError>) |