Click or drag to resize

TruncatedNewton Properties

The TruncatedNewton type exposes the following members.

Properties
 NameDescription
Public propertyAccuracy The accuracy of the computed function values.
Public propertyFunEvaluations The number of function evaluations used to compute the minimum.
(Inherited from xMinimizationBase)
Public propertyMaxFunEvaluations Maximum number of function evaluations.
(Inherited from xMinimizationBase)
Public propertyMaximunStep The maximum allowable step in the linesearch.
Public propertySearchSeverity The severity of the linesearch.
Public propertyTolerance Desired accuracy for the solution.
(Inherited from xMinimizationBase)
Top
See Also