The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.04 - 2005-07-18

  • Fixed bugs reported by crenz@web42.com regarding rangevectors. Turns out that the last element in the range was never reached. Fixed.

Modules

A pure Perl genetic algorithm implementation.
Base class for AI::Genetic Individuals.
A class that implements various crossover operators.
A class that implements various mutation operators.
A class that implements various selection operators.

Provides

in Genetic/Defaults.pm
in Genetic/IndBitVector.pm
in Genetic/IndListVector.pm
in Genetic/IndRangeVector.pm