Algorithm::Evolutionary
===================================
This is the repo for development of
[`Algorithm::Evolutionary::Fitness`](
http://search.cpan.org/dist/Algorithm-Evolutionary-Fitness/),
a CPAN module with several fitness functions that are usual in evolutinary algorithms.
##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-2016 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).