MultivariableFunctionSolverResultsTIterationResults Properties |
The MultivariableFunctionSolverResultsTIterationResults generic type exposes the following members.
Name | Description | |
---|---|---|
Aborted |
Gets a value indicating whether the run aborted. This can happen either by the user canceling the computation,
or if some warning was detected that
prevented the MultivariableFunctionSolver from running to completion.
| |
Converged |
Gets a value indicating whether the solver converged.
| |
FinalIteration |
Gets the TIterationResults of the final iteration. is returned if
there are no results.
| |
IterationResults |
Gets the results for each iteration the solver performed.
| |
Warnings |
Gets a list of warnings that the MultivariableFunctionSolver produced.
|