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