Click or drag to resize

INonlinearLeastSqMinimizerMinimize Method

Minimize the L2 norm of the function f using an iterative algorithm with starting point x0.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
DoubleVector Minimize(
	DoubleMultiVariableFunction f,
	DoubleVector x0
)

Parameters

f  DoubleMultiVariableFunction
Function to minimize the norm of.
x0  DoubleVector
Initial point for the iteration.

Return Value

DoubleVector
See Also