|
|
NelderMeadMinimize Method |
| Name | Description | |
|---|---|---|
| Minimize |
Finds the minimum value of a function. The solution vector
will be made available at the Solution property.
(Inherited from BaseOptimizationMethod.) | |
| Minimize(Double) |
Finds the minimum value of a function. The solution vector
will be made available at the Solution property.
(Inherited from BaseOptimizationMethod.) | |
| Minimize(Double) |
Finds the minimum value of a function, using the function output at
the current value, if already known. This overload can be used when
embedding Nelder-Mead in other algorithms to avoid initial checks.
|