Algorithm::Evolutionary::Utils
===================================
This is the repo for development of
[`Algorithm::Evolutionary::Utils`](
http://search.cpan.org/dist/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 AND LICENCE
Copyright (C) 2002-2015 J. J. Merelo-Guerv�s, jmerelo (at) geneura.ugr.es
This module is released under the GNU General Public License (see the
[`LICENSE`](LICENSE) file in this distribution).