Hi All!
I’m trying to switch Julia from MATLAB. I’m using MATLAB more specifically fmincon to solve system of nonlinear equations with inequality and equality constraints. Fmincon is great function for me which accepts nonlinear equality and inequality constraints and with arbitrary objective function I can get feasible solution. What I’m looking for my case is direct alternative of fmincon for Julia. I’ve check there are lots of great packages like NLsolve which I believe corresponds the fsolve. Is there any package or alternative to solve these kind of problems.
Thank you in advance