Can you share any information about books that review most of the existing numerical methods for global minimization of a multivariable objective function? The objective and constraints are assumed to be smooth, I'm not into integer programming of any type at the moment.
I'm aware of many local optimization methods, such as steepest descent, Newton and quasi-Newton, conjugate gradients, trust-region methods, etc. But currently I would like to learn some practical ones used specifically for global minimization. Equality and inequality constraints are assumed. Most information I find comes in form of narrow-focused academic papers that are disconnected from each other. Thanks!
Try "Metaheuristics". Simulated Annealing, Genetic Algorithm, Tabu search, Ant colony algorithm, swarm intelligence and so on. There will be many books, but I do not know which book is best.