Switch Analysis for Running Time Analysis of Evolutionary Algorithms

Yang Yu,Chao Qian,Zhi-Hua Zhou
DOI: https://doi.org/10.1109/TEVC.2014.2378891
2015-01-01
Abstract:Evolutionary algorithms are a large family of heuristic optimization algorithms. They are problem independent, and have been applied in various optimization problems. Thus general analysis tools are especially appealing for guiding the analysis of evolutionary algorithms in various situations. This paper develops the switch analysis approach for running time analysis of evolutionary algorithms, revealing their average computational complexity. Unlike previous analysis approaches that analyze an algorithm from scratch, the switch analysis makes use of another well analyzed algorithm and, by contrasting them, can lead to better results. We investigate the power of switch analysis by comparing it with two commonly used analysis approaches, the fitness level method and the drift analysis. We define the reducibility between two analysis approaches for comparing their power. By the reducibility relationship, it is revealed that both the fitness level method and the drift analysis are reducible to the switch analysis, as they are equivalent to specific configurations of the switch analysis. We further show that the switch analysis is not reducible to the fitness level method, and compare it with the drift analysis on a concrete analysis case (the Discrete Linear Problem). The reducibility study might shed some light on the unified view of different running time analysis approaches.
What problem does this paper attempt to address?