concurrent-selecto-recombinative-EA

NAME

concurrent-selecto-recombinative-EA.p6 - Implements a selecto-recombinative algorithm to find population without mutation

SYNOPSIS

./concurrent-selecto-recombinative-EA.p6 --length[=64] --repetitions[=30]
        --population-size[=512] --diversify-size[=8] --max-evaluations[=10000]
        --tournament-size[=4]

DESCRIPTION

Uses a individual-based selecto-recombinative algorithm, with no population. Mainly used for finding out the correct population for an evolutionary algorithm

Algorithm::Evolutionary::Simple v0.0.8

A simple evolutionary algorithm

Authors

  • JJ Merelo

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Algorithm::Evolutionary::Fitness::P-Peaks
  • Algorithm::Evolutionary::Simple

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.