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.