|
NAMEAlgorithm::Evolutionary::Fitness::MMDP - Massively Multimodal Deceptive Problem SYNOPSIS use Algorithm::Evolutionary::Fitness::MMDP;
my @chromosome = "010101101010111111000000"
my $fitness_func = Algorithm::Evolutionary::Fitness::MMDP::apply;
my $fitness = $fitness_func( $chromosome );
my $fitness_object = Algorithm::Evolutionary::Fitness::MMDP->new()
$fitness = $fitness_object->apply( $chromosome)
DESCRIPTIONMassively Multimodal Deceptive Problem, tough for evolutionary algorithms. METHODSmmdp( $string )Computes the MMDP value for a binary string, storing it in a cache. CopyrightThis file is released under the GPL. See the LICENSE file included in this distribution, or go to http://www.fsf.org/licenses/gpl.txt
|