Overload List
| Name | Description | |
|---|---|---|
| GoldenMinimizer()()() |
Default constructor.
| |
| GoldenMinimizer(Double) |
Constructs a GoldenMinimizer instance with the given error tolerance.
| |
| GoldenMinimizer(Int32) |
Constructs a GoldenMinimizer instance with the given maximum number of
iterations.
| |
| GoldenMinimizer(Double, Int32) |
Constructs a GoldenMinimizer instance with the given error
tolerance and maximum number of iterations.
|