Searches for an extremum.
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public DenseVector<double> FindExtremum()
Public Function FindExtremum As DenseVector(Of Double)
public:
DenseVector<double>^ FindExtremum()
member FindExtremum : unit -> DenseVector<float>
Return Value
Type:
DenseVectorDoubleA dense vector representing the best approximation to the extremum.
Inspect the Status property to verify that the algorithm
terminated normally.
Reference