Multidimensional Optimizer.Find Extremum Method
Searches for an extremum.
Definition
Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A dense vector representing the best approximation to the extremum.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.