MultidimensionalOptimizer.FindExtremum Method

Searches for an extremum.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public DenseVector<double> FindExtremum()

Return Value

DenseVector<Double>
A dense vector representing the best approximation to the extremum.

Remarks

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

See Also