Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

fmin
Type: SystemDouble
The function output at the current values, if already known.

Return Value

Type: NelderMeadStatus
See Also