00001 PARADISEO-MOEO README FILE
00002 =======================================================================
00003 check latest news at http:
00004 =======================================================================
00005
00006 Welcome to ParadisEO-MOEO, the Multi-Objective Evolving Objects library.
00007 The latest news about ParadisEO-MOEO can be found on the gforge repository at
00008 http:
00009 In case of any problem, please e-mail us at
00010 paradiseo-help@lists.gforge.inria.fr
00011
00012
00013 =======================================================================
00014 BUILDING PARADISEO-MOEO
00015 =======================================================================
00016 The basic installation procedure goes the following.
00017
00018 To compile paradiseo-moeo in the default directory,
00019 go to paradiseo-moeo/build/ and run:
00020 > cmake ../ -Dconfig=<path to the install.cmake file>
00021 > make
00022
00023 > make install
00024
00025 > make doc
00026
00027 To compile paradiseo-moeo anywhere else, simply run:
00028 > cmake $(MOEO) -Dconfig=<path to the install.cmake file>
00029 > make
00030
00031 > make install
00032
00033 > make doc
00034
00035 where $(MOEO) is the top-level directory of PARADISEO-MOEO.
00036
00037 To clean everything, simply run
00038 > make clean
00039
00040 =======================================================================
00041 DIRECTORY STRUCTURE
00042 =======================================================================
00043 After unpacking the archive file, you should end up with the following
00044 structure:
00045
00046 .../ The main PARADISEO-MOEO directory, created when unpacking.
00047 |
00048 |
00049 +-- build BUILD directory that contains libraries and executable files.
00050 |
00051 |
00052 +-- src SOURCE directory that contains PARADISEO-MOEO source files.
00053 |
00054 |
00055 +-- doc DOCUMENTATION directory (generated by Doxygen).
00056 | |
00057 | +-- html HTML files - start at index.html.
00058 | |
00059 | +-- latex latex files - use to generate Postcript doc.
00060 | |
00061 | +-- man Unix man format documentation.
00062 |
00063 |
00064 +-- tutorial TUTORIAL directory that contains with lessons.
00065 |
00066 +-- examples APPLICATIONS - one directory per separate application.
00067 | |
00068 | +-- flowshop Flow-shop scheduling problem example source files.
00069 | |
00070 | +-- benchs Benchmark suites for the flow-shop.
00071 |
00072 +-- Lesson1 A bi-objective flow-shop problem example solved using main MOEAs.
00073 |
00074 +-- Lesson2 NSGA-II to solve the SCH1 problem.
00075
00076 =======================================================================
00077 NOTES
00078 =======================================================================
00079
00080 Mailing list : paradiseo-help@lists.gforge.inria.fr