Particle Swarm Optimization with Variable Population Size

  • Authors:
  • Laura Lanzarini;Victoria Leza;Armando Giusti

  • Affiliations:
  • III-LIDI (Institute of Research in Computer Science LIDI) Faculty of Computer Sciences, National University of La Plata, La Plata, Argentina;III-LIDI (Institute of Research in Computer Science LIDI) Faculty of Computer Sciences, National University of La Plata, La Plata, Argentina;III-LIDI (Institute of Research in Computer Science LIDI) Faculty of Computer Sciences, National University of La Plata, La Plata, Argentina

  • Venue:
  • ICAISC '08 Proceedings of the 9th international conference on Artificial Intelligence and Soft Computing
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

At present, the optimization problem resolution is a topic of great interest, which has fostered the development of several computer methods forsolving them.Particle Swarm Optimization (PSO) is a metaheuristics which has successfully been used in the resolution of a wider range of optimization problems, including neural network training and function minimization. In its original definition, PSO makes use, during the overall adaptive process, of a population made up by a fixed number of solutions.This paper presents a new extension of PSO, called VarPSO, incorporating the concepts of age and neighborhood to allow varying the size of the population. In this way, the quality of the solution to be obtained will not be affected by the used swarm's size.The method here proposed is applied to the resolution of some complex functions, finding better results than those typically achieved using a fixed size population.