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

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.