Abstract
Evolutionary algorithms (EAs) are heuristic algorithms inspired by natural evolution. They are often used to obtain satisficing solutions in practice. In this paper, we investigate a largely underexplored issue: the approximation performance of EAs in terms of how close the solution obtained is to an optimal solution. We study an EA framework named simple EA with isolated population (SEIP) that can be implemented as a single- or multi-objective EA. We analyze the approximation performance of SEIP using the partial ratio, which characterizes the approximation ratio that can be guaranteed. Specifically, we analyze SEIP using a set cover problem that is NP-hard. We find that in a simple configuration, SEIP efficiently achieves an H-n-approximation ratio, the asymptotic lower bound, for the unbounded set cover problem. We also find that SEIP efficiently achieves an (H-k - k-1/8k(9))- approximation ratio, the currently best-achievable result, for the k-set cover problem. Moreover, for an instance class of the k-set cover problem, we disclose how SEIP, using either one-bit or bit-wise mutation, can overcome the difficulty that limits the greedy algorithm. (C) 2012 Elsevier B.V. All rights reserved.
Original language | English |
---|---|
Pages (from-to) | 20-33 |
Number of pages | 14 |
Journal | Artificial Intelligence |
Volume | 180 |
DOIs | |
Publication status | Published - 1 Apr 2012 |
Keywords
- Evolutionary algorithms
- k-Set cover
- Time complexity analysis
- Approximation ratio
- Approximation algorithm