From 71563667a6e8c79cdcfb511145b18ad9e6224db9 Mon Sep 17 00:00:00 2001 From: liefooga Date: Wed, 4 Jul 2007 15:05:50 +0000 Subject: [PATCH] update README file for new architecture git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@513 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-moeo/README | 60 +++++++++++++++++++++---------------- 1 file changed, 34 insertions(+), 26 deletions(-) diff --git a/trunk/paradiseo-moeo/README b/trunk/paradiseo-moeo/README index 22eabdf86..04cfef5c6 100644 --- a/trunk/paradiseo-moeo/README +++ b/trunk/paradiseo-moeo/README @@ -10,14 +10,15 @@ In case of any problem, please e-mail us at paradiseo-help@lists.gforge.inria.fr -================================================================== - BUILDING PARADISEO-MOEO -================================================================== +======================================================================= + 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. @@ -25,37 +26,44 @@ where $(EO_SRC) is the top-level source directory of PARADISEO-EO. To clean everything, simply run > make clean -=================================================================== - DIRECTORY STRUCTURE -=================================================================== +======================================================================= + DIRECTORY STRUCTURE +======================================================================= After unpacking the archive file, you should end up with the following structure: -.../ The main PARADISEO-MOEO directory, created when unpacking. - | - +-- src SOURCE directory Contains most PARADISEO-MOEO .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. +.../ The main PARADISEO-MOEO directory, created when unpacking. | | - +-- tutorial APPLICATIONS - one directory per separate application. + +-- 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. | - +-- Lesson1 A bi-objective flow-shop problem example with main algorithms. + +-- examples APPLICATIONS - one directory per separate application. | | - | +- flowshop Flow-shop source files - | | - | +- benchs Instance files for testing. + | +-- flowshop Flow-shop scheduling problem example source files. + | | + | +-- benchs Benchmark suites for the flow-shop. | - |-- Lesson2 Implement NSGA-II for the SCH1 problem. + +-- Lesson1 A bi-objective flow-shop problem example solved using main MOEAs. + | + +-- Lesson2 NSGA-II to solve the SCH1 problem. -=================================================================== - NOTES -=================================================================== +======================================================================= + NOTES +======================================================================= Mailing list : paradiseo-help@lists.gforge.inria.fr