Multidimensional Optimizer<T, TReport>.Find Minimum Method
Searches for a minimum.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
A dense vector representing the best approximation to the minimum.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public T FindMinimum()
Return Value
TA dense vector representing the best approximation to the minimum.
Remarks
Inspect the Status property to verify that the algorithm terminated normally.