The MinimizerBase type exposes the following members.

Methods

  NameDescription
Clone
Returns a deep copy of the minimizer.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
DefaultMaxIterations
Gets and sets the default maximum number of iterations.
DefaultTolerance
Gets and sets the default error tolerance.
Error
Gets the error associated with the mimimum just computed.
Iterations
Gets the number of iterations used in the estimate of the mimimum just computed.
MaxIterations
Gets and sets the maximum number of iterations used in computing minima estimates.
MaxIterationsMet
Returns true if the minimum just computed stopped because the maximum number of iterations was reached; otherwise, false.
Tolerance
Gets and sets the error tolerance used in computing minima estimates.
ToleranceMet
Returns true if the minimum just computed stopped because the error tolerance was reached; otherwise, false.

See Also