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
In this repository, some numerical algorithms for solving the nonlinear optimal control problem are included written in MATLAB/Simulink.
Non Linear Optimization matlab implementation
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 onl...