paradiseo/trunk/paradiseo-moeo
liefooga 92da4948bb update lesson2 new version
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@271 331e1502-861f-0410-8da2-ba01fb791d7f
2007-04-17 16:25:32 +00:00
..
docs update docs 2007-04-17 15:45:01 +00:00
src update for deleting roulette 2007-04-17 16:17:20 +00:00
tutorials update lesson2 new version 2007-04-17 16:25:32 +00:00
AUTHORS AUTHORS modification 2007-01-15 13:22:55 +00:00
autogen.sh git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@36 331e1502-861f-0410-8da2-ba01fb791d7f 2006-12-12 14:46:07 +00:00
ChangeLog git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@36 331e1502-861f-0410-8da2-ba01fb791d7f 2006-12-12 14:46:07 +00:00
configure.in git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@111 331e1502-861f-0410-8da2-ba01fb791d7f 2006-12-21 13:32:24 +00:00
Makefile.am git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@36 331e1502-861f-0410-8da2-ba01fb791d7f 2006-12-12 14:46:07 +00:00
NEWS NEWS and README update 2007-04-17 15:37:47 +00:00
README NEWS and README update 2007-04-17 15:37:47 +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 
    > $(SRCDIR)/configure
    > make
    > make doc

where $(SRCDIR) is the top-level source directory of PARADISEO-MOEO,
i.e. where the sources were unpacked.

In case of problems, you can read the INSTALL file - but remember this
is a standard installation file from GNU and that it contains nothing
specific about PARADISEO-MOEO.

To clean everything, simply run 
    > make clean_all

===================================================================
                       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. 
   |   
   +-- docs              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.
   |
   |
   +-- tutorials         APPLICATIONS - one directory per separate application.
       |
       +-- lesson1       A bi-objective flow-shop problem example with main algorithms.
       |   |
       |   +-benchmarks  Instance files for testing.
       |
       |-- lesson2       Implement NSGA-II for the SCH1 problem.

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

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