Download List

Descripción del Proyecto

Algorithm::Evolutionary is a flexible set of classes for doing evolutionary computation in Perl, integrated with XML for evolutionary algorithm description. So far, it contains classes for doing string, tree, and vector array-based evolutionary computation, several variation operators, and simple population-level algorithms. It has been distributed algorithms using SOAP, and integrated with the DBI and HTML::Mason libraries. It contains an XML dialect for definition of evolutionary algorithms, called EvoSpec; experiments defined using Algorithm::Evolutionary can be completely serialized/deserialized using this language.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-12-23 07:19
0.75

Más pruebas fueron agregadas. La implementación se hizo girar más rápido y más eficiente. Hay muchos otros cambios.
Tags: Stable
More tests were added. The spin implementation was made faster and more efficient. There were many other changes.

2002-07-31 13:36
0.5

El código fue rediseñado y un nuevo esquema de nomenclatura coherente fue introducido para todas las clases. La jerarquía de clases ahora refleja la estructura de etiquetas XML. Serialización y deserialización a XML para todas las clases ya está completa. Un nuevo "experimento" de clase que describe un algoritmo evolutivo conjunto ha sido añadido.
Tags: Code cleanup
The code was refactored, and a new consistent naming scheme was introduced for all classes. The class hierarchy now mirrors the XML tag structure. Serialization and deserialization to XML for all classes is now complete. A new "Experiment" class that describes a whole evolutionary algorithm has been added.

2001-09-05 14:05
0.3

String "cromosoma" con los operadores de variación y algunas correcciones de errores menores añadido. La jerarquía de clases ajustado.
Tags: Minor feature enhancements
String "chromosome" with variation operators and some minor bug fixes added. Class hierarchy adjusted.

Project Resources