git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@665 331e1502-861f-0410-8da2-ba01fb791d7f
107 lines
7.2 KiB
HTML
107 lines
7.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
|
<title>ParadisEO-PEOMovingObjects: README Source File</title>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
|
<link href="tabs.css" rel="stylesheet" type="text/css">
|
|
</head><body>
|
|
<!-- Generated by Doxygen 1.4.7 -->
|
|
<div class="tabs">
|
|
<ul>
|
|
<li><a href="main.html"><span>Main Page</span></a></li>
|
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
|
<li><a href="classes.html"><span>Classes</span></a></li>
|
|
<li id="current"><a href="files.html"><span>Files</span></a></li>
|
|
<li>
|
|
<form action="search.php" method="get">
|
|
<table cellspacing="0" cellpadding="0" border="0">
|
|
<tr>
|
|
<td><label> <u>S</u>earch for </label></td>
|
|
<td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</li>
|
|
</ul></div>
|
|
<h1>README</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 PARADISEO-PEO README FILE
|
|
<a name="l00002"></a>00002 =======================================================================
|
|
<a name="l00003"></a>00003 <a class="codeRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/namespacedominance.html#01ead7419cb41bd6a8d7ea265dce1ce3">check</a> latest news at http:<span class="comment">//paradiseo.gforge.inria.fr/</span>
|
|
<a name="l00004"></a>00004 =======================================================================
|
|
<a name="l00005"></a>00005
|
|
<a name="l00006"></a>00006 Welcome to ParadisEO-PEO, the Parallel Evolving Objects library.
|
|
<a name="l00007"></a>00007 The latest news about ParadisEO-PEO can be found on the gforge repository at
|
|
<a name="l00008"></a>00008 http:<span class="comment">//paradiseo.gforge.inria.fr/</span>
|
|
<a name="l00009"></a>00009 In <span class="keywordflow">case</span> of any problem, please e-mail us at
|
|
<a name="l00010"></a>00010 paradiseo-help@lists.gforge.inria.fr
|
|
<a name="l00011"></a>00011
|
|
<a name="l00012"></a>00012
|
|
<a name="l00013"></a>00013 =======================================================================
|
|
<a name="l00014"></a>00014 BUILDING PARADISEO-PEO
|
|
<a name="l00015"></a>00015 =======================================================================
|
|
<a name="l00016"></a>00016 The basic installation procedure goes the following.
|
|
<a name="l00017"></a>00017
|
|
<a name="l00018"></a>00018 To compile paradiseo-peo in the <span class="keywordflow">default</span> directory,
|
|
<a name="l00019"></a>00019 go to paradiseo-peo/build/ and run:
|
|
<a name="l00020"></a>00020 > cmake ../ -Dconfig=<path to the install.cmake file>
|
|
<a name="l00021"></a>00021 > make
|
|
<a name="l00022"></a>00022 <span class="comment">// for an easy-use of the provided lessons</span>
|
|
<a name="l00023"></a>00023 > make install
|
|
<a name="l00024"></a>00024 <span class="comment">// optional (if the documentation is not already available)</span>
|
|
<a name="l00025"></a>00025 > make doc
|
|
<a name="l00026"></a>00026
|
|
<a name="l00027"></a>00027 To compile paradiseo-peo anywhere <span class="keywordflow">else</span>, simply run:
|
|
<a name="l00028"></a>00028 > cmake $(PEO) -Dconfig=<path to the install.cmake file>
|
|
<a name="l00029"></a>00029 > make
|
|
<a name="l00030"></a>00030 <span class="comment">// for an easy-use of the provided lessons</span>
|
|
<a name="l00031"></a>00031 > make install
|
|
<a name="l00032"></a>00032 <span class="comment">// optional (if the documentation is not already available)</span>
|
|
<a name="l00033"></a>00033 > make doc
|
|
<a name="l00034"></a>00034
|
|
<a name="l00035"></a>00035 To clean everything, simply run
|
|
<a name="l00036"></a>00036 > make clean
|
|
<a name="l00037"></a>00037
|
|
<a name="l00038"></a>00038
|
|
<a name="l00039"></a>00039 ===================================================================
|
|
<a name="l00040"></a>00040 DIRECTORY STRUCTURE
|
|
<a name="l00041"></a>00041 ===================================================================
|
|
<a name="l00042"></a>00042 After unpacking the archive file, you should end up with the following
|
|
<a name="l00043"></a>00043 structure:
|
|
<a name="l00044"></a>00044
|
|
<a name="l00045"></a>00045 .../ The main PARADISEO-PEO directory, created when unpacking.
|
|
<a name="l00046"></a>00046 |
|
|
<a name="l00047"></a>00047 +-- build BUILD directory that contains libraries and executable files.
|
|
<a name="l00048"></a>00048 |
|
|
<a name="l00049"></a>00049 +-- src SOURCE directory Contains most PARADISEO-PEO .h files.
|
|
<a name="l00050"></a>00050 |
|
|
<a name="l00051"></a>00051 +-- doc DOCUMENTATION directory (generated by Doxygen).
|
|
<a name="l00052"></a>00052 | |
|
|
<a name="l00053"></a>00053 | +- html HTML files - start at index.html.
|
|
<a name="l00054"></a>00054 | |
|
|
<a name="l00055"></a>00055 | +- latex latex files - use to generate Postcript doc.
|
|
<a name="l00056"></a>00056 | |
|
|
<a name="l00057"></a>00057 | +- man Unix man format documentation.
|
|
<a name="l00058"></a>00058 |
|
|
<a name="l00059"></a>00059 |
|
|
<a name="l00060"></a>00060 +-- tutorial APPLICATIONS - one directory per separate application.
|
|
<a name="l00061"></a>00061 |
|
|
<a name="l00062"></a>00062 +-- examples Examples repository including source code shared by all or most of the included lessons.
|
|
<a name="l00063"></a>00063 | |
|
|
<a name="l00064"></a>00064 | +- tsp A Traveling Salesman Problem (TSP) example with benchmarks, the main operators, definitions, etc.
|
|
<a name="l00065"></a>00065 |
|
|
<a name="l00066"></a>00066 +-- Lesson1 A simple ParadisEO-PEO evolutionary algorithm example <span class="keyword">using</span> the <a class="code" href="classpeoEA.html">peoEA</a> <span class="keyword">class</span>.
|
|
<a name="l00067"></a>00067 |
|
|
<a name="l00068"></a>00068 +-- Lesson2 Example of an EA featuring a parallel evaluation of the population/parallel fitness function evaluation.
|
|
<a name="l00069"></a>00069 |
|
|
<a name="l00070"></a>00070 +-- Lesson3 Example of an asynchronous insular model including two evolutionary algorithms.
|
|
<a name="l00071"></a>00071 |
|
|
<a name="l00072"></a>00072 +-- Walkthrough Walkthrough ParadisEO-PEO features - EA+LS hybridization, parallelization, insular model.
|
|
<a name="l00073"></a>00073
|
|
<a name="l00074"></a>00074 ===================================================================
|
|
<a name="l00075"></a>00075 NOTES
|
|
<a name="l00076"></a>00076 ===================================================================
|
|
<a name="l00077"></a>00077
|
|
<a name="l00078"></a>00078 Mailing list : paradiseo-help@lists.gforge.inria.fr
|
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Oct 8 11:16:46 2007 for ParadisEO-PEOMovingObjects by
|
|
<a href="http://www.doxygen.org/index.html">
|
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
</body>
|
|
</html>
|