NAME

Algorithm::Evolutionary::Fitness::Trap - Error Correcting codes problem generator

SYNOPSIS

my $number_of_bits = 5;
my $a = $number_of_bits -1;
my $b = $number_of_bits;
my $z = $number_of_bits -1;
my $trap = Algorithm::Evolutionary::Fitness::Trap->new( $number_of_bits, $a, $b, $z );

DESCRIPTION

Trap function act as "yucky" or deceptive for evolutionary algorithms; they "trap" population into going to easier, but local optima.

METHODS

new

Creates a new instance of the problem, with the said number of bits and peaks

_really_apply

Applies the instantiated problem to a chromosome

trap

Computes the value of the trap function

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/04/24 18:09:21 $ 
$Header: /cvsroot/opeal/Algorithm-Evolutionary/lib/Algorithm/Evolutionary/Fitness/Trap.pm,v 1.2 2009/04/24 18:09:21 jmerelo Exp $ 
$Author: jmerelo $ 
$Revision: 1.2 $
$Name $