Repository navigation

#

nonlinear-optimization-algorithms

Pure Java nonlinear equation solving and unconstrained optimization library

Java
11
1 年前

In this repository, some numerical algorithms for solving the nonlinear optimal control problem are included written in MATLAB/Simulink.

1
3 年前

Assignments in unconstrained optimization course covering 1st half of Nocedal and Wright textbook.

TeX
0
8 年前

The Fibonacci method is a line search procedure for minimizing a strictly quasiconvex function over a closed bounded interval

C++
0
5 年前

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

C++
0
4 年前