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

NAME

simple-EA.pl - A simple evolutionary algorithm that uses the functions in the library

VERSION

This document describes simple-EA.pl version 0.0.3

SYNOPSIS

    % chmod +x simple-EA.pl
    % simple-EA.pl [Run with default values]
    % simple-EA.pl 64 128 200 [Run with 64 chromosomes, population 128 for 200 generations]
    % simple-EA.pl 64 128 250 binary [Use binary tournament instead of the default roulete wheel]

DESCRIPTION

Run a simple evolutionary algorithm using functions in the module. Intended mainly for teaching and modification, not for production (but can be useful too as a baseline tool)