Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Algorithm::Evolutionary::Run 0.77

    Download button

    No screenshots available
    Downloads: 381  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    J. J. Merelo-Guervós | More programs
    Perl Artistic License / FREE
    October 20th, 2011, 04:22 GMT [view history]
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Algorithm::Evolutionary::Run description

    Class for setting up an experiment with algorithms and population

    Algorithm::Evolutionary::Run is a Perl class for setting up an experiment with algorithms and population.

    SYNOPSIS

     use Algorithm::Evolutionary::Run;

     my $algorithm = new Algorithm::Evolutionary::Run 'conf.yaml';
     #or
     my $conf = {
     'fitness' => {
     'class' => 'MMDP'
     },
     'crossover' => {
     'priority' => '3',
     'points' => '2'
     },
     'max_generations' => '1000',
     'mutation' => {
     'priority' => '2',
     'rate' => '0.1'
     },
     'length' => '120',
     'max_fitness' => '20',
     'pop_size' => '1024',
     'selection_rate' => '0.1'
     };

     my $algorithm = new Algorithm::Evolutionary::Run $conf;

     #Run it to the end
     $algorithm->run();
     
     #Print results
     $algorithm->results();
     
     #A single step
     $algorithm->step();


    This is a no-fuss class to have everything needed to run an algorithm in a single place, although for the time being it's reduced to fitness functions in the A::E::F namespace, and binary strings. Mostly for demo purposes, but can be an example of class for other stuff.


    Product's homepage

    Requirements:

    · Perl

    What's New in This Release: [ read full changelog ]

    · lib/Algorithm/Evolutionary.pm: Added tests to see what can make some of them fail

      


    TAGS:

    evolutionary algorithms | Perl module | algorithms | population | Perl

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM