摘要

The Particle Swarm Optimization (PSO) is a simple, yet very effective, population-based search algorithm. However, degradation of the population diversity in the late stages of the search, or stagnation, is the PSO%26apos;s major drawback. Most of the related recent research efforts are concentrated on alleviating this drawback. The direct solution to this problem is to introduce modifications which increase exploration; however it is difficult to maintain the balance of exploration and exploitation of the search process with this approach. In this paper we propose the decoupling of exploration and exploitation using a team-oriented search. In the proposed algorithm, the swarm is divided into two independent teams or sub swarms; each dedicated to a particular aspect of search. A simple but effective local search method is proposed for exploitation and an improvised PSO structure is used for exploration. The validation is conducted using a wide variety of benchmark functions which include shifted and rotated versions of popular test functions along with recently proposed composite functions and up to 1000 dimensions. The results show that the proposed algorithm provides higher quality solution with faster convergence and increased robustness compared to most of the recently modified or hybrid algorithms based on PSO. In terms of algorithm complexity, TOSO is slightly more complex than PSO but much less complex than CLPSO. For very high dimensions (D %26gt; 400), however, TOSO is the least complex compared to both PSO and CLPSO.

  • 出版日期2013-9