The MinimizerBase type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone |
Returns a deep copy of the minimizer.
| |
| Equals | (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 | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| 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.
|