NAME
Algorithm::Evolutionary::Op::Eval::General - General and simple population evaluator
SYNOPSIS
Base Class
Algorithm::Evolutionary::Op::Base
DESCRIPTION
A general evaluator: applies an evaluation function to each member of the population
METHODS
new( $evaluation_function )
Creates an algorithm, with no defaults except for the default replacement operator (defaults to Algorithm::Evolutionary::Op::ReplaceWorst)
set( $ref_to_params_hash, $ref_to_code_hash, $ref_to_operators_hash )
Sets the instance variables. Takes a ref-to-hash as input. Not intended to be used from outside the class
apply( $population )
Evaluates the population, setting its fitness value
SEE ALSO
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: 2009/07/22 10:45:36 $
$Header: /cvsroot/opeal/Algorithm-Evolutionary/lib/Algorithm/Evolutionary/Op/Eval/General.pm,v 1.1 2009/07/22 10:45:36 jmerelo Exp $
$Author: jmerelo $
$Revision: 1.1 $