Click or drag to resize

AnnealingMinimizerMinimize(DoubleFunctional, DoubleVector) Method

Minimizes the given function using the annealing schedule currently associated with this minimizer.

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

Parameters

f  DoubleFunctional
The function to minimize.
x  DoubleVector
The starting point.

Return Value

DoubleVector
An estimate of the global minimum of function, computed using the annealing schedule currently associated with this minimizer.

Implements

IMultiVariableMinimizerMinimize(DoubleFunctional, DoubleVector)
Remarks
Iteration stops when the current annealing schedule has completed.
See Also