Giter Club home page Giter Club logo

algorithm-evolutionary's Introduction

Algorithm::Evolutionary

This is the repo for development of Algorithm::Evolutionary, a CPAN module for creating evolutionary algorithms using Perl.

Pre-installation

Modules listed in Makefile.PL plus libgd-dev. Install it in ubuntu with

sudo apt-get install libgd-dev

or

sudo apt-get install libgd2-xpm-dev

if that fails. Type equivalent incantations for other distros. You're good to go if you have the GD module already installed, though. This is mainly used for generation of animated graphics, so if you're not really interested in that repeat installation with --force

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

Issue first

cpanm --installdeps .

if the upstream dependencies are not installed (which they are wont to do). Check also the DEPENDENCIES section below for non-perl dependencies.

WARNING

Since evolutionary algorithms are stochastic optimization algorithms, some tests, specially in the general.t file, might fail; running them again might yield a different result. If your installation (from CPAN, CPANPLUS or cpanminus) fails for this reason, run a force install, or try to make install disregarding the tests.

DEMO

Install demo dependencies with

cpanm --installdeps .

in the corresponding directory. You can run the demos included in the scripts directory, for instance

./rectangle-coverage.pl

for a beautiful and slightly annoying test with a certain Mondrianesque aspect.

COPYRIGHT AND LICENCE

Copyright (C) 2002-2021 J. J. Merelo-Guervós, jmerelo (at) geneura.ugr.es This module is released under the GNU General Public License (see the LICENSE file in this distribution).

algorithm-evolutionary's People

Contributors

brunopostle avatar jj avatar manwar avatar wohldad avatar

Watchers

 avatar

Forkers

leimazizizi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.