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

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]

DESCRIPTION

Run a simple evolutionary algorithm using functions in the module. Intended mainly for teaching and modification, not for production.