A grid-oriented genetic algorithm

  • Authors:
  • J. Herrera;E. Huedo;R. S. Montero;I. M. Llorente

  • Affiliations:
  • Departamento de Arquitectura de Computadores y Automática, Universidad Complutense, Madrid, Spain;Laboratorio de Computación Avanzada, Simulación y Aplicaciones Telemáticas, Centro de Astrobiología (CSIC-INTA), Torrejón de Ardoz, Spain;Departamento de Arquitectura de Computadores y Automática, Universidad Complutense, Madrid, Spain;Departamento de Arquitectura de Computadores y Automática, Universidad Complutense, Madrid, Spain

  • Venue:
  • EGC'05 Proceedings of the 2005 European conference on Advances in Grid Computing
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

Genetic algorithms (GAs) are stochastic search methods that have been successfully applied in many search, optimization, and machine learning problems. Their parallel counterpart (PGA, parallel genetic algorithms) offers many advantages over the traditional GAs, such as speed, ability to search on a larger search space, and less likely to run into a local optimum. With the advent of Grid computing, the computational power that can be deliver to the applications have substantially increased, and so PGAs can potentially benefit from this new Grid technologies. However, because of the dynamic and heterogeneous nature of Grid environments, the implementation and execution of PGAs in a Grid involve challenging issues. This paper discusses the distribution of a PGA across the Grid using the DRMAA standard API and the Grid Way framework. The efficiency and reliability of this schema to solve the One Max problem is analyzed in a globus-based research testbed.