This is a follow up thread to https://www.researchgate.net/post/What_is_the_optimal_number_of_restarts_for_a_fixed_number_of_function_evaluations?
The goal is to develop general guidelines that can lead to the improved performance of (population-based) metaheuristics on (continuous domain) multi-modal fitness functions. Assuming a fixed or constrained number of function evaluations, our plan is to use multiple restarts of a metaheuristic tuned to converge relatively fast.
Our current focus is to identify and restart at the "critical" search scale. In general, on (benchmark) multi-modal fitness functions, there are rapid improvements in fitness at the beginning (as the search scale is larger than the attraction basins of the local optima and the search process rapidly explores the overall global structure of the search space), an "elbow" (which we believe could be around the "critical" search scale), and then slow improvement as mostly local search occurs to find a local optimum.
We are looking for features that we can identify in real-time that indicate this "elbow" so that we can restart at it and thus have the new metaheuristic procedure spend more time and effort at this "critical" search scale. We believe that this transition from coarse global search to the specific selection of an attraction basin to exploit will heavily affect the performance of metaheuristics on multi-modal fitness functions.
Any ideas?