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