You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()".