MultidimensionalOptimizer<T, TReport>.FindMaximum Method

Searches for a maximum.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public T FindMaximum()

Return Value

T
A dense vector representing the best approximation to the maximum.

Remarks

Inspect the Status property to verify that the algorithm terminated normally.

See Also