paradiseo/trunk/paradiseo-peo
2008-12-17 18:07:43 +00:00
..
doc peo.doxyfile.cmake has been updated to be complient with the new version of doxygen 2008-12-16 09:46:12 +00:00
src Several modifications have been made to obtain g++ (GCC) 4.3.2 20081105 compatibility, -Wno-unused-parameter and -Wno-ignored-qualifiers have been added to avoid the corresponding warnings (only moeo is concerned by the second one). In order to avoid all the warnings, several modifications into EO are needed. 2008-12-17 17:35:43 +00:00
test Several modifications have been made to obtain g++ (GCC) 4.3.2 20081105 compatibility, -Wno-unused-parameter and -Wno-ignored-qualifiers have been added to avoid the corresponding warnings (only moeo is concerned by the second one). In order to avoid all the warnings, several modifications into EO are needed. 2008-12-17 17:35:43 +00:00
tutorial cooperation.cpp and multistart.cpp were empty cd ..cd .. I fill them in order to compil the platform. However, it is very strange... It must be checked carrefuly 2008-12-17 18:07:43 +00:00
AUTHORS peo modified 2008-02-29 11:37:36 +00:00
CMakeLists.txt simplified CMake config: a common "install.cmake" for the three modules. + ctest calls in the installation script 2008-02-18 14:01:49 +00:00
CTestConfig.cmake New Cdash Config for PEO 2008-11-14 10:41:30 +00:00
peo-conf.cmake paradiseo-->peo 2007-09-18 16:01:04 +00:00
README peo README modified 2008-03-04 09:27:56 +00:00

                PARADISEO-PEO README FILE
=======================================================================
         check latest news at http://paradiseo.gforge.inria.fr/
=======================================================================

Welcome to ParadisEO-PEO, the Parallel Evolving Objects library.
The latest news about ParadisEO-PEO can be found on the gforge repository at
http://paradiseo.gforge.inria.fr/
In case of any problem, please e-mail us at
paradiseo-help@lists.gforge.inria.fr


=======================================================================
                        BUILDING PARADISEO-PEO
=======================================================================
The basic installation procedure goes the following.

To compile paradiseo-peo in the default directory,
go to paradiseo-peo/build/ and run:
    > cmake ../ -Dconfig=<path to the install.cmake file>
    > make
    // for an easy-use of the provided lessons
    > make install
    // optional (if the documentation is not already available)
    > make doc

To compile paradiseo-peo anywhere else, simply run:
    > cmake $(PEO) -Dconfig=<path to the install.cmake file>
    > make
    // for an easy-use of the provided lessons
    > make install
    // optional (if the documentation is not already available)
    > make doc

To clean everything, simply run
    > make clean


===================================================================
                       DIRECTORY STRUCTURE
===================================================================
After unpacking the archive file, you should end up with the following
structure:

.../                     The main PARADISEO-PEO directory, created when unpacking.
   |
   +-- build             BUILD directory that contains libraries and executable files.
   |
   +-- src               SOURCE directory Contains most PARADISEO-PEO .h files. 
   |   
   +-- doc               DOCUMENTATION directory (generated by Doxygen).
   |   |
   |   +- html           HTML files - start at index.html. 
   |   |
   |   +- latex          latex files - use to generate Postcript doc.
   |   |
   |   +- man            Unix man format documentation.
   |
   |
   +-- tutorial          APPLICATIONS
       |
       +-- examples      TSP
       |
       +-- Lesson1       Parallel evaluation for EA and PSO
       |
       +-- Lesson2       Parallel transformation (crossover + mutation) for EA
       |
       +-- Lesson3       Insular model for PSO and EA
       |
       +-- Lesson4       Hybridization

===================================================================
              NOTES
===================================================================

Mailing list : paradiseo-help@lists.gforge.inria.fr