Click or drag to resize

DownhillSimplexMinimizerMinimize(DoubleFunctional, DoubleMatrix) Method

Minimizes the given function using the starting simplex.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector Minimize(
	DoubleFunctional f,
	DoubleMatrix simplex
)

Parameters

f  DoubleFunctional
The function to minimize.
simplex  DoubleMatrix
The starting simplex.

Return Value

DoubleVector
The local minimum of function.
See Also