I recently working on a non-convex optimization problem, and I have used Bayesian Optimization as a method to solve this problem. And it didn't show good convergence. (Is Bayesian Optimization is an effective way to solve this problem?)
Anyone can help me to see if there're other efficient ways to solve the non-convex optimization problem? I'm using python, so, could anyone show me some package in python that can do it?
Thank you!