I am facing the serious task of converting the Matlab code to python and I want to best implement the fmincon function in Matlab with the help of scipy.optimize in python but I'm not sure whether both the functions are working similarly. Thanks in Advance
Asked
Active
Viewed 183 times
1
-
Matlab and scipy work differently https://stackoverflow.com/questions/64790692/different-behaviour-between-matlab-fmincon-and-scipy-optimize-minimize . – Askold Ilvento Jan 18 '21 at 17:15
-
@AskoldIlvento have you found the alternative for fmincon in python? – faraa Mar 31 '21 at 16:09
-
yes you can use scipy.optimize in python – aravindh Apr 03 '21 at 02:12