This toolbox contains two functions : opti_gradientWolfe and opti_BFGS.
The goal of this toolbox is to provide two optimization functions to minimize
functions. The first opti_gradientWolfe uses the Gradient descent (and the Wolfe
algorithm), and the second one uses the BFGS method. This two functions are used
to minimize functions.