Click or drag to resize

LineSearchResult Properties

The LineSearchResult type exposes the following members.

Properties
 NameDescription
Public propertyFinalStep Gets the final accepted line search step size.
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 propertyMinimizingPoint Gets the minimizing point.
(Inherited from MinimizationResult)
Public propertyReasonForExit Gets the reason the minimization terminated.
(Inherited from MinimizationResult)
Top
See Also