README files updated
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1850 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
36092651da
commit
bdbd87f9a5
5 changed files with 35 additions and 198 deletions
|
|
@ -7,4 +7,5 @@ Arnaud Liefooghe
|
|||
Nouredine Melab
|
||||
El-Ghazali Talbi
|
||||
Alexandru-Adrian Tantar
|
||||
|
||||
Sebastien Verel
|
||||
Jérémie Humeau
|
||||
|
|
|
|||
127
trunk/INSTALL
127
trunk/INSTALL
|
|
@ -1,127 +0,0 @@
|
|||
|
||||
==========================================================================================
|
||||
RELEASE
|
||||
==========================================================================================
|
||||
|
||||
The current release is paradisEO-1.3
|
||||
|
||||
==========================================================================================
|
||||
BUILDING PARADISEO FULL PACKAGE
|
||||
==========================================================================================
|
||||
The basic installation procedure must be done in the directory
|
||||
which contains the extracted archive.
|
||||
|
||||
--> Example : source installParadiseo.sh
|
||||
|
||||
Please try source installParadiseo.sh --help for further information
|
||||
|
||||
==========================================================================================
|
||||
DIRECTORY STRUCTURE
|
||||
==========================================================================================
|
||||
After unpacking the archive file, you should end up with the following
|
||||
structure:
|
||||
|
||||
.../ Installation directory (specified with ./installParadiseo.sh)
|
||||
|
|
||||
|
|
||||
+-- AUTHORS Author list
|
||||
|
|
||||
|
|
||||
+-- install.cmake ParadisEO main install config file
|
||||
|
|
||||
|
|
||||
+-- installParadiseo.sh Install script
|
||||
|
|
||||
+-- lib/
|
||||
| | +-- /libxml2-2.7.3.tar.gz LIBXML2 archive (required for ParadisEO-PEO)
|
||||
| | +-- /mpich2-1.0.8.tar.gz MPICH2 archive (required for ParadisEO-PEO)
|
||||
|
|
||||
|
|
||||
+ LICENCE Licence contents
|
||||
|
|
||||
|
|
||||
+-- paradiseo-eo paradiseo-eo dir
|
||||
|
|
||||
|
|
||||
+-- paradiseo-mo paradiseo-mo dir
|
||||
|
|
||||
|
|
||||
+-- paradiseo-moeo paradiseo-moeo dir
|
||||
|
|
||||
|
|
||||
+-- paradiseo-old-mo paradiseo-old-mo dir
|
||||
|
|
||||
|
|
||||
+-- paradiseo-peo paradiseo-peo dir
|
||||
|
|
||||
+-- README README file
|
||||
|
|
||||
|
|
||||
+-- .mpd.conf Paradiseo-peo config file
|
||||
|
||||
|
||||
==========================================================================================
|
||||
DIRECTORY STRUCTURE AFTER INSTALLATION
|
||||
==========================================================================================
|
||||
After running the script "installParadiseo.sh" and if the process is successful,
|
||||
you should have the following structure :
|
||||
|
||||
.../ Installation directory (specified with ./installParadiseo.sh)
|
||||
|
|
||||
|
|
||||
+-- AUTHORS Author list
|
||||
|
|
||||
|
|
||||
+-- install.cmake ParadisEO main install config file
|
||||
|
|
||||
|
|
||||
+-- installParadiseo.sh Install script
|
||||
|
|
||||
+-- lib/
|
||||
| | +-- /libxml2-2.7.3.tar.gz LIBXML2 archive (required for ParadisEO-PEO)
|
||||
| | +-- /mpich2-1.0.8.tar.gz MPICH2 archive (required for ParadisEO-PEO)
|
||||
|
|
||||
+-- libxml2 Libxml2 install directory (required for ParadisEO-PEO)
|
||||
|
|
||||
+ LICENCE Licence contents
|
||||
|
|
||||
|
|
||||
+-- mpich2 Mpich2 install directory (required for ParadisEO-PEO)
|
||||
|
|
||||
|
|
||||
+-- paradiseo-eo paradiseo-eo dir
|
||||
|
|
||||
|
|
||||
+-- paradiseo-mo paradiseo-mo dir
|
||||
|
|
||||
|
|
||||
+-- paradiseo-moeo paradiseo-moeo dir
|
||||
|
|
||||
|
|
||||
+-- paradiseo-peo paradiseo-peo dir
|
||||
|
|
||||
+-- README README file
|
||||
|
|
||||
|
|
||||
+-- .mpd.conf Paradiseo-peo config file
|
||||
|
||||
|
||||
==========================================================================================
|
||||
NOTES
|
||||
==========================================================================================
|
||||
|
||||
ParadisEO uses EO, a templates-based, ANSI-C++ compliant evolutionary computation library.
|
||||
It contains classes for almost any kind of evolutionary computation you might come up to - at
|
||||
least for the ones we could think of.
|
||||
EO Website: http://eodev.sourceforge.net/.
|
||||
EO is distributed under the GNU Lesser General Public License: http://www.gnu.org/copyleft/lesser.html
|
||||
|
||||
|
||||
Please read README file of each extracted directory if you have
|
||||
problems for the installation.
|
||||
|
||||
==========================================================================================
|
||||
CONTACT
|
||||
==========================================================================================
|
||||
For further information about ParadisEO, help or to report any
|
||||
problem : paradiseo-help@lists.gforge.inria.fr
|
||||
77
trunk/README
77
trunk/README
|
|
@ -3,15 +3,15 @@
|
|||
RELEASE
|
||||
==========================================================================================
|
||||
|
||||
The current release is paradiseo-ix86-1.1
|
||||
The current release is paradisEO-1.3-beta
|
||||
|
||||
==========================================================================================
|
||||
BUILDING PARADISEO FULL PACKAGE
|
||||
INSTALLATION
|
||||
==========================================================================================
|
||||
The basic installation procedure must be done in the directory
|
||||
which contains the extracted archive.
|
||||
|
||||
--> Example : source installParadiseo.sh
|
||||
--> Example : bash installParadiseo.sh
|
||||
|
||||
Please try source installParadiseo.sh --help for further information
|
||||
|
||||
|
|
@ -24,10 +24,10 @@ structure:
|
|||
.../ Installation directory (specified with ./installParadiseo.sh)
|
||||
|
|
||||
|
|
||||
+-- AUTHORS Author list
|
||||
+-- AUTHORS Author list
|
||||
|
|
||||
|
|
||||
+-- INSTALL
|
||||
+-- INSTALL INSTALL file
|
||||
|
|
||||
|
|
||||
+-- install.cmake ParadisEO main install config file
|
||||
|
|
@ -36,79 +36,32 @@ structure:
|
|||
+-- installParadiseo.sh Install script
|
||||
|
|
||||
+-- lib/
|
||||
| | +-- /libxml2-2.6.0.tar.bz2 LIBXML2 archive (required for ParadisEO)
|
||||
| | +-- /mpich2-1.0.3.tar.gz MPICH2 archive (required for ParadisEO)
|
||||
| | +-- /libxml2-2.7.3.tar.gz LIBXML2 archive (required for ParadisEO-PEO)
|
||||
| | +-- /mpich2-1.0.8.tar.gz MPICH2 archive (required for ParadisEO-PEO)
|
||||
|
|
||||
|
|
||||
+ LICENSE Licence contents
|
||||
+ LICENCE Licence contents
|
||||
|
|
||||
|
|
||||
+-- paradiseo-eo paradiseo-eo dir
|
||||
|
|
||||
|
|
||||
+-- paradiseo-mo paradiseo-mo dir
|
||||
+-- paradiseo-mo paradiseo-mo dir
|
||||
|
|
||||
|
|
||||
+-- paradiseo-moeo paradiseo-moeo dir
|
||||
+-- paradiseo-moeo paradiseo-moeo dir
|
||||
|
|
||||
|
|
||||
+-- paradiseo-peo paradiseo-peo dir
|
||||
|
|
||||
+-- README README file
|
||||
+-- paradiseo-old-mo paradiseo-old-mo dir
|
||||
|
|
||||
|
|
||||
+-- .mpd.conf Paradiseo-peo config file
|
||||
|
||||
|
||||
==========================================================================================
|
||||
DIRECTORY STRUCTURE AFTER INSTALLATION
|
||||
==========================================================================================
|
||||
After running the script "installParadiseo.sh" and if the process is successful,
|
||||
you should have the following structure :
|
||||
|
||||
.../ Installation directory (specified with ./installParadiseo.sh)
|
||||
+-- paradiseo-peo paradiseo-peo dir
|
||||
|
|
||||
|
|
||||
+-- AUTHORS Author list
|
||||
+-- problems classical problems evaluation functions
|
||||
|
|
||||
|
|
||||
+-- install.cmake ParadisEO main install config file
|
||||
|
|
||||
|
|
||||
+-- installParadiseo.sh Install script
|
||||
|
|
||||
|
|
||||
+-- INSTALL
|
||||
|
|
||||
|
|
||||
+-- lib/
|
||||
| | +-- /libxml2-2.6.0.tar.bz2 LIBXML2 archive (required for ParadisEO-PEO)
|
||||
| | +-- /mpich2-1.0.3.tar.gz MPICH2 archive (required for ParadisEO-PEO)
|
||||
|
|
||||
+-- libxml2 Libxml2 install directory (required for ParadisEO-PEO)
|
||||
|
|
||||
+ LICENSE Licence contents
|
||||
|
|
||||
|
|
||||
+-- mpich2 Mpich2 install directory (required for ParadisEO-PEO)
|
||||
|
|
||||
|
|
||||
+-- paradiseo-eo paradiseo-eo dir
|
||||
|
|
||||
|
|
||||
+-- paradiseo-mo paradiseo-mo dir
|
||||
|
|
||||
|
|
||||
+-- paradiseo-moeo paradiseo-moeo dir
|
||||
|
|
||||
|
|
||||
+-- paradiseo-peo paradiseo-peo dir
|
||||
|
|
||||
+-- README README file
|
||||
|
|
||||
|
|
||||
+-- .mpd.conf Paradiseo-peo config file
|
||||
|
||||
+-- README README file
|
||||
|
||||
==========================================================================================
|
||||
NOTES
|
||||
|
|
@ -120,7 +73,6 @@ least for the ones we could think of.
|
|||
EO Website: http://eodev.sourceforge.net/.
|
||||
EO is distributed under the GNU Lesser General Public License: http://www.gnu.org/copyleft/lesser.html
|
||||
|
||||
|
||||
Please read README file of each extracted directory if you have
|
||||
problems for the installation.
|
||||
|
||||
|
|
@ -129,3 +81,4 @@ problems for the installation.
|
|||
==========================================================================================
|
||||
For further information about ParadisEO, help or to report any
|
||||
problem : paradiseo-help@lists.gforge.inria.fr
|
||||
|
||||
|
|
|
|||
|
|
@ -74,6 +74,8 @@ structure:
|
|||
+-- Lesson2 A bi-objective flow-shop scheduling problem solved using main MOEAs.
|
||||
|
|
||||
+-- Lesson3 A bi-objective flow-shop scheduling problem solved using main MOEAs thanks to a parameter file.
|
||||
|
|
||||
+-- Lesson4 A bi-objective flow-shop scheduling problem solved using DMLS.
|
||||
|
||||
=======================================================================
|
||||
NOTES
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
PARADISEO-MO README FILE
|
||||
PARADISEO-OLD-MO README FILE
|
||||
=======================================================================
|
||||
|
||||
=======================================================================
|
||||
|
||||
Welcome to PARADISEO-MO (Moving Objects), one part of the ParadisEO framework.
|
||||
Welcome to PARADISEO-OLD-MO (Moving Objects), a part of the ParadisEO framework.
|
||||
|
||||
=======================================================================
|
||||
BUILDING PARADISEO-MO
|
||||
BUILDING PARADISEO-OLD-MO
|
||||
=======================================================================
|
||||
The basic installation procedure goes the following:
|
||||
|
||||
|
|
@ -20,14 +20,14 @@ go to paradiseo-mo/build/ and run:
|
|||
> make doc
|
||||
|
||||
To compile paradiseo-mo anywhere else, simply run:
|
||||
> cmake $(MO) -Dconfig=<path to the install.cmake file>
|
||||
> cmake $(OLD-MO) -Dconfig=<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.
|
||||
where $(OLD-MO) is the top-level directory of PARADISEO-MO.
|
||||
|
||||
To clean everything, simply run
|
||||
> make clean
|
||||
|
|
@ -62,12 +62,20 @@ structure:
|
|||
| +- tsp traveling salesman problem (TSP) example sources.
|
||||
| |
|
||||
| +- benchs TSP instance files.
|
||||
|
|
||||
+- Lesson1 How make a Hill Climbing on the TSP example (source file and lesson_1.pdf).
|
||||
|
|
||||
+- Lesson2 How make a Tabu Search on the TSP example (source file and lesson_2.pdf).
|
||||
+- HybridLesson How make a Hybridization between a algorithm genetic and a local search.
|
||||
|
|
||||
+- Lesson1 How make a Hill Climbing on the TSP example.
|
||||
|
|
||||
+- Lesson2 How make a Tabu Search on the TSP example.
|
||||
|
|
||||
+- Lesson3 How make a Simulated Annealing on the TSP example (source file and lesson_3.pdf).
|
||||
+- Lesson3 How make a Simulated Annealing on the TSP example.
|
||||
|
|
||||
+- Lesson4 How make a Iterated Tabu Search on the TSP example.
|
||||
|
|
||||
+- Lesson5 How make a Variable Neighbor Search on the TSP example.
|
||||
|
|
||||
+- OldLesson Old lesson.
|
||||
|
||||
===================================================================
|
||||
NOTES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue