The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Algorithm::Genetic::Diploid - Extensible implementation of a diploid genetic algorithm

DESCRIPTION

This utility package can be used as the sole import (i.e. just use Algorithm::Genetic::Diploid;) to load all the required packages at once. It also provides static factory methods to create instances of these packages, e.g. create_gene and so on.