Last years for continuous multi-extremal optimization were developed a few random search oriented methods. There are Simulated Annealing and Genetic algorithms (implemented on the Matlab Global Optimization Toolbox), Ant Colony method, Cross-Entropy Method (see, e.g., https://www.researchgate.net/publication/225551595_The_Cross-Entropy_Method_for_Continuous_Multi-Extremal_Optimization ), etc. But a lot of researches yet often use traditional, gradient-based methods, as Newton-Raphson. The main drawback of these methods is that they, by their nature, do not cope well with optimization problems that have non-convex objective functions and/or many local optima. Optimization results essentially depend of the initial point selection. So, please, explain me, why researches don’t use random search oriented methods ?

Article The Cross-Entropy Method for Continuous Multi-Extremal Optimization

More Sergey Porotsky's questions See All
Similar questions and discussions