Algorithm::Evolutionary, a flexible Perl module for evolutionary computation

  • Authors:
  • Juan Julián Merelo Guervós;Pedro A. Castillo;Enrique Alba

  • Affiliations:
  • Universidad de Granada, Depto. Arquitectura y Tecnología de Computadores, ETS Ingenierías Informática y Telecomunicaciones, Granada, Spain;Universidad de Granada, Depto. Arquitectura y Tecnología de Computadores, ETS Ingenierías Informática y Telecomunicaciones, Granada, Spain;Universidad de Málaga, Depto. Lenguajes y Ciencias de la Computación, Malaga , Spain

  • Venue:
  • Soft Computing - A Fusion of Foundations, Methodologies and Applications - Special Issue on Fuzzy Set Theory and Applications; Guest Editors: Ferdinand Chovanec, Olga Nánásiová, Alexander Šostak
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper describes Algorithm::Evolutionary (A::E), a Perl module released under an open source license and designed for the exploration and exploitation of evolutionary algorithms. We describe the design decisions taken to enhance flexibility, how performance was improved by using several implementation tweaks, and what kind of design patterns were applied for its development. This work also tries to dispel the myth of low performance of scripting languages by comparing it with a state-of-the-art library (ECJ) written in Java. Besides, we are interested in assessing its efficiency in several possible evolutionary settings, finding out what kind of behavior we can expect, and what can be done to improve it. Applications already written using A::E are also described, along with how it can be used to create new operators. Finally, some conclusions are drawn from the design experience.