Click or drag to resize
MinUncon Properties

The MinUncon type exposes the following members.

Properties
  NameDescription
Public propertyAccuracy
The required absolute accuracy in the final value returned by the ComputeMin method.
Public propertyBound
The amount by which X may be changed from its initial value, Guess.
Public propertyDerivTolerance
The derivative tolerance used by member method ComputeMin to decide if the current point is a local minimum.
Public propertyGuess
The initial guess of the minimum point of the input function.
Public propertyStep
The stepsize to use when changing x.
Top
See Also