diff options
author | R. S. Ananda Murthy <rsamurti@gmail.com> | 2014-10-09 10:52:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-11 00:14:15 +0700 |
commit | 324c5cc39f6dc72fce7f8ff3b3d0bae3c76f5513 (patch) | |
tree | d6cfa1234583ac50af2bb41cff91aad5a8a307e2 /development/ParadisEO/README | |
parent | 31a0f9f6f03868737612d0417eacbd59ca111643 (diff) | |
download | slackbuilds-324c5cc39f6dc72fce7f8ff3b3d0bae3c76f5513.tar.gz |
development/ParadisEO: Added (computation library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ParadisEO/README')
-rw-r--r-- | development/ParadisEO/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development/ParadisEO/README b/development/ParadisEO/README new file mode 100644 index 0000000000..33c8a6461f --- /dev/null +++ b/development/ParadisEO/README @@ -0,0 +1,5 @@ +EO is a template-based, ANSI-C++ evolutionary computation library which +helps you to write your own stochastic optimization algorithms +insanely fast. With the help of EO, you can easily design evolutionary +algorithms that will find solutions to virtually all kind of hard +optimization problems, from continuous to combinatorial ones. |