Minimizer |
The MinimizerBase type exposes the following members.
Name | Description | |
---|---|---|
MinimizerBase | For internal use only. | |
MinimizerBase(Double, Int32) | Constructs a MinimizerBase instance with the given error tolerance and maximum number of iterations. |
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. |
Name | Description | |
---|---|---|
DEFAULT_MAX_ITER | The default maximum number of iterations. | |
DEFAULT_TOLERANCE | The default error tolerance. | |
error_ | The current error. | |
ErrorName | Error name. | |
iter_ | The current number of iterations performed. | |
IterationsName | Iterations name. | |
max_ | The maximum number of iterations. | |
MaximumIterationsName | MaximumIterations name. | |
tolerance_ | The error tolerance. | |
ToleranceName | Tolerance name. |