From bedb18ff3ede40a95abbfd256f1b8ca2125382fc Mon Sep 17 00:00:00 2001 From: Ronaldd Pinho Date: Fri, 12 Apr 2019 23:20:34 -0300 Subject: [PATCH] README file adapted to Markdown file README.md finished --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee2ec7198..cdba1774b 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,22 @@ Please refer to paradisEO website or INSTALL file for further information about * __moeo__: Specific directory of the MOEO (Multi-Objective Optimization) module; -* __problems__: classical problems evaluation functions; \ No newline at end of file +* __problems__: classical problems evaluation functions. + +--- +## Notes + +ParadisEO uses EO, a templates-based, ANSI-C++ compliant evolutionary computation library. It contains classes for almost any kind of evolutionary computation you might come up to - at least for the ones we could think of. + +EO Website: http://eodev.sourceforge.net/. + +ParadisEO Website: http://paradiseo.gforge.inria.fr/ + +EO is distributed under the GNU Lesser General Public License: http://www.gnu.org/copyleft/lesser.html + +Please read README file of each extracted directory if you have problems for the installation. + +--- +**Contact** + +For further information about ParadisEO, help or to report any problem : paradiseo-help@lists.gforge.inria.fr \ No newline at end of file