OneDimensionalOptimizer.FindExtremum Method

Searches for an extremum.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public double FindExtremum()

Return Value

Double
A Double representing the best approximation to the extremum.

Remarks

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

See Also