NAME

    EZParallelGeneration - A single generation of a parallel algorithm

=cut


SYNOPSIS


Base Class

GeneralGeneration


DESCRIPTION

Algorithm that adds migration to the basic easy algorithm

new

Creates an algorithm, with the usual operators. Includes a default mutation and crossover, in case they are not passed as parameters

apply

Applies the algorithm to the population; checks that it receives a ref-to-array as input, croaks if it does not. Returns a sorted, culled, evaluated population for next generation.


Copyright


  This file is released under the GPL. See the LICENSE file included in this distribution,
  or go to http://www.fsf.org/licenses/gpl.txt
  CVS Info: $Date: 2001/12/17 12:59:24 $ 
  $Header: /cvsroot/opeal/opeal/EZParallelGeneration.pm,v 1.2 2001/12/17 12:59:24 jmerelo Exp $ 
  $Author: jmerelo $