The GoldenMinimizer type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GoldenMinimizer | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this GoldenMinimizer.
(Overrides MinimizerBase..::.Clone()()().) | |
| 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.) | |
| Minimize | Overloaded. | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Error |
Gets the error associated with the mimimum just computed.
(Inherited from MinimizerBase.) | |
| Iterations |
Gets the number of iterations used in the estimate of the mimimum
just computed.
(Inherited from MinimizerBase.) | |
| MaxIterations |
Gets and sets the maximum number of iterations used in computing minima
estimates.
(Inherited from MinimizerBase.) | |
| MaxIterationsMet |
Returns true if the minimum just computed stopped because the
maximum number of iterations was reached; otherwise, false.
(Inherited from MinimizerBase.) | |
| Tolerance |
Gets and sets the error tolerance used in computing minima estimates.
(Inherited from MinimizerBase.) | |
| ToleranceMet |
Returns true if the minimum just computed stopped because the
error tolerance was reached; otherwise, false.
(Inherited from MinimizerBase.) |