Click or drag to resize

LineSearchSettings Properties

The LineSearchSettings type exposes the following members.

Properties
  NameDescription
Public propertyCriteria
Gets the criteria used in determining convergence.
Public propertyFunctionTolerance
Gets the convergence tolerance on the value of the function.
Public propertyMaximumIterations
Gets the maximum number of iterations the line search is permitted to perform.
Public propertyVariableTolerance
Gets the convergence tolerance on the value of the variable.
Top
See Also