|
NelderMeadMinimize Method (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.
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public NelderMeadStatus Minimize(
double fmin
)
Public Function Minimize (
fmin As Double
) As NelderMeadStatus
Request Example
View SourceParameters
- fmin
- Type: SystemDouble
The function output at the current values, if already known.
Return Value
Type:
NelderMeadStatusSee Also