Algorithm::Evolutionary::Utils

Build Status

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

It is mainly intended to be used as a base for other Perl modules that deal with evolutionary algorithms, this way it is all kept in a single place.

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.

Copyright (C) 2002-2018 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).