A large scale non-linear optimization library
-
Updated
Oct 24, 2024 - C++
A large scale non-linear optimization library
MATLAB implementations of a variety of nonlinear programming algorithms.
Riemannian stochastic optimization algorithms: Version 1.0.3
Pure Java nonlinear equation solving and unconstrained optimization library
This repo collects results of nonlinear optimization solvers on standard benchmark problems
Non Linear Optimization matlab implementation
In this repository, some numerical algorithms for solving the nonlinear optimal control problem are included written in MATLAB/Simulink.
Assignments in unconstrained optimization course covering 1st half of Nocedal and Wright textbook.
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."