84 lines
2.9 KiB
Text
84 lines
2.9 KiB
Text
|
|
==========================================================================================
|
|
RELEASE
|
|
==========================================================================================
|
|
|
|
The current release is paradisEO-1.3
|
|
|
|
==========================================================================================
|
|
INSTALLATION
|
|
==========================================================================================
|
|
The basic installation procedure must be done in the directory
|
|
which contains the extracted archive.
|
|
|
|
--> Example : bash installParadiseo.sh
|
|
|
|
Please try source installParadiseo.sh --help for further information
|
|
|
|
==========================================================================================
|
|
DIRECTORY STRUCTURE
|
|
==========================================================================================
|
|
After unpacking the archive file, you should end up with the following
|
|
structure:
|
|
|
|
.../ Installation directory (specified with ./installParadiseo.sh)
|
|
|
|
|
|
|
|
+-- AUTHORS Author list
|
|
|
|
|
|
|
|
+-- INSTALL INSTALL file
|
|
|
|
|
|
|
|
+-- install.cmake ParadisEO main install config file
|
|
|
|
|
|
|
|
+-- installParadiseo.sh Install script
|
|
|
|
|
+-- lib/
|
|
| | +-- /libxml2-2.7.3.tar.gz LIBXML2 archive (required for ParadisEO-PEO)
|
|
| | +-- /mpich2-1.0.8.tar.gz MPICH2 archive (required for ParadisEO-PEO)
|
|
|
|
|
|
|
|
+ LICENCE Licence contents
|
|
|
|
|
|
|
|
+-- paradiseo-eo paradiseo-eo dir
|
|
|
|
|
|
|
|
+-- paradiseo-mo paradiseo-mo dir
|
|
|
|
|
|
|
|
+-- paradiseo-moeo paradiseo-moeo dir
|
|
|
|
|
|
|
|
+-- paradiseo-old-mo paradiseo-old-mo dir
|
|
|
|
|
|
|
|
+-- paradiseo-peo paradiseo-peo dir
|
|
|
|
|
|
|
|
+-- problems classical problems evaluation functions
|
|
|
|
|
|
|
|
+-- README README file
|
|
|
|
==========================================================================================
|
|
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/.
|
|
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
|
|
|