git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@683 331e1502-861f-0410-8da2-ba01fb791d7f
108 lines
7.3 KiB
HTML
108 lines
7.3 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-MOEOMovingObjects: 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="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-<a class="code" href="classMOEO.html">MOEO</a> 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-<a class="code" href="classMOEO.html">MOEO</a>, the Multi-Objective Evolving Objects library.
|
|
<a name="l00007"></a>00007 The latest news about ParadisEO-<a class="code" href="classMOEO.html">MOEO</a> 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-<a class="code" href="classMOEO.html">MOEO</a>
|
|
<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-moeo in the <span class="keywordflow">default</span> directory,
|
|
<a name="l00019"></a>00019 go to paradiseo-moeo/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-moeo anywhere <span class="keywordflow">else</span>, simply run:
|
|
<a name="l00028"></a>00028 > cmake $(<a class="code" href="classMOEO.html">MOEO</a>) -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 where $(<a class="code" href="classMOEO.html">MOEO</a>) is the top-level directory of PARADISEO-<a class="code" href="classMOEO.html">MOEO</a>.
|
|
<a name="l00036"></a>00036
|
|
<a name="l00037"></a>00037 To clean everything, simply run
|
|
<a name="l00038"></a>00038 > make clean
|
|
<a name="l00039"></a>00039
|
|
<a name="l00040"></a>00040 =======================================================================
|
|
<a name="l00041"></a>00041 DIRECTORY STRUCTURE
|
|
<a name="l00042"></a>00042 =======================================================================
|
|
<a name="l00043"></a>00043 After unpacking the archive file, you should end up with the following
|
|
<a name="l00044"></a>00044 structure:
|
|
<a name="l00045"></a>00045
|
|
<a name="l00046"></a>00046 .../ The main PARADISEO-<a class="code" href="classMOEO.html">MOEO</a> directory, created when unpacking.
|
|
<a name="l00047"></a>00047 |
|
|
<a name="l00048"></a>00048 |
|
|
<a name="l00049"></a>00049 +-- build BUILD directory that contains libraries and executable files.
|
|
<a name="l00050"></a>00050 |
|
|
<a name="l00051"></a>00051 |
|
|
<a name="l00052"></a>00052 +-- src SOURCE directory that contains PARADISEO-<a class="code" href="classMOEO.html">MOEO</a> source files.
|
|
<a name="l00053"></a>00053 |
|
|
<a name="l00054"></a>00054 |
|
|
<a name="l00055"></a>00055 +-- doc DOCUMENTATION directory (generated by Doxygen).
|
|
<a name="l00056"></a>00056 | |
|
|
<a name="l00057"></a>00057 | +-- html HTML files - start at index.html.
|
|
<a name="l00058"></a>00058 | |
|
|
<a name="l00059"></a>00059 | +-- latex latex files - use to generate Postcript doc.
|
|
<a name="l00060"></a>00060 | |
|
|
<a name="l00061"></a>00061 | +-- man Unix man format documentation.
|
|
<a name="l00062"></a>00062 |
|
|
<a name="l00063"></a>00063 |
|
|
<a name="l00064"></a>00064 +-- tutorial TUTORIAL directory that contains with lessons.
|
|
<a name="l00065"></a>00065 |
|
|
<a name="l00066"></a>00066 +-- examples APPLICATIONS - one directory per separate application.
|
|
<a name="l00067"></a>00067 | |
|
|
<a name="l00068"></a>00068 | +-- flowshop Flow-shop scheduling problem example source files.
|
|
<a name="l00069"></a>00069 | |
|
|
<a name="l00070"></a>00070 | +-- benchs Benchmark suites <span class="keywordflow">for</span> the flow-shop.
|
|
<a name="l00071"></a>00071 |
|
|
<a name="l00072"></a>00072 +-- Lesson1 A bi-objective flow-shop problem example solved <span class="keyword">using</span> main MOEAs.
|
|
<a name="l00073"></a>00073 |
|
|
<a name="l00074"></a>00074 +-- Lesson2 NSGA-II to solve the SCH1 problem.
|
|
<a name="l00075"></a>00075
|
|
<a name="l00076"></a>00076 =======================================================================
|
|
<a name="l00077"></a>00077 NOTES
|
|
<a name="l00078"></a>00078 =======================================================================
|
|
<a name="l00079"></a>00079
|
|
<a name="l00080"></a>00080 Mailing list : paradiseo-help@lists.gforge.inria.fr
|
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Oct 8 10:35:52 2007 for ParadisEO-MOEOMovingObjects 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>
|