Click or drag to resize
Accord.NET (logo)

NelderMeadMinimize Method

Overload List
  NameDescription
Public methodMinimize
Finds the minimum value of a function. The solution vector will be made available at the Solution property.
(Inherited from BaseOptimizationMethod.)
Public methodMinimize(Double)
Finds the minimum value of a function. The solution vector will be made available at the Solution property.
(Inherited from BaseOptimizationMethod.)
Public methodMinimize(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.
Top
See Also