I want single same global optimal solution, regardless of bounds assigned to a same problem. The issue I am tackling is if I change the range of bound, I keep getting different optimal solutions. How can i obtain single global optimal solution for the same problem?
I tried multiple scipy functions like differential evolution and SLSQP. If I use SLSQP it stucks on the local minima (x0 value)