Skip to content

MrTengil/Python_Nonlinear_optimization

Repository files navigation

Written by: Oskar Tengberg, 2019
		https://github.com/MrTengil

Function "nonlinmin()" minimizes an n-dimensional function with the Newton method using the first and second derivative (gradient and hessian) of the function. The objective function must be continuous, non-linear and must be twice derivable.

------------------------------------
The file "problem.py" is an example on how to use the minimzation function "nonlinmin()".

About

Python: Optimization algorithm for continous nonlinear problem + example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published