In the python library Scipy, the optimization.minimize() API has several algorithms which we can use to optimize our objective functions. But in my case, when I use this API with those algorithms it doesn't give me an expected optimal value. I just want to know whether that API has the ability to converge into a global minimum.

Similar questions and discussions