paradiseo/trunk/paradiseo-mo
verel 8bb15a8c8a Add the eoDummyMonOp
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2565 331e1502-861f-0410-8da2-ba01fb791d7f
2011-12-15 09:29:35 +00:00
..
build git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1992 331e1502-861f-0410-8da2-ba01fb791d7f 2010-11-03 11:01:30 +00:00
doc Update doxyfile version 2011-09-19 12:24:34 +00:00
src Add the eoDummyMonOp 2011-12-15 09:29:35 +00:00
test git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2336 331e1502-861f-0410-8da2-ba01fb791d7f 2011-07-19 14:58:01 +00:00
tutorial set default number of Swap to 2 2011-07-11 13:07:56 +00:00
AUTHORS paradiseo new mo added 2010-03-24 10:07:28 +00:00
CMakeLists.txt Replace Templates NHE and Neighborhood 2010-04-07 15:52:47 +00:00
CTestConfig.cmake paradiseo new mo added 2010-03-24 10:07:28 +00:00
CTestCustom.cmake test added 2010-04-28 13:18:47 +00:00
install.cmake git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2055 331e1502-861f-0410-8da2-ba01fb791d7f 2011-01-03 13:11:24 +00:00
README Oubli dans README 2010-08-25 13:42:09 +00:00

                      PARADISEO-MO README FILE
=======================================================================
         
=======================================================================

Welcome to PARADISEO-MO (Moving Objects), a part of the ParadisEO framework.

=======================================================================
                      BUILDING PARADISEO-OLD-MO
=======================================================================
The basic installation procedure goes the following:

To compile paradiseo-mo in the default directory,
go to paradiseo-mo/build/ and run:
    > cmake ../ -Dconfig=<absolute 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-mo anywhere else, simply run:
    > cmake $(MO) -Dconfig=<absolute 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

where $(MO) is the top-level directory of PARADISEO-MO.

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-MO directory, created when unpacking.
   |
   +-- build               Repertory where the executables will be produced.	
   |
   |
   +-- src                 SOURCE directory contains most PARADISEO-MO .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            TUTORIAL with lessons 
       |   
       +- Lesson1          How make a Hill Climbing. Example on the oneMax problem.
       |
       +- Lesson2          How make a Neighborhood.
       |  
       +- Lesson3          How make a Simulated Annealing. Example on the QUEEN problem.
       |  
       +- Lesson4          How make a Simple Tabu Search. Example on the QUEEN problem.
       |  
       +- Lesson5          How make a Iterated Tabu Search on the QUEEN problem.
       |  
       +- Lesson6          How make a Landscape analysis.
       |  
       +- Lesson7          How make a Hybridization between a algorithm genetic and a local search.
       
   
===================================================================
              NOTES
===================================================================

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