A large scale non-linear optimization library
-
Updated
May 21, 2025 - C++
A large scale non-linear optimization library
A Super Fast Optimization Library
The Fibonacci method is a line search procedure for minimizing a strictly quasiconvex function over a closed bounded interval
Bisection Algorithm is a method that is used to find the root of an equation in a given interval that is the value of ‘x’ for which f(x) = 0. It applies a line search using derivatives. Thus it is only applicable for derivative functions
Add a description, image, and links to the nonlinear-optimization-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the nonlinear-optimization-algorithms topic, visit your repo's landing page and select "manage topics."