Minimization |
The MinimizationWithLineSearchResult type exposes the following members.
| Name | Description | |
|---|---|---|
| FunctionInfoAtMinimum |
Gets the objective function state at the minimum.
(Inherited from MinimizationResult) | |
| Iterations |
Gets the number of performed iterations.
(Inherited from MinimizationResult) | |
| IterationsWithNonTrivialLineSearch | Gets the number of minimizer iterations that required a nontrivial line search. | |
| MinimizingPoint |
Gets the minimizing point.
(Inherited from MinimizationResult) | |
| ReasonForExit |
Gets the reason the minimization terminated.
(Inherited from MinimizationResult) | |
| TotalLineSearchIterations | Gets the total number of line search iterations. |