paradiseo/trunk/paradiseo-moeo
liefooga 71563667a6 update README file for new architecture
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@513 331e1502-861f-0410-8da2-ba01fb791d7f
2007-07-04 15:05:50 +00:00
..
doc update doc with new stuffs 2007-07-02 14:05:51 +00:00
src update moeo with new stuffs 2007-07-02 14:07:12 +00:00
tutorial new architecture 2007-07-04 14:01:38 +00:00
AUTHORS AUTHORS modification 2007-01-15 13:22:55 +00:00
CMakeLists.txt cmake changes 2007-06-28 15:13:28 +00:00
moeo-conf.cmake added moeo-conf.cmake pre-config file 2007-06-28 13:38:05 +00:00
NEWS merge ParadisEO-MOEO v-1.0 2007-06-26 13:34:01 +00:00
README update README file for new architecture 2007-07-04 15:05:50 +00:00

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

Welcome to ParadisEO-MOEO, the Multi-Objective Evolving Objects library.
The latest news about ParadisEO-MOEO 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-MOEO
=======================================================================
The basic installation procedure goes the following:

Go to your build-directory and run 
    > cmake -DEOdir=$(EO_SRC)
    > make
    // optional (if the documentation is not already available)
    > make doc

where $(EO_SRC) is the top-level source directory of PARADISEO-EO.

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-MOEO directory, created when unpacking.
   |
   |
   +-- build               BUILD directory that contains libraries and executable files.
   |
   |
   +-- src                 SOURCE directory that contains PARADISEO-MOEO source 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            TUTORIAL directory that contains with lessons.
       |
       +-- examples        APPLICATIONS - one directory per separate application.
       |   |
       |   +-- flowshop    Flow-shop scheduling problem example source files.
       |       |
       |       +-- benchs  Benchmark suites for the flow-shop.
       |
       +-- Lesson1         A bi-objective flow-shop problem example solved using main MOEAs.
       |
       +-- Lesson2         NSGA-II to solve the SCH1 problem.

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

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