#Algorithm-Evolutionary-Simple version 0.0.3
##INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
##DEPENDENCIES
As shown in the Makefile.PL file; mainly Sort::Key::Top.
##SYNOPSIS
Very simple evolutionary algorithm in Perl, mainly with pedagogical purposes. Once installed, use the provided functions or run simple-EA.pl
##COPYRIGHT AND LICENCE
Copyright (C) 2011, JJ Merelo
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.