Click or drag to resize

MultiFunctionMathFindGlobalMaximum Method (FuncIReadOnlyListDouble, Double, IReadOnlyListInterval)

Finds the maximum of a function within the given volume.

Namespace:  Meta.Numerics.Analysis
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static MultiExtremum FindGlobalMaximum(
	Func<IReadOnlyList<double>, double> function,
	IReadOnlyList<Interval> volume
)

Parameters

function
Type: SystemFuncIReadOnlyListDouble, Double
The function.
volume
Type: System.Collections.GenericIReadOnlyListInterval
The volume to search.

Return Value

Type: MultiExtremum
The global maximum.
See Also