From 2705f2868c2db3251bd0e25159cce79c028a18df Mon Sep 17 00:00:00 2001 From: jhumeau Date: Tue, 8 Jun 2010 14:50:45 +0000 Subject: [PATCH] README file added for new mo git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1851 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-mo/README | 79 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 trunk/paradiseo-mo/README diff --git a/trunk/paradiseo-mo/README b/trunk/paradiseo-mo/README new file mode 100644 index 000000000..27333447b --- /dev/null +++ b/trunk/paradiseo-mo/README @@ -0,0 +1,79 @@ + 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= + > 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= + > 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