Click or drag to resize

AbstractSolver Properties

The AbstractSolver type exposes the following members.

Properties
  NameDescription
Public propertyArgumentTolerance
Termination tolerance on x, a positive scalar.
Public propertyConstraintTolerance
Termination tolerance on the constraint violation, a positive scalar.
Public propertyFunctionTolerance
Termination tolerance on the function value, a positive scalar.
Public propertyIterationLimit
Maximum number of iterations allowed, a positive integer.
Public propertyMinimumPoint
Minimum point of objective function if found.
Public propertyStatus
Status of algorithm termination.
Top
See Also