Click or drag to resize

MinimizationWithLineSearchResult Properties

The MinimizationWithLineSearchResult type exposes the following members.

Properties
 NameDescription
Public propertyFunctionInfoAtMinimum Gets the objective function state at the minimum.
(Inherited from MinimizationResult)
Public propertyIterations Gets the number of performed iterations.
(Inherited from MinimizationResult)
Public propertyIterationsWithNonTrivialLineSearch Gets the number of minimizer iterations that required a nontrivial line search.
Public propertyMinimizingPoint Gets the minimizing point.
(Inherited from MinimizationResult)
Public propertyReasonForExit Gets the reason the minimization terminated.
(Inherited from MinimizationResult)
Public propertyTotalLineSearchIterations Gets the total number of line search iterations.
Top
See Also