Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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()".