Click or drag to resize

MultivariableFunctionSolverResultsTIterationResults Properties

The MultivariableFunctionSolverResultsTIterationResults generic type exposes the following members.

Properties
  NameDescription
Public propertyAborted
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.
Public propertyConverged
Gets a value indicating whether the solver converged.
Public propertyFinalIteration
Gets the TIterationResults of the final iteration. is returned if there are no results.
Public propertyIterationResults
Gets the results for each iteration the solver performed.
Public propertyWarnings
Gets a list of warnings that the MultivariableFunctionSolver produced.
Top
See Also