|   | Name | Description | 
|---|
   | Minimum(IObjectiveFunction, VectorDouble, Double, Int32) | 
            Finds the minimum of the objective function without an initial perturbation, the default values used
            by fminsearch() in Matlab are used instead
            http://se.mathworks.com/help/matlab/math/optimizing-nonlinear-functions.html#bsgpq6p-11
             | 
   | Minimum(IObjectiveFunction, VectorDouble, CancellationToken, ActionInt32, Double, Double, Int32) | 
            Finds the minimum of the objective function without an initial perturbation, the default values used
            by fminsearch() in Matlab are used instead
            http://se.mathworks.com/help/matlab/math/optimizing-nonlinear-functions.html#bsgpq6p-11
             | 
   | Minimum(IObjectiveFunction, VectorDouble, VectorDouble, CancellationToken, ActionInt32, Double, Double, Int32) | 
            Finds the minimum of the objective function with an initial perturbation
             |