The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Algorithm::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)

DESCRIPTION

Massively Multimodal Deceptive Problem, tough for evolutionary algorithms.

METHODS

mmdp( $string )

Computes the MMDP value for a binary string, storing it in a cache.

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