added licence header + new doc generation

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@627 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2007-10-02 14:15:29 +00:00
commit 66f11ea1a0
413 changed files with 8040 additions and 6294 deletions

View file

@ -21,209 +21,232 @@
</form>
</li>
</ul></div>
<h1>MOEO.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-</span>
<a name="l00002"></a>00002
<a name="l00003"></a>00003 <span class="comment">//-----------------------------------------------------------------------------</span>
<a name="l00004"></a>00004 <span class="comment">// MOEO.h</span>
<a name="l00005"></a>00005 <span class="comment">// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007</span>
<a name="l00006"></a>00006 <span class="comment">/*</span>
<a name="l00007"></a>00007 <span class="comment"> This library...</span>
<a name="l00008"></a>00008 <span class="comment"></span>
<a name="l00009"></a>00009 <span class="comment"> Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr</span>
<a name="l00010"></a>00010 <span class="comment"> */</span>
<a name="l00011"></a>00011 <span class="comment">//-----------------------------------------------------------------------------</span>
<a name="l00012"></a>00012
<a name="l00013"></a>00013 <span class="preprocessor">#ifndef MOEO_H_</span>
<a name="l00014"></a>00014 <span class="preprocessor"></span><span class="preprocessor">#define MOEO_H_</span>
<a name="l00015"></a>00015 <span class="preprocessor"></span>
<a name="l00016"></a>00016 <span class="preprocessor">#include &lt;iostream&gt;</span>
<a name="l00017"></a>00017 <span class="preprocessor">#include &lt;stdexcept&gt;</span>
<a name="l00018"></a>00018 <span class="preprocessor">#include &lt;string&gt;</span>
<a name="l00019"></a>00019 <span class="preprocessor">#include &lt;EO.h&gt;</span>
<a name="l00020"></a>00020
<a name="l00033"></a>00033 <span class="keyword">template</span> &lt; <span class="keyword">class</span> MOEOObjectiveVector, <span class="keyword">class</span> MOEOFitness, <span class="keyword">class</span> MOEODiversity &gt;
<a name="l00034"></a><a class="code" href="classMOEO.html">00034</a> <span class="keyword">class </span><a class="code" href="classMOEO.html">MOEO</a> : <span class="keyword">public</span> <a class="codeRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/class_e_o.html">EO</a> &lt; MOEOObjectiveVector &gt;
<a name="l00035"></a>00035 {
<a name="l00036"></a>00036 <span class="keyword">public</span>:
<a name="l00037"></a>00037
<a name="l00039"></a><a class="code" href="classMOEO.html#9fafca99234ef3cd9fdbaf05bde5a275">00039</a> <span class="keyword">typedef</span> MOEOObjectiveVector <a class="code" href="classMOEO.html#9fafca99234ef3cd9fdbaf05bde5a275">ObjectiveVector</a>;
<a name="l00040"></a>00040
<a name="l00042"></a><a class="code" href="classMOEO.html#03184b6c0b5c905e0ff5a790a3d55803">00042</a> <span class="keyword">typedef</span> MOEOFitness <a class="code" href="classMOEO.html#03184b6c0b5c905e0ff5a790a3d55803">Fitness</a>;
<h1>MOEO.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* &lt;MOEO.h&gt; </span>
<a name="l00002"></a>00002 <span class="comment"> *</span>
<a name="l00003"></a>00003 <span class="comment"> * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007</span>
<a name="l00004"></a>00004 <span class="comment"> * (C) OPAC Team, LIFL, 2002-2007</span>
<a name="l00005"></a>00005 <span class="comment"> *</span>
<a name="l00006"></a>00006 <span class="comment"> * Arnaud Liefooghe</span>
<a name="l00007"></a>00007 <span class="comment"> *</span>
<a name="l00008"></a>00008 <span class="comment"> * This software is governed by the CeCILL license under French law and</span>
<a name="l00009"></a>00009 <span class="comment"> * abiding by the rules of distribution of free software. You can use,</span>
<a name="l00010"></a>00010 <span class="comment"> * modify and/ or redistribute the software under the terms of the CeCILL</span>
<a name="l00011"></a>00011 <span class="comment"> * license as circulated by CEA, CNRS and INRIA at the following URL</span>
<a name="l00012"></a>00012 <span class="comment"> * "http://www.cecill.info".</span>
<a name="l00013"></a>00013 <span class="comment"> *</span>
<a name="l00014"></a>00014 <span class="comment"> * As a counterpart to the access to the source code and rights to copy,</span>
<a name="l00015"></a>00015 <span class="comment"> * modify and redistribute granted by the license, users are provided only</span>
<a name="l00016"></a>00016 <span class="comment"> * with a limited warranty and the software's author, the holder of the</span>
<a name="l00017"></a>00017 <span class="comment"> * economic rights, and the successive licensors have only limited liability.</span>
<a name="l00018"></a>00018 <span class="comment"> *</span>
<a name="l00019"></a>00019 <span class="comment"> * In this respect, the user's attention is drawn to the risks associated</span>
<a name="l00020"></a>00020 <span class="comment"> * with loading, using, modifying and/or developing or reproducing the</span>
<a name="l00021"></a>00021 <span class="comment"> * software by the user in light of its specific status of free software,</span>
<a name="l00022"></a>00022 <span class="comment"> * that may mean that it is complicated to manipulate, and that also</span>
<a name="l00023"></a>00023 <span class="comment"> * therefore means that it is reserved for developers and experienced</span>
<a name="l00024"></a>00024 <span class="comment"> * professionals having in-depth computer knowledge. Users are therefore</span>
<a name="l00025"></a>00025 <span class="comment"> * encouraged to load and test the software's suitability as regards their</span>
<a name="l00026"></a>00026 <span class="comment"> * requirements in conditions enabling the security of their systems and/or</span>
<a name="l00027"></a>00027 <span class="comment"> * data to be ensured and, more generally, to use and operate it in the</span>
<a name="l00028"></a>00028 <span class="comment"> * same conditions as regards security.</span>
<a name="l00029"></a>00029 <span class="comment"> * The fact that you are presently reading this means that you have had</span>
<a name="l00030"></a>00030 <span class="comment"> * knowledge of the CeCILL license and that you accept its terms.</span>
<a name="l00031"></a>00031 <span class="comment"> *</span>
<a name="l00032"></a>00032 <span class="comment"> * ParadisEO WebSite : http://paradiseo.gforge.inria.fr</span>
<a name="l00033"></a>00033 <span class="comment"> * Contact: paradiseo-help@lists.gforge.inria.fr</span>
<a name="l00034"></a>00034 <span class="comment"> */</span>
<a name="l00035"></a>00035
<a name="l00036"></a>00036 <span class="preprocessor">#ifndef MOEO_H_</span>
<a name="l00037"></a>00037 <span class="preprocessor"></span><span class="preprocessor">#define MOEO_H_</span>
<a name="l00038"></a>00038 <span class="preprocessor"></span>
<a name="l00039"></a>00039 <span class="preprocessor">#include &lt;iostream&gt;</span>
<a name="l00040"></a>00040 <span class="preprocessor">#include &lt;stdexcept&gt;</span>
<a name="l00041"></a>00041 <span class="preprocessor">#include &lt;string&gt;</span>
<a name="l00042"></a>00042 <span class="preprocessor">#include &lt;EO.h&gt;</span>
<a name="l00043"></a>00043
<a name="l00045"></a><a class="code" href="classMOEO.html#9682a883fedc6333e95906e02236d492">00045</a> <span class="keyword">typedef</span> MOEODiversity <a class="code" href="classMOEO.html#9682a883fedc6333e95906e02236d492">Diversity</a>;
<a name="l00046"></a>00046
<a name="l00047"></a>00047
<a name="l00051"></a><a class="code" href="classMOEO.html#cff537a68ecc80c753318d3e12f842f5">00051</a> <a class="code" href="classMOEO.html#cff537a68ecc80c753318d3e12f842f5">MOEO</a>()
<a name="l00052"></a>00052 {
<a name="l00053"></a>00053 <span class="comment">// default values for every parameters</span>
<a name="l00054"></a>00054 <a class="code" href="classMOEO.html#26b6fd1187b825b655d5a34b1d0693c9">objectiveVectorValue</a> = <a class="code" href="classMOEO.html#9fafca99234ef3cd9fdbaf05bde5a275">ObjectiveVector</a>();
<a name="l00055"></a>00055 <a class="code" href="classMOEO.html#bcc3104ab7311fa5987de80811393c7c">fitnessValue</a> = <a class="code" href="classMOEO.html#03184b6c0b5c905e0ff5a790a3d55803">Fitness</a>();
<a name="l00056"></a>00056 <a class="code" href="classMOEO.html#83cc0d3a4020cbd7e1ff895dfedc61eb">diversityValue</a> = <a class="code" href="classMOEO.html#9682a883fedc6333e95906e02236d492">Diversity</a>();
<a name="l00057"></a>00057 <span class="comment">// invalidate all</span>
<a name="l00058"></a>00058 <a class="code" href="classMOEO.html#1069501a40e07071d78c067c46b696ee">invalidate</a>();
<a name="l00059"></a>00059 }
<a name="l00056"></a>00056 <span class="keyword">template</span> &lt; <span class="keyword">class</span> MOEOObjectiveVector, <span class="keyword">class</span> MOEOFitness, <span class="keyword">class</span> MOEODiversity &gt;
<a name="l00057"></a><a class="code" href="classMOEO.html">00057</a> <span class="keyword">class </span><a class="code" href="classMOEO.html">MOEO</a> : <span class="keyword">public</span> <a class="codeRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/class_e_o.html">EO</a> &lt; MOEOObjectiveVector &gt;
<a name="l00058"></a>00058 {
<a name="l00059"></a>00059 <span class="keyword">public</span>:
<a name="l00060"></a>00060
<a name="l00061"></a>00061
<a name="l00065"></a><a class="code" href="classMOEO.html#0215e9acab4ab57088175f9856e6c48c">00065</a> <span class="keyword">virtual</span> <a class="code" href="classMOEO.html#0215e9acab4ab57088175f9856e6c48c">~MOEO</a>() {};
<a name="l00062"></a><a class="code" href="classMOEO.html#9fafca99234ef3cd9fdbaf05bde5a275">00062</a> <span class="keyword">typedef</span> MOEOObjectiveVector <a class="code" href="classMOEO.html#9fafca99234ef3cd9fdbaf05bde5a275">ObjectiveVector</a>;
<a name="l00063"></a>00063
<a name="l00065"></a><a class="code" href="classMOEO.html#03184b6c0b5c905e0ff5a790a3d55803">00065</a> <span class="keyword">typedef</span> MOEOFitness <a class="code" href="classMOEO.html#03184b6c0b5c905e0ff5a790a3d55803">Fitness</a>;
<a name="l00066"></a>00066
<a name="l00067"></a>00067
<a name="l00071"></a><a class="code" href="classMOEO.html#7509143b0f18644e7d3183a039cece7b">00071</a> <a class="code" href="classMOEO.html#9fafca99234ef3cd9fdbaf05bde5a275">ObjectiveVector</a> <a class="code" href="classMOEO.html#7509143b0f18644e7d3183a039cece7b">objectiveVector</a>()<span class="keyword"> const</span>
<a name="l00072"></a>00072 <span class="keyword"> </span>{
<a name="l00073"></a>00073 <span class="keywordflow">if</span> ( <a class="code" href="classMOEO.html#c8e93beabdab8c2f79f17c7e39efdd05">invalidObjectiveVector</a>() )
<a name="l00074"></a>00074 {
<a name="l00075"></a>00075 <span class="keywordflow">throw</span> std::runtime_error(<span class="stringliteral">"invalid objective vector in MOEO"</span>);
<a name="l00076"></a>00076 }
<a name="l00077"></a>00077 <span class="keywordflow">return</span> <a class="code" href="classMOEO.html#26b6fd1187b825b655d5a34b1d0693c9">objectiveVectorValue</a>;
<a name="l00078"></a>00078 }
<a name="l00079"></a>00079
<a name="l00080"></a>00080
<a name="l00085"></a><a class="code" href="classMOEO.html#d4a765a76f9acc1bca36297ab55d7282">00085</a> <span class="keywordtype">void</span> <a class="code" href="classMOEO.html#7509143b0f18644e7d3183a039cece7b">objectiveVector</a>(<span class="keyword">const</span> <a class="code" href="classMOEO.html#9fafca99234ef3cd9fdbaf05bde5a275">ObjectiveVector</a> &amp; _objectiveVectorValue)
<a name="l00086"></a>00086 {
<a name="l00087"></a>00087 <a class="code" href="classMOEO.html#26b6fd1187b825b655d5a34b1d0693c9">objectiveVectorValue</a> = _objectiveVectorValue;
<a name="l00088"></a>00088 <a class="code" href="classMOEO.html#d07613f286ef484f164c51c9c1b2dc91">invalidObjectiveVectorValue</a> = <span class="keyword">false</span>;
<a name="l00089"></a>00089 }
<a name="l00068"></a><a class="code" href="classMOEO.html#9682a883fedc6333e95906e02236d492">00068</a> <span class="keyword">typedef</span> MOEODiversity <a class="code" href="classMOEO.html#9682a883fedc6333e95906e02236d492">Diversity</a>;
<a name="l00069"></a>00069
<a name="l00070"></a>00070
<a name="l00074"></a><a class="code" href="classMOEO.html#cff537a68ecc80c753318d3e12f842f5">00074</a> <a class="code" href="classMOEO.html#cff537a68ecc80c753318d3e12f842f5">MOEO</a>()
<a name="l00075"></a>00075 {
<a name="l00076"></a>00076 <span class="comment">// default values for every parameters</span>
<a name="l00077"></a>00077 <a class="code" href="classMOEO.html#26b6fd1187b825b655d5a34b1d0693c9">objectiveVectorValue</a> = <a class="code" href="classMOEO.html#9fafca99234ef3cd9fdbaf05bde5a275">ObjectiveVector</a>();
<a name="l00078"></a>00078 <a class="code" href="classMOEO.html#bcc3104ab7311fa5987de80811393c7c">fitnessValue</a> = <a class="code" href="classMOEO.html#03184b6c0b5c905e0ff5a790a3d55803">Fitness</a>();
<a name="l00079"></a>00079 <a class="code" href="classMOEO.html#83cc0d3a4020cbd7e1ff895dfedc61eb">diversityValue</a> = <a class="code" href="classMOEO.html#9682a883fedc6333e95906e02236d492">Diversity</a>();
<a name="l00080"></a>00080 <span class="comment">// invalidate all</span>
<a name="l00081"></a>00081 <a class="code" href="classMOEO.html#1069501a40e07071d78c067c46b696ee">invalidate</a>();
<a name="l00082"></a>00082 }
<a name="l00083"></a>00083
<a name="l00084"></a>00084
<a name="l00088"></a><a class="code" href="classMOEO.html#0215e9acab4ab57088175f9856e6c48c">00088</a> <span class="keyword">virtual</span> <a class="code" href="classMOEO.html#0215e9acab4ab57088175f9856e6c48c">~MOEO</a>() {};
<a name="l00089"></a>00089
<a name="l00090"></a>00090
<a name="l00091"></a>00091
<a name="l00095"></a><a class="code" href="classMOEO.html#6b75e7e84726cf4e2d50216a35cec70b">00095</a> <span class="keywordtype">void</span> <a class="code" href="classMOEO.html#6b75e7e84726cf4e2d50216a35cec70b">invalidateObjectiveVector</a>()
<a name="l00096"></a>00096 {
<a name="l00097"></a>00097 <a class="code" href="classMOEO.html#d07613f286ef484f164c51c9c1b2dc91">invalidObjectiveVectorValue</a> = <span class="keyword">true</span>;
<a name="l00098"></a>00098 }
<a name="l00099"></a>00099
<a name="l00100"></a>00100
<a name="l00104"></a><a class="code" href="classMOEO.html#c8e93beabdab8c2f79f17c7e39efdd05">00104</a> <span class="keywordtype">bool</span> <a class="code" href="classMOEO.html#c8e93beabdab8c2f79f17c7e39efdd05">invalidObjectiveVector</a>()<span class="keyword"> const</span>
<a name="l00105"></a>00105 <span class="keyword"> </span>{
<a name="l00106"></a>00106 <span class="keywordflow">return</span> <a class="code" href="classMOEO.html#d07613f286ef484f164c51c9c1b2dc91">invalidObjectiveVectorValue</a>;
<a name="l00107"></a>00107 }
<a name="l00108"></a>00108
<a name="l00109"></a>00109
<a name="l00113"></a><a class="code" href="classMOEO.html#c02c16902f914a6fde83a33d2c8b1534">00113</a> <a class="code" href="classMOEO.html#03184b6c0b5c905e0ff5a790a3d55803">Fitness</a> <a class="code" href="classMOEO.html#c02c16902f914a6fde83a33d2c8b1534">fitness</a>()<span class="keyword"> const</span>
<a name="l00114"></a>00114 <span class="keyword"> </span>{
<a name="l00115"></a>00115 <span class="keywordflow">if</span> ( <a class="code" href="classMOEO.html#9423f9daebb1f7be6d52c80692e4af48">invalidFitness</a>() )
<a name="l00116"></a>00116 {
<a name="l00117"></a>00117 <span class="keywordflow">throw</span> std::runtime_error(<span class="stringliteral">"invalid fitness in MOEO"</span>);
<a name="l00118"></a>00118 }
<a name="l00119"></a>00119 <span class="keywordflow">return</span> <a class="code" href="classMOEO.html#bcc3104ab7311fa5987de80811393c7c">fitnessValue</a>;
<a name="l00120"></a>00120 }
<a name="l00121"></a>00121
<a name="l00094"></a><a class="code" href="classMOEO.html#7509143b0f18644e7d3183a039cece7b">00094</a> <a class="code" href="classMOEO.html#9fafca99234ef3cd9fdbaf05bde5a275">ObjectiveVector</a> <a class="code" href="classMOEO.html#7509143b0f18644e7d3183a039cece7b">objectiveVector</a>()<span class="keyword"> const</span>
<a name="l00095"></a>00095 <span class="keyword"> </span>{
<a name="l00096"></a>00096 <span class="keywordflow">if</span> ( <a class="code" href="classMOEO.html#c8e93beabdab8c2f79f17c7e39efdd05">invalidObjectiveVector</a>() )
<a name="l00097"></a>00097 {
<a name="l00098"></a>00098 <span class="keywordflow">throw</span> std::runtime_error(<span class="stringliteral">"invalid objective vector in MOEO"</span>);
<a name="l00099"></a>00099 }
<a name="l00100"></a>00100 <span class="keywordflow">return</span> <a class="code" href="classMOEO.html#26b6fd1187b825b655d5a34b1d0693c9">objectiveVectorValue</a>;
<a name="l00101"></a>00101 }
<a name="l00102"></a>00102
<a name="l00103"></a>00103
<a name="l00108"></a><a class="code" href="classMOEO.html#d4a765a76f9acc1bca36297ab55d7282">00108</a> <span class="keywordtype">void</span> <a class="code" href="classMOEO.html#7509143b0f18644e7d3183a039cece7b">objectiveVector</a>(<span class="keyword">const</span> <a class="code" href="classMOEO.html#9fafca99234ef3cd9fdbaf05bde5a275">ObjectiveVector</a> &amp; _objectiveVectorValue)
<a name="l00109"></a>00109 {
<a name="l00110"></a>00110 <a class="code" href="classMOEO.html#26b6fd1187b825b655d5a34b1d0693c9">objectiveVectorValue</a> = _objectiveVectorValue;
<a name="l00111"></a>00111 <a class="code" href="classMOEO.html#d07613f286ef484f164c51c9c1b2dc91">invalidObjectiveVectorValue</a> = <span class="keyword">false</span>;
<a name="l00112"></a>00112 }
<a name="l00113"></a>00113
<a name="l00114"></a>00114
<a name="l00118"></a><a class="code" href="classMOEO.html#6b75e7e84726cf4e2d50216a35cec70b">00118</a> <span class="keywordtype">void</span> <a class="code" href="classMOEO.html#6b75e7e84726cf4e2d50216a35cec70b">invalidateObjectiveVector</a>()
<a name="l00119"></a>00119 {
<a name="l00120"></a>00120 <a class="code" href="classMOEO.html#d07613f286ef484f164c51c9c1b2dc91">invalidObjectiveVectorValue</a> = <span class="keyword">true</span>;
<a name="l00121"></a>00121 }
<a name="l00122"></a>00122
<a name="l00127"></a><a class="code" href="classMOEO.html#4dc05ded73bb60d1a51e282006c8942d">00127</a> <span class="keywordtype">void</span> <a class="code" href="classMOEO.html#c02c16902f914a6fde83a33d2c8b1534">fitness</a>(<span class="keyword">const</span> <a class="code" href="classMOEO.html#03184b6c0b5c905e0ff5a790a3d55803">Fitness</a> &amp; _fitnessValue)
<a name="l00128"></a>00128 {
<a name="l00129"></a>00129 <a class="code" href="classMOEO.html#bcc3104ab7311fa5987de80811393c7c">fitnessValue</a> = _fitnessValue;
<a name="l00130"></a>00130 <a class="code" href="classMOEO.html#17f57546c6de38604d6749cc6ef9d254">invalidFitnessValue</a> = <span class="keyword">false</span>;
<a name="l00131"></a>00131 }
<a name="l00123"></a>00123
<a name="l00127"></a><a class="code" href="classMOEO.html#c8e93beabdab8c2f79f17c7e39efdd05">00127</a> <span class="keywordtype">bool</span> <a class="code" href="classMOEO.html#c8e93beabdab8c2f79f17c7e39efdd05">invalidObjectiveVector</a>()<span class="keyword"> const</span>
<a name="l00128"></a>00128 <span class="keyword"> </span>{
<a name="l00129"></a>00129 <span class="keywordflow">return</span> <a class="code" href="classMOEO.html#d07613f286ef484f164c51c9c1b2dc91">invalidObjectiveVectorValue</a>;
<a name="l00130"></a>00130 }
<a name="l00131"></a>00131
<a name="l00132"></a>00132
<a name="l00133"></a>00133
<a name="l00137"></a><a class="code" href="classMOEO.html#55876e2e7cd537052fec1c7f46f37ffe">00137</a> <span class="keywordtype">void</span> <a class="code" href="classMOEO.html#55876e2e7cd537052fec1c7f46f37ffe">invalidateFitness</a>()
<a name="l00138"></a>00138 {
<a name="l00139"></a>00139 <a class="code" href="classMOEO.html#17f57546c6de38604d6749cc6ef9d254">invalidFitnessValue</a> = <span class="keyword">true</span>;
<a name="l00140"></a>00140 }
<a name="l00141"></a>00141
<a name="l00142"></a>00142
<a name="l00146"></a><a class="code" href="classMOEO.html#9423f9daebb1f7be6d52c80692e4af48">00146</a> <span class="keywordtype">bool</span> <a class="code" href="classMOEO.html#9423f9daebb1f7be6d52c80692e4af48">invalidFitness</a>()<span class="keyword"> const</span>
<a name="l00147"></a>00147 <span class="keyword"> </span>{
<a name="l00148"></a>00148 <span class="keywordflow">return</span> <a class="code" href="classMOEO.html#17f57546c6de38604d6749cc6ef9d254">invalidFitnessValue</a>;
<a name="l00149"></a>00149 }
<a name="l00150"></a>00150
<a name="l00151"></a>00151
<a name="l00155"></a><a class="code" href="classMOEO.html#c610f4636e8c26a351fcfbc25028aa01">00155</a> <a class="code" href="classMOEO.html#9682a883fedc6333e95906e02236d492">Diversity</a> <a class="code" href="classMOEO.html#c610f4636e8c26a351fcfbc25028aa01">diversity</a>()<span class="keyword"> const</span>
<a name="l00156"></a>00156 <span class="keyword"> </span>{
<a name="l00157"></a>00157 <span class="keywordflow">if</span> ( <a class="code" href="classMOEO.html#c4941e8e600fd360fdf1b061ee938e34">invalidDiversity</a>() )
<a name="l00158"></a>00158 {
<a name="l00159"></a>00159 <span class="keywordflow">throw</span> std::runtime_error(<span class="stringliteral">"invalid diversity in MOEO"</span>);
<a name="l00160"></a>00160 }
<a name="l00161"></a>00161 <span class="keywordflow">return</span> <a class="code" href="classMOEO.html#83cc0d3a4020cbd7e1ff895dfedc61eb">diversityValue</a>;
<a name="l00162"></a>00162 }
<a name="l00163"></a>00163
<a name="l00136"></a><a class="code" href="classMOEO.html#c02c16902f914a6fde83a33d2c8b1534">00136</a> <a class="code" href="classMOEO.html#03184b6c0b5c905e0ff5a790a3d55803">Fitness</a> <a class="code" href="classMOEO.html#c02c16902f914a6fde83a33d2c8b1534">fitness</a>()<span class="keyword"> const</span>
<a name="l00137"></a>00137 <span class="keyword"> </span>{
<a name="l00138"></a>00138 <span class="keywordflow">if</span> ( <a class="code" href="classMOEO.html#9423f9daebb1f7be6d52c80692e4af48">invalidFitness</a>() )
<a name="l00139"></a>00139 {
<a name="l00140"></a>00140 <span class="keywordflow">throw</span> std::runtime_error(<span class="stringliteral">"invalid fitness in MOEO"</span>);
<a name="l00141"></a>00141 }
<a name="l00142"></a>00142 <span class="keywordflow">return</span> <a class="code" href="classMOEO.html#bcc3104ab7311fa5987de80811393c7c">fitnessValue</a>;
<a name="l00143"></a>00143 }
<a name="l00144"></a>00144
<a name="l00145"></a>00145
<a name="l00150"></a><a class="code" href="classMOEO.html#4dc05ded73bb60d1a51e282006c8942d">00150</a> <span class="keywordtype">void</span> <a class="code" href="classMOEO.html#c02c16902f914a6fde83a33d2c8b1534">fitness</a>(<span class="keyword">const</span> <a class="code" href="classMOEO.html#03184b6c0b5c905e0ff5a790a3d55803">Fitness</a> &amp; _fitnessValue)
<a name="l00151"></a>00151 {
<a name="l00152"></a>00152 <a class="code" href="classMOEO.html#bcc3104ab7311fa5987de80811393c7c">fitnessValue</a> = _fitnessValue;
<a name="l00153"></a>00153 <a class="code" href="classMOEO.html#17f57546c6de38604d6749cc6ef9d254">invalidFitnessValue</a> = <span class="keyword">false</span>;
<a name="l00154"></a>00154 }
<a name="l00155"></a>00155
<a name="l00156"></a>00156
<a name="l00160"></a><a class="code" href="classMOEO.html#55876e2e7cd537052fec1c7f46f37ffe">00160</a> <span class="keywordtype">void</span> <a class="code" href="classMOEO.html#55876e2e7cd537052fec1c7f46f37ffe">invalidateFitness</a>()
<a name="l00161"></a>00161 {
<a name="l00162"></a>00162 <a class="code" href="classMOEO.html#17f57546c6de38604d6749cc6ef9d254">invalidFitnessValue</a> = <span class="keyword">true</span>;
<a name="l00163"></a>00163 }
<a name="l00164"></a>00164
<a name="l00169"></a><a class="code" href="classMOEO.html#1f0a391984cd14bcf930d1d81dd4848e">00169</a> <span class="keywordtype">void</span> <a class="code" href="classMOEO.html#c610f4636e8c26a351fcfbc25028aa01">diversity</a>(<span class="keyword">const</span> <a class="code" href="classMOEO.html#9682a883fedc6333e95906e02236d492">Diversity</a> &amp; _diversityValue)
<a name="l00170"></a>00170 {
<a name="l00171"></a>00171 <a class="code" href="classMOEO.html#83cc0d3a4020cbd7e1ff895dfedc61eb">diversityValue</a> = _diversityValue;
<a name="l00172"></a>00172 <a class="code" href="classMOEO.html#c53c08b7c51d4cc06efe58c6127f9b7d">invalidDiversityValue</a> = <span class="keyword">false</span>;
<a name="l00173"></a>00173 }
<a name="l00165"></a>00165
<a name="l00169"></a><a class="code" href="classMOEO.html#9423f9daebb1f7be6d52c80692e4af48">00169</a> <span class="keywordtype">bool</span> <a class="code" href="classMOEO.html#9423f9daebb1f7be6d52c80692e4af48">invalidFitness</a>()<span class="keyword"> const</span>
<a name="l00170"></a>00170 <span class="keyword"> </span>{
<a name="l00171"></a>00171 <span class="keywordflow">return</span> <a class="code" href="classMOEO.html#17f57546c6de38604d6749cc6ef9d254">invalidFitnessValue</a>;
<a name="l00172"></a>00172 }
<a name="l00173"></a>00173
<a name="l00174"></a>00174
<a name="l00175"></a>00175
<a name="l00179"></a><a class="code" href="classMOEO.html#1283a27baab9728673445832e6d4301a">00179</a> <span class="keywordtype">void</span> <a class="code" href="classMOEO.html#1283a27baab9728673445832e6d4301a">invalidateDiversity</a>()
<a name="l00180"></a>00180 {
<a name="l00181"></a>00181 <a class="code" href="classMOEO.html#c53c08b7c51d4cc06efe58c6127f9b7d">invalidDiversityValue</a> = <span class="keyword">true</span>;
<a name="l00182"></a>00182 }
<a name="l00183"></a>00183
<a name="l00184"></a>00184
<a name="l00188"></a><a class="code" href="classMOEO.html#c4941e8e600fd360fdf1b061ee938e34">00188</a> <span class="keywordtype">bool</span> <a class="code" href="classMOEO.html#c4941e8e600fd360fdf1b061ee938e34">invalidDiversity</a>()<span class="keyword"> const</span>
<a name="l00189"></a>00189 <span class="keyword"> </span>{
<a name="l00190"></a>00190 <span class="keywordflow">return</span> <a class="code" href="classMOEO.html#c53c08b7c51d4cc06efe58c6127f9b7d">invalidDiversityValue</a>;
<a name="l00191"></a>00191 }
<a name="l00192"></a>00192
<a name="l00193"></a>00193
<a name="l00197"></a><a class="code" href="classMOEO.html#1069501a40e07071d78c067c46b696ee">00197</a> <span class="keywordtype">void</span> <a class="code" href="classMOEO.html#1069501a40e07071d78c067c46b696ee">invalidate</a>()
<a name="l00198"></a>00198 {
<a name="l00199"></a>00199 <a class="code" href="classMOEO.html#6b75e7e84726cf4e2d50216a35cec70b">invalidateObjectiveVector</a>();
<a name="l00200"></a>00200 <a class="code" href="classMOEO.html#55876e2e7cd537052fec1c7f46f37ffe">invalidateFitness</a>();
<a name="l00201"></a>00201 <a class="code" href="classMOEO.html#1283a27baab9728673445832e6d4301a">invalidateDiversity</a>();
<a name="l00202"></a>00202 }
<a name="l00203"></a>00203
<a name="l00204"></a>00204
<a name="l00208"></a><a class="code" href="classMOEO.html#314df446d1a9211121cedb2629da8906">00208</a> <span class="keywordtype">bool</span> <a class="code" href="classMOEO.html#314df446d1a9211121cedb2629da8906">invalid</a>()<span class="keyword"> const</span>
<a name="l00209"></a>00209 <span class="keyword"> </span>{
<a name="l00210"></a>00210 <span class="keywordflow">return</span> <a class="code" href="classMOEO.html#c8e93beabdab8c2f79f17c7e39efdd05">invalidObjectiveVector</a>();
<a name="l00211"></a>00211 }
<a name="l00212"></a>00212
<a name="l00213"></a>00213
<a name="l00220"></a><a class="code" href="classMOEO.html#119ef916de4955298febaf3e1c8ad705">00220</a> <span class="keywordtype">bool</span> <a class="code" href="classMOEO.html#119ef916de4955298febaf3e1c8ad705">operator&lt;</a>(<span class="keyword">const</span> <a class="code" href="classMOEO.html">MOEO</a> &amp; _other)<span class="keyword"> const</span>
<a name="l00221"></a>00221 <span class="keyword"> </span>{
<a name="l00222"></a>00222 <span class="keywordflow">return</span> <a class="code" href="classMOEO.html#7509143b0f18644e7d3183a039cece7b">objectiveVector</a>() &lt; _other.<a class="code" href="classMOEO.html#7509143b0f18644e7d3183a039cece7b">objectiveVector</a>();
<a name="l00223"></a>00223 }
<a name="l00224"></a>00224
<a name="l00225"></a>00225
<a name="l00229"></a><a class="code" href="classMOEO.html#ca43305b2f4d1b1933f7e1c579404379">00229</a> <span class="keyword">virtual</span> std::string <a class="code" href="classMOEO.html#ca43305b2f4d1b1933f7e1c579404379">className</a>()<span class="keyword"> const</span>
<a name="l00230"></a>00230 <span class="keyword"> </span>{
<a name="l00231"></a>00231 <span class="keywordflow">return</span> <span class="stringliteral">"MOEO"</span>;
<a name="l00232"></a>00232 }
<a name="l00233"></a>00233
<a name="l00234"></a>00234
<a name="l00239"></a><a class="code" href="classMOEO.html#a3b6074b3289585bf4dc6998e8397e24">00239</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classMOEO.html#a3b6074b3289585bf4dc6998e8397e24">printOn</a>(std::ostream &amp; _os)<span class="keyword"> const</span>
<a name="l00240"></a>00240 <span class="keyword"> </span>{
<a name="l00241"></a>00241 <span class="keywordflow">if</span> ( <a class="code" href="classMOEO.html#c8e93beabdab8c2f79f17c7e39efdd05">invalidObjectiveVector</a>() )
<a name="l00242"></a>00242 {
<a name="l00243"></a>00243 _os &lt;&lt; <span class="stringliteral">"INVALID\t"</span>;
<a name="l00244"></a>00244 }
<a name="l00245"></a>00245 <span class="keywordflow">else</span>
<a name="l00246"></a>00246 {
<a name="l00247"></a>00247 _os &lt;&lt; <a class="code" href="classMOEO.html#26b6fd1187b825b655d5a34b1d0693c9">objectiveVectorValue</a> &lt;&lt; <span class="charliteral">'\t'</span>;
<a name="l00248"></a>00248 }
<a name="l00249"></a>00249 }
<a name="l00250"></a>00250
<a name="l00251"></a>00251
<a name="l00256"></a><a class="code" href="classMOEO.html#1bbd9cb1a7709592bf4bc29dff8c5273">00256</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classMOEO.html#1bbd9cb1a7709592bf4bc29dff8c5273">readFrom</a>(std::istream &amp; _is)
<a name="l00257"></a>00257 {
<a name="l00258"></a>00258 std::string objectiveVector_str;
<a name="l00259"></a>00259 <span class="keywordtype">int</span> pos = _is.tellg();
<a name="l00260"></a>00260 _is &gt;&gt; objectiveVector_str;
<a name="l00261"></a>00261 <span class="keywordflow">if</span> (objectiveVector_str == <span class="stringliteral">"INVALID"</span>)
<a name="l00262"></a>00262 {
<a name="l00263"></a>00263 <a class="code" href="classMOEO.html#6b75e7e84726cf4e2d50216a35cec70b">invalidateObjectiveVector</a>();
<a name="l00264"></a>00264 }
<a name="l00265"></a>00265 <span class="keywordflow">else</span>
<a name="l00266"></a>00266 {
<a name="l00267"></a>00267 <a class="code" href="classMOEO.html#d07613f286ef484f164c51c9c1b2dc91">invalidObjectiveVectorValue</a> = <span class="keyword">false</span>;
<a name="l00268"></a>00268 _is.seekg(pos); <span class="comment">// rewind</span>
<a name="l00269"></a>00269 _is &gt;&gt; <a class="code" href="classMOEO.html#26b6fd1187b825b655d5a34b1d0693c9">objectiveVectorValue</a>;
<a name="l00270"></a>00270 }
<a name="l00271"></a>00271 }
<a name="l00272"></a>00272
<a name="l00178"></a><a class="code" href="classMOEO.html#c610f4636e8c26a351fcfbc25028aa01">00178</a> <a class="code" href="classMOEO.html#9682a883fedc6333e95906e02236d492">Diversity</a> <a class="code" href="classMOEO.html#c610f4636e8c26a351fcfbc25028aa01">diversity</a>()<span class="keyword"> const</span>
<a name="l00179"></a>00179 <span class="keyword"> </span>{
<a name="l00180"></a>00180 <span class="keywordflow">if</span> ( <a class="code" href="classMOEO.html#c4941e8e600fd360fdf1b061ee938e34">invalidDiversity</a>() )
<a name="l00181"></a>00181 {
<a name="l00182"></a>00182 <span class="keywordflow">throw</span> std::runtime_error(<span class="stringliteral">"invalid diversity in MOEO"</span>);
<a name="l00183"></a>00183 }
<a name="l00184"></a>00184 <span class="keywordflow">return</span> <a class="code" href="classMOEO.html#83cc0d3a4020cbd7e1ff895dfedc61eb">diversityValue</a>;
<a name="l00185"></a>00185 }
<a name="l00186"></a>00186
<a name="l00187"></a>00187
<a name="l00192"></a><a class="code" href="classMOEO.html#1f0a391984cd14bcf930d1d81dd4848e">00192</a> <span class="keywordtype">void</span> <a class="code" href="classMOEO.html#c610f4636e8c26a351fcfbc25028aa01">diversity</a>(<span class="keyword">const</span> <a class="code" href="classMOEO.html#9682a883fedc6333e95906e02236d492">Diversity</a> &amp; _diversityValue)
<a name="l00193"></a>00193 {
<a name="l00194"></a>00194 <a class="code" href="classMOEO.html#83cc0d3a4020cbd7e1ff895dfedc61eb">diversityValue</a> = _diversityValue;
<a name="l00195"></a>00195 <a class="code" href="classMOEO.html#c53c08b7c51d4cc06efe58c6127f9b7d">invalidDiversityValue</a> = <span class="keyword">false</span>;
<a name="l00196"></a>00196 }
<a name="l00197"></a>00197
<a name="l00198"></a>00198
<a name="l00202"></a><a class="code" href="classMOEO.html#1283a27baab9728673445832e6d4301a">00202</a> <span class="keywordtype">void</span> <a class="code" href="classMOEO.html#1283a27baab9728673445832e6d4301a">invalidateDiversity</a>()
<a name="l00203"></a>00203 {
<a name="l00204"></a>00204 <a class="code" href="classMOEO.html#c53c08b7c51d4cc06efe58c6127f9b7d">invalidDiversityValue</a> = <span class="keyword">true</span>;
<a name="l00205"></a>00205 }
<a name="l00206"></a>00206
<a name="l00207"></a>00207
<a name="l00211"></a><a class="code" href="classMOEO.html#c4941e8e600fd360fdf1b061ee938e34">00211</a> <span class="keywordtype">bool</span> <a class="code" href="classMOEO.html#c4941e8e600fd360fdf1b061ee938e34">invalidDiversity</a>()<span class="keyword"> const</span>
<a name="l00212"></a>00212 <span class="keyword"> </span>{
<a name="l00213"></a>00213 <span class="keywordflow">return</span> <a class="code" href="classMOEO.html#c53c08b7c51d4cc06efe58c6127f9b7d">invalidDiversityValue</a>;
<a name="l00214"></a>00214 }
<a name="l00215"></a>00215
<a name="l00216"></a>00216
<a name="l00220"></a><a class="code" href="classMOEO.html#1069501a40e07071d78c067c46b696ee">00220</a> <span class="keywordtype">void</span> <a class="code" href="classMOEO.html#1069501a40e07071d78c067c46b696ee">invalidate</a>()
<a name="l00221"></a>00221 {
<a name="l00222"></a>00222 <a class="code" href="classMOEO.html#6b75e7e84726cf4e2d50216a35cec70b">invalidateObjectiveVector</a>();
<a name="l00223"></a>00223 <a class="code" href="classMOEO.html#55876e2e7cd537052fec1c7f46f37ffe">invalidateFitness</a>();
<a name="l00224"></a>00224 <a class="code" href="classMOEO.html#1283a27baab9728673445832e6d4301a">invalidateDiversity</a>();
<a name="l00225"></a>00225 }
<a name="l00226"></a>00226
<a name="l00227"></a>00227
<a name="l00231"></a><a class="code" href="classMOEO.html#314df446d1a9211121cedb2629da8906">00231</a> <span class="keywordtype">bool</span> <a class="code" href="classMOEO.html#314df446d1a9211121cedb2629da8906">invalid</a>()<span class="keyword"> const</span>
<a name="l00232"></a>00232 <span class="keyword"> </span>{
<a name="l00233"></a>00233 <span class="keywordflow">return</span> <a class="code" href="classMOEO.html#c8e93beabdab8c2f79f17c7e39efdd05">invalidObjectiveVector</a>();
<a name="l00234"></a>00234 }
<a name="l00235"></a>00235
<a name="l00236"></a>00236
<a name="l00243"></a><a class="code" href="classMOEO.html#119ef916de4955298febaf3e1c8ad705">00243</a> <span class="keywordtype">bool</span> <a class="code" href="classMOEO.html#119ef916de4955298febaf3e1c8ad705">operator&lt;</a>(<span class="keyword">const</span> <a class="code" href="classMOEO.html">MOEO</a> &amp; _other)<span class="keyword"> const</span>
<a name="l00244"></a>00244 <span class="keyword"> </span>{
<a name="l00245"></a>00245 <span class="keywordflow">return</span> <a class="code" href="classMOEO.html#7509143b0f18644e7d3183a039cece7b">objectiveVector</a>() &lt; _other.<a class="code" href="classMOEO.html#7509143b0f18644e7d3183a039cece7b">objectiveVector</a>();
<a name="l00246"></a>00246 }
<a name="l00247"></a>00247
<a name="l00248"></a>00248
<a name="l00252"></a><a class="code" href="classMOEO.html#ca43305b2f4d1b1933f7e1c579404379">00252</a> <span class="keyword">virtual</span> std::string <a class="code" href="classMOEO.html#ca43305b2f4d1b1933f7e1c579404379">className</a>()<span class="keyword"> const</span>
<a name="l00253"></a>00253 <span class="keyword"> </span>{
<a name="l00254"></a>00254 <span class="keywordflow">return</span> <span class="stringliteral">"MOEO"</span>;
<a name="l00255"></a>00255 }
<a name="l00256"></a>00256
<a name="l00257"></a>00257
<a name="l00262"></a><a class="code" href="classMOEO.html#a3b6074b3289585bf4dc6998e8397e24">00262</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classMOEO.html#a3b6074b3289585bf4dc6998e8397e24">printOn</a>(std::ostream &amp; _os)<span class="keyword"> const</span>
<a name="l00263"></a>00263 <span class="keyword"> </span>{
<a name="l00264"></a>00264 <span class="keywordflow">if</span> ( <a class="code" href="classMOEO.html#c8e93beabdab8c2f79f17c7e39efdd05">invalidObjectiveVector</a>() )
<a name="l00265"></a>00265 {
<a name="l00266"></a>00266 _os &lt;&lt; <span class="stringliteral">"INVALID\t"</span>;
<a name="l00267"></a>00267 }
<a name="l00268"></a>00268 <span class="keywordflow">else</span>
<a name="l00269"></a>00269 {
<a name="l00270"></a>00270 _os &lt;&lt; <a class="code" href="classMOEO.html#26b6fd1187b825b655d5a34b1d0693c9">objectiveVectorValue</a> &lt;&lt; <span class="charliteral">'\t'</span>;
<a name="l00271"></a>00271 }
<a name="l00272"></a>00272 }
<a name="l00273"></a>00273
<a name="l00274"></a>00274 <span class="keyword">private</span>:
<a name="l00275"></a>00275
<a name="l00277"></a><a class="code" href="classMOEO.html#26b6fd1187b825b655d5a34b1d0693c9">00277</a> <a class="code" href="classMOEO.html#9fafca99234ef3cd9fdbaf05bde5a275">ObjectiveVector</a> <a class="code" href="classMOEO.html#26b6fd1187b825b655d5a34b1d0693c9">objectiveVectorValue</a>;
<a name="l00279"></a><a class="code" href="classMOEO.html#d07613f286ef484f164c51c9c1b2dc91">00279</a> <span class="keywordtype">bool</span> <a class="code" href="classMOEO.html#d07613f286ef484f164c51c9c1b2dc91">invalidObjectiveVectorValue</a>;
<a name="l00281"></a><a class="code" href="classMOEO.html#bcc3104ab7311fa5987de80811393c7c">00281</a> <a class="code" href="classMOEO.html#03184b6c0b5c905e0ff5a790a3d55803">Fitness</a> <a class="code" href="classMOEO.html#bcc3104ab7311fa5987de80811393c7c">fitnessValue</a>;
<a name="l00283"></a><a class="code" href="classMOEO.html#17f57546c6de38604d6749cc6ef9d254">00283</a> <span class="keywordtype">bool</span> <a class="code" href="classMOEO.html#17f57546c6de38604d6749cc6ef9d254">invalidFitnessValue</a>;
<a name="l00285"></a><a class="code" href="classMOEO.html#83cc0d3a4020cbd7e1ff895dfedc61eb">00285</a> <a class="code" href="classMOEO.html#9682a883fedc6333e95906e02236d492">Diversity</a> <a class="code" href="classMOEO.html#83cc0d3a4020cbd7e1ff895dfedc61eb">diversityValue</a>;
<a name="l00287"></a><a class="code" href="classMOEO.html#c53c08b7c51d4cc06efe58c6127f9b7d">00287</a> <span class="keywordtype">bool</span> <a class="code" href="classMOEO.html#c53c08b7c51d4cc06efe58c6127f9b7d">invalidDiversityValue</a>;
<a name="l00288"></a>00288
<a name="l00289"></a>00289 };
<a name="l00290"></a>00290
<a name="l00291"></a>00291 <span class="preprocessor">#endif </span><span class="comment">/*MOEO_H_*/</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<a name="l00274"></a>00274
<a name="l00279"></a><a class="code" href="classMOEO.html#1bbd9cb1a7709592bf4bc29dff8c5273">00279</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classMOEO.html#1bbd9cb1a7709592bf4bc29dff8c5273">readFrom</a>(std::istream &amp; _is)
<a name="l00280"></a>00280 {
<a name="l00281"></a>00281 std::string objectiveVector_str;
<a name="l00282"></a>00282 <span class="keywordtype">int</span> pos = _is.tellg();
<a name="l00283"></a>00283 _is &gt;&gt; objectiveVector_str;
<a name="l00284"></a>00284 <span class="keywordflow">if</span> (objectiveVector_str == <span class="stringliteral">"INVALID"</span>)
<a name="l00285"></a>00285 {
<a name="l00286"></a>00286 <a class="code" href="classMOEO.html#6b75e7e84726cf4e2d50216a35cec70b">invalidateObjectiveVector</a>();
<a name="l00287"></a>00287 }
<a name="l00288"></a>00288 <span class="keywordflow">else</span>
<a name="l00289"></a>00289 {
<a name="l00290"></a>00290 <a class="code" href="classMOEO.html#d07613f286ef484f164c51c9c1b2dc91">invalidObjectiveVectorValue</a> = <span class="keyword">false</span>;
<a name="l00291"></a>00291 _is.seekg(pos); <span class="comment">// rewind</span>
<a name="l00292"></a>00292 _is &gt;&gt; <a class="code" href="classMOEO.html#26b6fd1187b825b655d5a34b1d0693c9">objectiveVectorValue</a>;
<a name="l00293"></a>00293 }
<a name="l00294"></a>00294 }
<a name="l00295"></a>00295
<a name="l00296"></a>00296
<a name="l00297"></a>00297 <span class="keyword">private</span>:
<a name="l00298"></a>00298
<a name="l00300"></a><a class="code" href="classMOEO.html#26b6fd1187b825b655d5a34b1d0693c9">00300</a> <a class="code" href="classMOEO.html#9fafca99234ef3cd9fdbaf05bde5a275">ObjectiveVector</a> <a class="code" href="classMOEO.html#26b6fd1187b825b655d5a34b1d0693c9">objectiveVectorValue</a>;
<a name="l00302"></a><a class="code" href="classMOEO.html#d07613f286ef484f164c51c9c1b2dc91">00302</a> <span class="keywordtype">bool</span> <a class="code" href="classMOEO.html#d07613f286ef484f164c51c9c1b2dc91">invalidObjectiveVectorValue</a>;
<a name="l00304"></a><a class="code" href="classMOEO.html#bcc3104ab7311fa5987de80811393c7c">00304</a> <a class="code" href="classMOEO.html#03184b6c0b5c905e0ff5a790a3d55803">Fitness</a> <a class="code" href="classMOEO.html#bcc3104ab7311fa5987de80811393c7c">fitnessValue</a>;
<a name="l00306"></a><a class="code" href="classMOEO.html#17f57546c6de38604d6749cc6ef9d254">00306</a> <span class="keywordtype">bool</span> <a class="code" href="classMOEO.html#17f57546c6de38604d6749cc6ef9d254">invalidFitnessValue</a>;
<a name="l00308"></a><a class="code" href="classMOEO.html#83cc0d3a4020cbd7e1ff895dfedc61eb">00308</a> <a class="code" href="classMOEO.html#9682a883fedc6333e95906e02236d492">Diversity</a> <a class="code" href="classMOEO.html#83cc0d3a4020cbd7e1ff895dfedc61eb">diversityValue</a>;
<a name="l00310"></a><a class="code" href="classMOEO.html#c53c08b7c51d4cc06efe58c6127f9b7d">00310</a> <span class="keywordtype">bool</span> <a class="code" href="classMOEO.html#c53c08b7c51d4cc06efe58c6127f9b7d">invalidDiversityValue</a>;
<a name="l00311"></a>00311
<a name="l00312"></a>00312 };
<a name="l00313"></a>00313
<a name="l00314"></a>00314 <span class="preprocessor">#endif </span><span class="comment">/*MOEO_H_*/</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -111,7 +111,7 @@
<tr><td class="indexkey"><a class="el" href="classmoeoVectorUnaryMetric.html">moeoVectorUnaryMetric&lt; ObjectiveVector, R &gt;</a></td><td class="indexvalue">Base class for unary metrics dedicated to the performance evaluation of a Pareto set (a vector of objective vectors) </td></tr>
<tr><td class="indexkey"><a class="el" href="classmoeoVectorVsVectorBinaryMetric.html">moeoVectorVsVectorBinaryMetric&lt; ObjectiveVector, R &gt;</a></td><td class="indexvalue">Base class for binary metrics dedicated to the performance comparison between two Pareto sets (two vectors of objective vectors) </td></tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -42,6 +42,7 @@
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/class_e_o.html#2d88f93163bc50fe57a18627e3b776b9">EO&lt; MOEOObjectiveVector &gt;::fitness</a>(const Fitness &amp;_fitness)</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/class_e_o.html">EO&lt; MOEOObjectiveVector &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/class_e_o.html#0e9eb37c82c311a6498be52c59586395">EO&lt; MOEOObjectiveVector &gt;::fitness</a>(performance_type perf)</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/class_e_o.html">EO&lt; MOEOObjectiveVector &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/class_e_o.html#2c8bbb894baa564cd8b38b5699321763">fitness_traits</a> typedef</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/class_e_o.html">EO&lt; MOEOObjectiveVector &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/class_e_o.html#04467a534c57168bf92c80f3d4f338de">fitnessReference</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/class_e_o.html">EO&lt; MOEOObjectiveVector &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classMOEO.html#bcc3104ab7311fa5987de80811393c7c">fitnessValue</a></td><td><a class="el" href="classMOEO.html">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classMOEO.html#314df446d1a9211121cedb2629da8906">invalid</a>() const </td><td><a class="el" href="classMOEO.html">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classMOEO.html#1069501a40e07071d78c067c46b696ee">invalidate</a>()</td><td><a class="el" href="classMOEO.html">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;</a></td><td><code> [inline]</code></td></tr>
@ -79,7 +80,7 @@
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_persistent.html#3fbc81768adc08cc9a31a15030b114c9">~eoPersistent</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_persistent.html">eoPersistent</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_printable.html#74ffc0d020758b11f640a798d251679e">~eoPrintable</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_printable.html">eoPrintable</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classMOEO.html#0215e9acab4ab57088175f9856e6c48c">~MOEO</a>()</td><td><a class="el" href="classMOEO.html">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;</a></td><td><code> [inline, virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -172,7 +172,7 @@ The template argument MOEOObjectiveVector allows to represent the solution in th
<p>
<p>
Definition at line <a class="el" href="MOEO_8h-source.html#l00034">34</a> of file <a class="el" href="MOEO_8h-source.html">MOEO.h</a>.<hr><h2>Member Function Documentation</h2>
Definition at line <a class="el" href="MOEO_8h-source.html#l00057">57</a> of file <a class="el" href="MOEO_8h-source.html">MOEO.h</a>.<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="d4a765a76f9acc1bca36297ab55d7282"></a><!-- doxytag: member="MOEO::objectiveVector" ref="d4a765a76f9acc1bca36297ab55d7282" args="(const ObjectiveVector &amp;_objectiveVectorValue)" -->
<div class="memitem">
<div class="memproto">
@ -201,9 +201,9 @@ Sets the objective vector of the current solution.
</dl>
<p>
Definition at line <a class="el" href="MOEO_8h-source.html#l00085">85</a> of file <a class="el" href="MOEO_8h-source.html">MOEO.h</a>.
Definition at line <a class="el" href="MOEO_8h-source.html#l00108">108</a> of file <a class="el" href="MOEO_8h-source.html">MOEO.h</a>.
<p>
References <a class="el" href="MOEO_8h-source.html#l00279">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;::invalidObjectiveVectorValue</a>, and <a class="el" href="MOEO_8h-source.html#l00277">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;::objectiveVectorValue</a>.
References <a class="el" href="MOEO_8h-source.html#l00302">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;::invalidObjectiveVectorValue</a>, and <a class="el" href="MOEO_8h-source.html#l00300">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;::objectiveVectorValue</a>.
</div>
</div><p>
<a class="anchor" name="4dc05ded73bb60d1a51e282006c8942d"></a><!-- doxytag: member="MOEO::fitness" ref="4dc05ded73bb60d1a51e282006c8942d" args="(const Fitness &amp;_fitnessValue)" -->
@ -234,9 +234,9 @@ Sets the fitness value of the current solution.
</dl>
<p>
Definition at line <a class="el" href="MOEO_8h-source.html#l00127">127</a> of file <a class="el" href="MOEO_8h-source.html">MOEO.h</a>.
Definition at line <a class="el" href="MOEO_8h-source.html#l00150">150</a> of file <a class="el" href="MOEO_8h-source.html">MOEO.h</a>.
<p>
References <a class="el" href="MOEO_8h-source.html#l00281">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;::fitnessValue</a>, and <a class="el" href="MOEO_8h-source.html#l00283">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;::invalidFitnessValue</a>.
References <a class="el" href="MOEO_8h-source.html#l00304">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;::fitnessValue</a>, and <a class="el" href="MOEO_8h-source.html#l00306">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;::invalidFitnessValue</a>.
</div>
</div><p>
<a class="anchor" name="1f0a391984cd14bcf930d1d81dd4848e"></a><!-- doxytag: member="MOEO::diversity" ref="1f0a391984cd14bcf930d1d81dd4848e" args="(const Diversity &amp;_diversityValue)" -->
@ -267,9 +267,9 @@ Sets the diversity value of the current solution.
</dl>
<p>
Definition at line <a class="el" href="MOEO_8h-source.html#l00169">169</a> of file <a class="el" href="MOEO_8h-source.html">MOEO.h</a>.
Definition at line <a class="el" href="MOEO_8h-source.html#l00192">192</a> of file <a class="el" href="MOEO_8h-source.html">MOEO.h</a>.
<p>
References <a class="el" href="MOEO_8h-source.html#l00285">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;::diversityValue</a>, and <a class="el" href="MOEO_8h-source.html#l00287">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;::invalidDiversityValue</a>.
References <a class="el" href="MOEO_8h-source.html#l00308">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;::diversityValue</a>, and <a class="el" href="MOEO_8h-source.html#l00310">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;::invalidDiversityValue</a>.
</div>
</div><p>
<a class="anchor" name="119ef916de4955298febaf3e1c8ad705"></a><!-- doxytag: member="MOEO::operator&lt;" ref="119ef916de4955298febaf3e1c8ad705" args="(const MOEO &amp;_other) const " -->
@ -300,9 +300,9 @@ You should implement another function in the sub-class of <a class="el" href="cl
</dl>
<p>
Definition at line <a class="el" href="MOEO_8h-source.html#l00220">220</a> of file <a class="el" href="MOEO_8h-source.html">MOEO.h</a>.
Definition at line <a class="el" href="MOEO_8h-source.html#l00243">243</a> of file <a class="el" href="MOEO_8h-source.html">MOEO.h</a>.
<p>
References <a class="el" href="MOEO_8h-source.html#l00071">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;::objectiveVector()</a>.
References <a class="el" href="MOEO_8h-source.html#l00094">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;::objectiveVector()</a>.
</div>
</div><p>
<a class="anchor" name="a3b6074b3289585bf4dc6998e8397e24"></a><!-- doxytag: member="MOEO::printOn" ref="a3b6074b3289585bf4dc6998e8397e24" args="(std::ostream &amp;_os) const " -->
@ -337,9 +337,9 @@ Reimplemented from <a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge
<p>
Reimplemented in <a class="el" href="classmoeoBitVector.html#78f821c548cf46d8bcd30aa8a52ffb7c">moeoBitVector&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;</a>, <a class="el" href="classmoeoVector.html#d0a92cb26483ffab754ac4a0efb76308">moeoVector&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity, GeneType &gt;</a>, <a class="el" href="classmoeoVector.html#d0a92cb26483ffab754ac4a0efb76308">moeoVector&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity, bool &gt;</a>, and <a class="el" href="classmoeoVector.html#d0a92cb26483ffab754ac4a0efb76308">moeoVector&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity, double &gt;</a>.
<p>
Definition at line <a class="el" href="MOEO_8h-source.html#l00239">239</a> of file <a class="el" href="MOEO_8h-source.html">MOEO.h</a>.
Definition at line <a class="el" href="MOEO_8h-source.html#l00262">262</a> of file <a class="el" href="MOEO_8h-source.html">MOEO.h</a>.
<p>
References <a class="el" href="MOEO_8h-source.html#l00104">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;::invalidObjectiveVector()</a>, and <a class="el" href="MOEO_8h-source.html#l00277">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;::objectiveVectorValue</a>.
References <a class="el" href="MOEO_8h-source.html#l00127">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;::invalidObjectiveVector()</a>, and <a class="el" href="MOEO_8h-source.html#l00300">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;::objectiveVectorValue</a>.
</div>
</div><p>
<a class="anchor" name="1bbd9cb1a7709592bf4bc29dff8c5273"></a><!-- doxytag: member="MOEO::readFrom" ref="1bbd9cb1a7709592bf4bc29dff8c5273" args="(std::istream &amp;_is)" -->
@ -374,14 +374,14 @@ Reimplemented from <a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge
<p>
Reimplemented in <a class="el" href="classmoeoBitVector.html#31cd3f894615d0a27dd116a5c8082521">moeoBitVector&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;</a>, <a class="el" href="classmoeoVector.html#cd8ee0fe79bb9515b29e2a4d3fee5ab9">moeoVector&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity, GeneType &gt;</a>, <a class="el" href="classmoeoVector.html#cd8ee0fe79bb9515b29e2a4d3fee5ab9">moeoVector&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity, bool &gt;</a>, and <a class="el" href="classmoeoVector.html#cd8ee0fe79bb9515b29e2a4d3fee5ab9">moeoVector&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity, double &gt;</a>.
<p>
Definition at line <a class="el" href="MOEO_8h-source.html#l00256">256</a> of file <a class="el" href="MOEO_8h-source.html">MOEO.h</a>.
Definition at line <a class="el" href="MOEO_8h-source.html#l00279">279</a> of file <a class="el" href="MOEO_8h-source.html">MOEO.h</a>.
<p>
References <a class="el" href="MOEO_8h-source.html#l00095">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;::invalidateObjectiveVector()</a>, <a class="el" href="MOEO_8h-source.html#l00279">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;::invalidObjectiveVectorValue</a>, and <a class="el" href="MOEO_8h-source.html#l00277">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;::objectiveVectorValue</a>.
References <a class="el" href="MOEO_8h-source.html#l00118">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;::invalidateObjectiveVector()</a>, <a class="el" href="MOEO_8h-source.html#l00302">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;::invalidObjectiveVectorValue</a>, and <a class="el" href="MOEO_8h-source.html#l00300">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;::objectiveVectorValue</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="MOEO_8h-source.html">MOEO.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -49,7 +49,7 @@
</td><td><a class="el" href="classmoeoManhattanDistance.html">moeoManhattanDistance</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classmoeoUnaryMetric.html">moeoUnaryMetric</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classmoeoEA.html">moeoEA</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classmoeoMetric.html">moeoMetric</a>&nbsp;&nbsp;&nbsp;</td><td><a name="letter_V"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;V&nbsp;&nbsp;</div></td></tr></table>
</td></tr><tr><td><a class="el" href="classmoeoEasyEA.html">moeoEasyEA</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classMOEO.html">MOEO</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classmoeoVector.html">moeoVector</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classmoeoEasyEA_1_1eoDummyEval.html">moeoEasyEA::eoDummyEval</a>&nbsp;&nbsp;&nbsp;</td><td><a name="letter_N"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;N&nbsp;&nbsp;</div></td></tr></table>
</td><td><a class="el" href="classmoeoVectorUnaryMetric.html">moeoVectorUnaryMetric</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classmoeoEasyEA_1_1eoDummySelect.html">moeoEasyEA::eoDummySelect</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classmoeoNormalizedDistance.html">moeoNormalizedDistance</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classmoeoVectorVsVectorBinaryMetric.html">moeoVectorVsVectorBinaryMetric</a>&nbsp;&nbsp;&nbsp;</td></tr></table><p><div class="qindex"><a class="qindex" href="#letter_A">A</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_B">B</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_C">C</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_D">D</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_E">E</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_F">F</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_G">G</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_H">H</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_I">I</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_L">L</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_M">M</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_N">N</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_O">O</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_P">P</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_R">R</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_S">S</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_U">U</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_V">V</a></div><p>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -44,7 +44,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoFitnessAssignment.html#057fd85764abb5de35adb52b5ef695be">moeoScalarFitnessAssignment::updateByDeleting</a>(eoPop&lt; MOEOT &gt; &amp;_pop, MOEOT &amp;_moeo)</td><td><a class="el" href="classmoeoFitnessAssignment.html">moeoFitnessAssignment&lt; MOEOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#ed542967512c7a8f2ba6472a0c5c128d">~eoUF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; eoPop&lt; MOEOT &gt; &amp;, void &gt;</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -94,7 +94,7 @@ Fitness assignment sheme based on the achievement scalarizing function propozed
<p>
<p>
Definition at line <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00024">24</a> of file <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html">moeoAchievementFitnessAssignment.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
Definition at line <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00047">47</a> of file <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html">moeoAchievementFitnessAssignment.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="52ae7d8112e66813232172a26d03cbb8"></a><!-- doxytag: member="moeoAchievementFitnessAssignment::moeoAchievementFitnessAssignment" ref="52ae7d8112e66813232172a26d03cbb8" args="(ObjectiveVector &amp;_reference, std::vector&lt; double &gt; &amp;_lambdas, double _spn=0.0001)" -->
<div class="memitem">
<div class="memproto">
@ -140,9 +140,9 @@ Default ctor.
</dl>
<p>
Definition at line <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00038">38</a> of file <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html">moeoAchievementFitnessAssignment.h</a>.
Definition at line <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00061">61</a> of file <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html">moeoAchievementFitnessAssignment.h</a>.
<p>
References <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00112">moeoAchievementFitnessAssignment&lt; MOEOT &gt;::spn</a>.
References <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00135">moeoAchievementFitnessAssignment&lt; MOEOT &gt;::spn</a>.
</div>
</div><p>
<a class="anchor" name="75d9668a256381ef764352d705dcf47a"></a><!-- doxytag: member="moeoAchievementFitnessAssignment::moeoAchievementFitnessAssignment" ref="75d9668a256381ef764352d705dcf47a" args="(ObjectiveVector &amp;_reference, double _spn=0.0001)" -->
@ -183,9 +183,9 @@ Ctor with default values for lambdas (1/nObjectives).
</dl>
<p>
Definition at line <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00054">54</a> of file <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html">moeoAchievementFitnessAssignment.h</a>.
Definition at line <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00077">77</a> of file <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html">moeoAchievementFitnessAssignment.h</a>.
<p>
References <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00110">moeoAchievementFitnessAssignment&lt; MOEOT &gt;::lambdas</a>, and <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00112">moeoAchievementFitnessAssignment&lt; MOEOT &gt;::spn</a>.
References <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00133">moeoAchievementFitnessAssignment&lt; MOEOT &gt;::lambdas</a>, and <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00135">moeoAchievementFitnessAssignment&lt; MOEOT &gt;::spn</a>.
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
@ -219,9 +219,9 @@ Sets the fitness values for every solution contained in the population _pop.
<p>
Implements <a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#786e028409366dc273e19104f17ba68a">eoUF&lt; eoPop&lt; MOEOT &gt; &amp;, void &gt;</a>.
<p>
Definition at line <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00075">75</a> of file <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html">moeoAchievementFitnessAssignment.h</a>.
Definition at line <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00098">98</a> of file <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html">moeoAchievementFitnessAssignment.h</a>.
<p>
References <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00128">moeoAchievementFitnessAssignment&lt; MOEOT &gt;::compute()</a>.
References <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00151">moeoAchievementFitnessAssignment&lt; MOEOT &gt;::compute()</a>.
</div>
</div><p>
<a class="anchor" name="a6a2ae6c263dbcea3c16cde4c8a1e5fc"></a><!-- doxytag: member="moeoAchievementFitnessAssignment::updateByDeleting" ref="a6a2ae6c263dbcea3c16cde4c8a1e5fc" args="(eoPop&lt; MOEOT &gt; &amp;_pop, ObjectiveVector &amp;_objVec)" -->
@ -264,7 +264,7 @@ Updates the fitness values of the whole population _pop by taking the deletion o
<p>
Implements <a class="el" href="classmoeoFitnessAssignment.html#4922629569eddc9be049b3ead1ab0269">moeoFitnessAssignment&lt; MOEOT &gt;</a>.
<p>
Definition at line <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00089">89</a> of file <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html">moeoAchievementFitnessAssignment.h</a>.
Definition at line <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00112">112</a> of file <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html">moeoAchievementFitnessAssignment.h</a>.
</div>
</div><p>
<a class="anchor" name="d200530e3fbdf847dca970ac2265d83d"></a><!-- doxytag: member="moeoAchievementFitnessAssignment::setReference" ref="d200530e3fbdf847dca970ac2265d83d" args="(const ObjectiveVector &amp;_reference)" -->
@ -295,9 +295,9 @@ Sets the reference point.
</dl>
<p>
Definition at line <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00099">99</a> of file <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html">moeoAchievementFitnessAssignment.h</a>.
Definition at line <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00122">122</a> of file <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html">moeoAchievementFitnessAssignment.h</a>.
<p>
References <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00108">moeoAchievementFitnessAssignment&lt; MOEOT &gt;::reference</a>.
References <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00131">moeoAchievementFitnessAssignment&lt; MOEOT &gt;::reference</a>.
</div>
</div><p>
<a class="anchor" name="7c027540ed0d7f61559f636b6b8a4b29"></a><!-- doxytag: member="moeoAchievementFitnessAssignment::compute" ref="7c027540ed0d7f61559f636b6b8a4b29" args="(MOEOT &amp;_moeo)" -->
@ -328,16 +328,16 @@ Computes the fitness value for a solution.
</dl>
<p>
Definition at line <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00128">128</a> of file <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html">moeoAchievementFitnessAssignment.h</a>.
Definition at line <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00151">151</a> of file <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html">moeoAchievementFitnessAssignment.h</a>.
<p>
References <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00118">moeoAchievementFitnessAssignment&lt; MOEOT &gt;::inf()</a>, <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00110">moeoAchievementFitnessAssignment&lt; MOEOT &gt;::lambdas</a>, <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00108">moeoAchievementFitnessAssignment&lt; MOEOT &gt;::reference</a>, and <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00112">moeoAchievementFitnessAssignment&lt; MOEOT &gt;::spn</a>.
References <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00141">moeoAchievementFitnessAssignment&lt; MOEOT &gt;::inf()</a>, <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00133">moeoAchievementFitnessAssignment&lt; MOEOT &gt;::lambdas</a>, <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00131">moeoAchievementFitnessAssignment&lt; MOEOT &gt;::reference</a>, and <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00135">moeoAchievementFitnessAssignment&lt; MOEOT &gt;::spn</a>.
<p>
Referenced by <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00075">moeoAchievementFitnessAssignment&lt; MOEOT &gt;::operator()()</a>.
Referenced by <a class="el" href="moeoAchievementFitnessAssignment_8h-source.html#l00098">moeoAchievementFitnessAssignment&lt; MOEOT &gt;::operator()()</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoAchievementFitnessAssignment_8h-source.html">moeoAchievementFitnessAssignment.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -40,7 +40,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoNormalizedSolutionVsSolutionBinaryMetric.html#d0ccbdceb71b9d2d6ae8ceec1af9dcdb">tiny</a>()</td><td><a class="el" href="classmoeoNormalizedSolutionVsSolutionBinaryMetric.html">moeoNormalizedSolutionVsSolutionBinaryMetric&lt; ObjectiveVector, double &gt;</a></td><td><code> [inline, static]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#adc459db710dea2a91c47f8b6863b96c">~eoBF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -65,7 +65,7 @@ M., Grunert da Fonseca V.: Performance Assessment of Multiobjective Optimizers:
<p>
<p>
Definition at line <a class="el" href="moeoAdditiveEpsilonBinaryMetric_8h-source.html#l00024">24</a> of file <a class="el" href="moeoAdditiveEpsilonBinaryMetric_8h-source.html">moeoAdditiveEpsilonBinaryMetric.h</a>.<hr><h2>Member Function Documentation</h2>
Definition at line <a class="el" href="moeoAdditiveEpsilonBinaryMetric_8h-source.html#l00047">47</a> of file <a class="el" href="moeoAdditiveEpsilonBinaryMetric_8h-source.html">moeoAdditiveEpsilonBinaryMetric.h</a>.<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="545aa2c8e6dd93084276763c9d8a3709"></a><!-- doxytag: member="moeoAdditiveEpsilonBinaryMetric::operator()" ref="545aa2c8e6dd93084276763c9d8a3709" args="(const ObjectiveVector &amp;_o1, const ObjectiveVector &amp;_o2)" -->
<div class="memitem">
<div class="memproto">
@ -105,9 +105,9 @@ Returns the minimal distance by which the objective vector _o1 must be translate
</dl>
<p>
Definition at line <a class="el" href="moeoAdditiveEpsilonBinaryMetric_8h-source.html#l00035">35</a> of file <a class="el" href="moeoAdditiveEpsilonBinaryMetric_8h-source.html">moeoAdditiveEpsilonBinaryMetric.h</a>.
Definition at line <a class="el" href="moeoAdditiveEpsilonBinaryMetric_8h-source.html#l00058">58</a> of file <a class="el" href="moeoAdditiveEpsilonBinaryMetric_8h-source.html">moeoAdditiveEpsilonBinaryMetric.h</a>.
<p>
References <a class="el" href="moeoAdditiveEpsilonBinaryMetric_8h-source.html#l00064">moeoAdditiveEpsilonBinaryMetric&lt; ObjectiveVector &gt;::epsilon()</a>.
References <a class="el" href="moeoAdditiveEpsilonBinaryMetric_8h-source.html#l00087">moeoAdditiveEpsilonBinaryMetric&lt; ObjectiveVector &gt;::epsilon()</a>.
</div>
</div><p>
<a class="anchor" name="04253f76c832d24a3fd6bc574be54c46"></a><!-- doxytag: member="moeoAdditiveEpsilonBinaryMetric::epsilon" ref="04253f76c832d24a3fd6bc574be54c46" args="(const ObjectiveVector &amp;_o1, const ObjectiveVector &amp;_o2, const unsigned int _obj)" -->
@ -155,16 +155,16 @@ Returns the epsilon value by which the objective vector _o1 must be translated i
</dl>
<p>
Definition at line <a class="el" href="moeoAdditiveEpsilonBinaryMetric_8h-source.html#l00064">64</a> of file <a class="el" href="moeoAdditiveEpsilonBinaryMetric_8h-source.html">moeoAdditiveEpsilonBinaryMetric.h</a>.
Definition at line <a class="el" href="moeoAdditiveEpsilonBinaryMetric_8h-source.html#l00087">87</a> of file <a class="el" href="moeoAdditiveEpsilonBinaryMetric_8h-source.html">moeoAdditiveEpsilonBinaryMetric.h</a>.
<p>
References <a class="el" href="moeoNormalizedSolutionVsSolutionBinaryMetric_8h-source.html#l00084">moeoNormalizedSolutionVsSolutionBinaryMetric&lt; ObjectiveVector, double &gt;::bounds</a>.
References <a class="el" href="moeoNormalizedSolutionVsSolutionBinaryMetric_8h-source.html#l00107">moeoNormalizedSolutionVsSolutionBinaryMetric&lt; ObjectiveVector, double &gt;::bounds</a>.
<p>
Referenced by <a class="el" href="moeoAdditiveEpsilonBinaryMetric_8h-source.html#l00035">moeoAdditiveEpsilonBinaryMetric&lt; ObjectiveVector &gt;::operator()()</a>.
Referenced by <a class="el" href="moeoAdditiveEpsilonBinaryMetric_8h-source.html#l00058">moeoAdditiveEpsilonBinaryMetric&lt; ObjectiveVector &gt;::operator()()</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoAdditiveEpsilonBinaryMetric_8h-source.html">moeoAdditiveEpsilonBinaryMetric.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -37,7 +37,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoAggregativeComparator.html#9ddf44b9e447bee8503c5b9cad9a7df0">weightFitness</a></td><td><a class="el" href="classmoeoAggregativeComparator.html">moeoAggregativeComparator&lt; MOEOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#adc459db710dea2a91c47f8b6863b96c">~eoBF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -67,7 +67,7 @@ Functor allowing to compare two solutions according to their fitness and diversi
<p>
<p>
Definition at line <a class="el" href="moeoAggregativeComparator_8h-source.html#l00022">22</a> of file <a class="el" href="moeoAggregativeComparator_8h-source.html">moeoAggregativeComparator.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
Definition at line <a class="el" href="moeoAggregativeComparator_8h-source.html#l00045">45</a> of file <a class="el" href="moeoAggregativeComparator_8h-source.html">moeoAggregativeComparator.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="76cc4d0f5f9bd4984c77410ad8142914"></a><!-- doxytag: member="moeoAggregativeComparator::moeoAggregativeComparator" ref="76cc4d0f5f9bd4984c77410ad8142914" args="(double _weightFitness=1.0, double _weightDiversity=1.0)" -->
<div class="memitem">
<div class="memproto">
@ -106,7 +106,7 @@ Ctor.
</dl>
<p>
Definition at line <a class="el" href="moeoAggregativeComparator_8h-source.html#l00031">31</a> of file <a class="el" href="moeoAggregativeComparator_8h-source.html">moeoAggregativeComparator.h</a>.
Definition at line <a class="el" href="moeoAggregativeComparator_8h-source.html#l00054">54</a> of file <a class="el" href="moeoAggregativeComparator_8h-source.html">moeoAggregativeComparator.h</a>.
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
@ -148,14 +148,14 @@ Returns true if _moeo1 &lt; _moeo2 according to the aggregation of their fitness
</dl>
<p>
Definition at line <a class="el" href="moeoAggregativeComparator_8h-source.html#l00040">40</a> of file <a class="el" href="moeoAggregativeComparator_8h-source.html">moeoAggregativeComparator.h</a>.
Definition at line <a class="el" href="moeoAggregativeComparator_8h-source.html#l00063">63</a> of file <a class="el" href="moeoAggregativeComparator_8h-source.html">moeoAggregativeComparator.h</a>.
<p>
References <a class="el" href="moeoAggregativeComparator_8h-source.html#l00051">moeoAggregativeComparator&lt; MOEOT &gt;::weightDiversity</a>, and <a class="el" href="moeoAggregativeComparator_8h-source.html#l00049">moeoAggregativeComparator&lt; MOEOT &gt;::weightFitness</a>.
References <a class="el" href="moeoAggregativeComparator_8h-source.html#l00074">moeoAggregativeComparator&lt; MOEOT &gt;::weightDiversity</a>, and <a class="el" href="moeoAggregativeComparator_8h-source.html#l00072">moeoAggregativeComparator&lt; MOEOT &gt;::weightFitness</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoAggregativeComparator_8h-source.html">moeoAggregativeComparator.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -52,9 +52,9 @@ Abstract class for multi-objective algorithms.
<p>
<p>
Definition at line <a class="el" href="moeoAlgo_8h-source.html#l00019">19</a> of file <a class="el" href="moeoAlgo_8h-source.html">moeoAlgo.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
Definition at line <a class="el" href="moeoAlgo_8h-source.html#l00042">42</a> of file <a class="el" href="moeoAlgo_8h-source.html">moeoAlgo.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoAlgo_8h-source.html">moeoAlgo.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -73,7 +73,7 @@
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_persistent.html#3fbc81768adc08cc9a31a15030b114c9">~eoPersistent</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_persistent.html">eoPersistent</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_pop.html#d6a2ecffaab89a8c6d00858de7a54ef5">~eoPop</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_pop.html">eoPop&lt; MOEOT &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_printable.html#74ffc0d020758b11f640a798d251679e">~eoPrintable</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_printable.html">eoPrintable</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -90,7 +90,7 @@ An archive is a secondary population that stores non-dominated solutions.
<p>
<p>
Definition at line <a class="el" href="moeoArchive_8h-source.html#l00024">24</a> of file <a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
Definition at line <a class="el" href="moeoArchive_8h-source.html#l00047">47</a> of file <a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="a593ca2122484d255b5aa5a0463bd913"></a><!-- doxytag: member="moeoArchive::moeoArchive" ref="a593ca2122484d255b5aa5a0463bd913" args="()" -->
<div class="memitem">
<div class="memproto">
@ -113,7 +113,7 @@ Default ctor.
<p>
The <a class="el" href="classmoeoObjectiveVectorComparator.html">moeoObjectiveVectorComparator</a> used to compare solutions is based on Pareto dominance
<p>
Definition at line <a class="el" href="moeoArchive_8h-source.html#l00044">44</a> of file <a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>.
Definition at line <a class="el" href="moeoArchive_8h-source.html#l00067">67</a> of file <a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>.
</div>
</div><p>
<a class="anchor" name="75e5fee339ca463405434f6f48497de0"></a><!-- doxytag: member="moeoArchive::moeoArchive" ref="75e5fee339ca463405434f6f48497de0" args="(moeoObjectiveVectorComparator&lt; ObjectiveVector &gt; &amp;_comparator)" -->
@ -144,7 +144,7 @@ Ctor.
</dl>
<p>
Definition at line <a class="el" href="moeoArchive_8h-source.html#l00052">52</a> of file <a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>.
Definition at line <a class="el" href="moeoArchive_8h-source.html#l00075">75</a> of file <a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>.
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
@ -176,9 +176,9 @@ Returns true if the current archive dominates _objectiveVector according to the
</dl>
<p>
Definition at line <a class="el" href="moeoArchive_8h-source.html#l00060">60</a> of file <a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>.
Definition at line <a class="el" href="moeoArchive_8h-source.html#l00083">83</a> of file <a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>.
<p>
References <a class="el" href="moeoArchive_8h-source.html#l00174">moeoArchive&lt; MOEOT &gt;::comparator</a>.
References <a class="el" href="moeoArchive_8h-source.html#l00197">moeoArchive&lt; MOEOT &gt;::comparator</a>.
</div>
</div><p>
<a class="anchor" name="748d5c75d713075288257192be1986a9"></a><!-- doxytag: member="moeoArchive::contains" ref="748d5c75d713075288257192be1986a9" args="(const ObjectiveVector &amp;_objectiveVector) const " -->
@ -209,9 +209,9 @@ Returns true if the current archive already contains a solution with the same ob
</dl>
<p>
Definition at line <a class="el" href="moeoArchive_8h-source.html#l00078">78</a> of file <a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>.
Definition at line <a class="el" href="moeoArchive_8h-source.html#l00101">101</a> of file <a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>.
<p>
Referenced by <a class="el" href="moeoArchive_8h-source.html#l00151">moeoArchive&lt; MOEOT &gt;::equals()</a>.
Referenced by <a class="el" href="moeoArchive_8h-source.html#l00174">moeoArchive&lt; MOEOT &gt;::equals()</a>.
</div>
</div><p>
<a class="anchor" name="6df0acd84cab4cb53682f2e6ca850e9a"></a><!-- doxytag: member="moeoArchive::update" ref="6df0acd84cab4cb53682f2e6ca850e9a" args="(const MOEOT &amp;_moeo)" -->
@ -242,11 +242,11 @@ Updates the archive with a given individual _moeo.
</dl>
<p>
Definition at line <a class="el" href="moeoArchive_8h-source.html#l00095">95</a> of file <a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>.
Definition at line <a class="el" href="moeoArchive_8h-source.html#l00118">118</a> of file <a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>.
<p>
References <a class="el" href="moeoArchive_8h-source.html#l00174">moeoArchive&lt; MOEOT &gt;::comparator</a>.
References <a class="el" href="moeoArchive_8h-source.html#l00197">moeoArchive&lt; MOEOT &gt;::comparator</a>.
<p>
Referenced by <a class="el" href="moeoArchive_8h-source.html#l00138">moeoArchive&lt; MOEOT &gt;::update()</a>.
Referenced by <a class="el" href="moeoArchive_8h-source.html#l00161">moeoArchive&lt; MOEOT &gt;::update()</a>.
</div>
</div><p>
<a class="anchor" name="877bf4f0937f6be263e2686df4e77cf3"></a><!-- doxytag: member="moeoArchive::update" ref="877bf4f0937f6be263e2686df4e77cf3" args="(const eoPop&lt; MOEOT &gt; &amp;_pop)" -->
@ -277,9 +277,9 @@ Updates the archive with a given population _pop.
</dl>
<p>
Definition at line <a class="el" href="moeoArchive_8h-source.html#l00138">138</a> of file <a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>.
Definition at line <a class="el" href="moeoArchive_8h-source.html#l00161">161</a> of file <a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>.
<p>
References <a class="el" href="moeoArchive_8h-source.html#l00095">moeoArchive&lt; MOEOT &gt;::update()</a>.
References <a class="el" href="moeoArchive_8h-source.html#l00118">moeoArchive&lt; MOEOT &gt;::update()</a>.
</div>
</div><p>
<a class="anchor" name="937088a6054ba1b50db651f50dda3a72"></a><!-- doxytag: member="moeoArchive::equals" ref="937088a6054ba1b50db651f50dda3a72" args="(const moeoArchive&lt; MOEOT &gt; &amp;_arch)" -->
@ -310,14 +310,14 @@ Returns true if the current archive contains the same objective vectors than the
</dl>
<p>
Definition at line <a class="el" href="moeoArchive_8h-source.html#l00151">151</a> of file <a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>.
Definition at line <a class="el" href="moeoArchive_8h-source.html#l00174">174</a> of file <a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>.
<p>
References <a class="el" href="moeoArchive_8h-source.html#l00078">moeoArchive&lt; MOEOT &gt;::contains()</a>.
References <a class="el" href="moeoArchive_8h-source.html#l00101">moeoArchive&lt; MOEOT &gt;::contains()</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -29,6 +29,7 @@
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>moeoArchiveObjectiveVectorSavingUpdater&lt; MOEOT &gt; Member List</h1>This is the complete list of members for <a class="el" href="classmoeoArchiveObjectiveVectorSavingUpdater.html">moeoArchiveObjectiveVectorSavingUpdater&lt; MOEOT &gt;</a>, including all inherited members.<p><table>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_updater.html#d24e769249a861468a0c0e113d1208bb">addTo</a>(eoCheckPoint&lt; EOT &gt; &amp;cp)</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_updater.html">eoUpdater</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoArchiveObjectiveVectorSavingUpdater.html#b252eed0ea4f837efefdcdd81d5c42a6">arch</a></td><td><a class="el" href="classmoeoArchiveObjectiveVectorSavingUpdater.html">moeoArchiveObjectiveVectorSavingUpdater&lt; MOEOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_updater.html#362659613082a328a9a1fac94cc2a120">className</a>(void) const </td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_updater.html">eoUpdater</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoArchiveObjectiveVectorSavingUpdater.html#6eb54eb29152e2d357b1b975ce33c062">count</a></td><td><a class="el" href="classmoeoArchiveObjectiveVectorSavingUpdater.html">moeoArchiveObjectiveVectorSavingUpdater&lt; MOEOT &gt;</a></td><td><code> [private]</code></td></tr>
@ -42,7 +43,7 @@
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_f.html#ce124173b1bde24e846c8095e5bf060b">result_type</a> typedef</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_f.html">eoF&lt; void &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_f.html#178dc5a2f684f488c806089dec9ae84b">~eoF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_f.html">eoF&lt; void &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -80,7 +80,7 @@ This class allows to save the objective vectors of the solutions contained in an
<p>
<p>
Definition at line <a class="el" href="moeoArchiveObjectiveVectorSavingUpdater_8h-source.html#l00028">28</a> of file <a class="el" href="moeoArchiveObjectiveVectorSavingUpdater_8h-source.html">moeoArchiveObjectiveVectorSavingUpdater.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
Definition at line <a class="el" href="moeoArchiveObjectiveVectorSavingUpdater_8h-source.html#l00051">51</a> of file <a class="el" href="moeoArchiveObjectiveVectorSavingUpdater_8h-source.html">moeoArchiveObjectiveVectorSavingUpdater.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="d9f70d24605ccd1e89c8b4ea4c96c333"></a><!-- doxytag: member="moeoArchiveObjectiveVectorSavingUpdater::moeoArchiveObjectiveVectorSavingUpdater" ref="d9f70d24605ccd1e89c8b4ea4c96c333" args="(moeoArchive&lt; MOEOT &gt; &amp;_arch, const std::string &amp;_filename, bool _count=false, int _id=-1)" -->
<div class="memitem">
<div class="memproto">
@ -133,12 +133,12 @@ Ctor.
</dl>
<p>
Definition at line <a class="el" href="moeoArchiveObjectiveVectorSavingUpdater_8h-source.html#l00039">39</a> of file <a class="el" href="moeoArchiveObjectiveVectorSavingUpdater_8h-source.html">moeoArchiveObjectiveVectorSavingUpdater.h</a>.
Definition at line <a class="el" href="moeoArchiveObjectiveVectorSavingUpdater_8h-source.html#l00062">62</a> of file <a class="el" href="moeoArchiveObjectiveVectorSavingUpdater_8h-source.html">moeoArchiveObjectiveVectorSavingUpdater.h</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoArchiveObjectiveVectorSavingUpdater_8h-source.html">moeoArchiveObjectiveVectorSavingUpdater.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -29,6 +29,7 @@
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>moeoArchiveUpdater&lt; MOEOT &gt; Member List</h1>This is the complete list of members for <a class="el" href="classmoeoArchiveUpdater.html">moeoArchiveUpdater&lt; MOEOT &gt;</a>, including all inherited members.<p><table>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_updater.html#d24e769249a861468a0c0e113d1208bb">addTo</a>(eoCheckPoint&lt; EOT &gt; &amp;cp)</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_updater.html">eoUpdater</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoArchiveUpdater.html#64531e46898b0e2a4ec48ba28dbfd59d">arch</a></td><td><a class="el" href="classmoeoArchiveUpdater.html">moeoArchiveUpdater&lt; MOEOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_updater.html#362659613082a328a9a1fac94cc2a120">className</a>(void) const </td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_updater.html">eoUpdater</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_f.html#2e9f6291a5516a275953520ca592ec20">functor_category</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_f.html">eoF&lt; void &gt;</a></td><td><code> [static]</code></td></tr>
@ -39,7 +40,7 @@
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_f.html#ce124173b1bde24e846c8095e5bf060b">result_type</a> typedef</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_f.html">eoF&lt; void &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_f.html#178dc5a2f684f488c806089dec9ae84b">~eoF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_f.html">eoF&lt; void &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -68,7 +68,7 @@ This class allows to update the archive at each generation with newly found non-
<p>
<p>
Definition at line <a class="el" href="moeoArchiveUpdater_8h-source.html#l00024">24</a> of file <a class="el" href="moeoArchiveUpdater_8h-source.html">moeoArchiveUpdater.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
Definition at line <a class="el" href="moeoArchiveUpdater_8h-source.html#l00047">47</a> of file <a class="el" href="moeoArchiveUpdater_8h-source.html">moeoArchiveUpdater.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="1497a2bc8df12565b3ea21bb8e08bee1"></a><!-- doxytag: member="moeoArchiveUpdater::moeoArchiveUpdater" ref="1497a2bc8df12565b3ea21bb8e08bee1" args="(moeoArchive&lt; MOEOT &gt; &amp;_arch, const eoPop&lt; MOEOT &gt; &amp;_pop)" -->
<div class="memitem">
<div class="memproto">
@ -107,12 +107,12 @@ Ctor.
</dl>
<p>
Definition at line <a class="el" href="moeoArchiveUpdater_8h-source.html#l00033">33</a> of file <a class="el" href="moeoArchiveUpdater_8h-source.html">moeoArchiveUpdater.h</a>.
Definition at line <a class="el" href="moeoArchiveUpdater_8h-source.html#l00056">56</a> of file <a class="el" href="moeoArchiveUpdater_8h-source.html">moeoArchiveUpdater.h</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoArchiveUpdater_8h-source.html">moeoArchiveUpdater.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -36,7 +36,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoFitnessAssignment.html#057fd85764abb5de35adb52b5ef695be">updateByDeleting</a>(eoPop&lt; MOEOT &gt; &amp;_pop, MOEOT &amp;_moeo)</td><td><a class="el" href="classmoeoFitnessAssignment.html">moeoFitnessAssignment&lt; MOEOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#ed542967512c7a8f2ba6472a0c5c128d">~eoUF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; eoPop&lt; MOEOT &gt; &amp;, void &gt;</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -53,9 +53,9 @@
<p>
<p>
Definition at line <a class="el" href="moeoBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00022">22</a> of file <a class="el" href="moeoBinaryIndicatorBasedFitnessAssignment_8h-source.html">moeoBinaryIndicatorBasedFitnessAssignment.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
Definition at line <a class="el" href="moeoBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00045">45</a> of file <a class="el" href="moeoBinaryIndicatorBasedFitnessAssignment_8h-source.html">moeoBinaryIndicatorBasedFitnessAssignment.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoBinaryIndicatorBasedFitnessAssignment_8h-source.html">moeoBinaryIndicatorBasedFitnessAssignment.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -33,7 +33,7 @@
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#a03c40b95210569b826df79a2237a0d0">operator()</a>(A1, A2)=0</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [pure virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#adc459db710dea2a91c47f8b6863b96c">~eoBF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -62,9 +62,9 @@ Base class for binary metrics.
<p>
<p>
Definition at line <a class="el" href="moeoMetric_8h-source.html#l00036">36</a> of file <a class="el" href="moeoMetric_8h-source.html">moeoMetric.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
Definition at line <a class="el" href="moeoMetric_8h-source.html#l00059">59</a> of file <a class="el" href="moeoMetric_8h-source.html">moeoMetric.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoMetric_8h-source.html">moeoMetric.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -29,6 +29,7 @@
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>moeoBinaryMetricSavingUpdater&lt; MOEOT &gt; Member List</h1>This is the complete list of members for <a class="el" href="classmoeoBinaryMetricSavingUpdater.html">moeoBinaryMetricSavingUpdater&lt; MOEOT &gt;</a>, including all inherited members.<p><table>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_updater.html#d24e769249a861468a0c0e113d1208bb">addTo</a>(eoCheckPoint&lt; EOT &gt; &amp;cp)</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_updater.html">eoUpdater</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_updater.html#362659613082a328a9a1fac94cc2a120">className</a>(void) const </td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_updater.html">eoUpdater</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html#d8d3ce9ac8ab5a57ee1840bc1c98d776">counter</a></td><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html">moeoBinaryMetricSavingUpdater&lt; MOEOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html#6d280c180de7bab1e18ab2bb39a0e184">filename</a></td><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html">moeoBinaryMetricSavingUpdater&lt; MOEOT &gt;</a></td><td><code> [private]</code></td></tr>
@ -44,7 +45,7 @@
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_f.html#ce124173b1bde24e846c8095e5bf060b">result_type</a> typedef</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_f.html">eoF&lt; void &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_f.html#178dc5a2f684f488c806089dec9ae84b">~eoF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_f.html">eoF&lt; void &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -90,7 +90,7 @@ This class allows to save the progression of a binary metric comparing the objec
<p>
<p>
Definition at line <a class="el" href="moeoBinaryMetricSavingUpdater_8h-source.html#l00028">28</a> of file <a class="el" href="moeoBinaryMetricSavingUpdater_8h-source.html">moeoBinaryMetricSavingUpdater.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
Definition at line <a class="el" href="moeoBinaryMetricSavingUpdater_8h-source.html#l00051">51</a> of file <a class="el" href="moeoBinaryMetricSavingUpdater_8h-source.html">moeoBinaryMetricSavingUpdater.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="b7c3fb73caf759450367c76d4716bb62"></a><!-- doxytag: member="moeoBinaryMetricSavingUpdater::moeoBinaryMetricSavingUpdater" ref="b7c3fb73caf759450367c76d4716bb62" args="(moeoVectorVsVectorBinaryMetric&lt; ObjectiveVector, double &gt; &amp;_metric, const eoPop&lt; MOEOT &gt; &amp;_pop, std::string _filename)" -->
<div class="memitem">
<div class="memproto">
@ -136,12 +136,12 @@ Ctor.
</dl>
<p>
Definition at line <a class="el" href="moeoBinaryMetricSavingUpdater_8h-source.html#l00042">42</a> of file <a class="el" href="moeoBinaryMetricSavingUpdater_8h-source.html">moeoBinaryMetricSavingUpdater.h</a>.
Definition at line <a class="el" href="moeoBinaryMetricSavingUpdater_8h-source.html#l00065">65</a> of file <a class="el" href="moeoBinaryMetricSavingUpdater_8h-source.html">moeoBinaryMetricSavingUpdater.h</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoBinaryMetricSavingUpdater_8h-source.html">moeoBinaryMetricSavingUpdater.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -43,6 +43,7 @@
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/class_e_o.html#2d88f93163bc50fe57a18627e3b776b9">EO&lt; MOEOObjectiveVector &gt;::fitness</a>(const Fitness &amp;_fitness)</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/class_e_o.html">EO&lt; MOEOObjectiveVector &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/class_e_o.html#0e9eb37c82c311a6498be52c59586395">EO&lt; MOEOObjectiveVector &gt;::fitness</a>(performance_type perf)</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/class_e_o.html">EO&lt; MOEOObjectiveVector &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/class_e_o.html#2c8bbb894baa564cd8b38b5699321763">fitness_traits</a> typedef</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/class_e_o.html">EO&lt; MOEOObjectiveVector &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/class_e_o.html#04467a534c57168bf92c80f3d4f338de">fitnessReference</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/class_e_o.html">EO&lt; MOEOObjectiveVector &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classMOEO.html#314df446d1a9211121cedb2629da8906">invalid</a>() const </td><td><a class="el" href="classMOEO.html">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classMOEO.html#1069501a40e07071d78c067c46b696ee">invalidate</a>()</td><td><a class="el" href="classMOEO.html">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/class_e_o.html#dec1d9ef4915ccd68a3b9594009af678">invalidate_worth</a>(void)</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/class_e_o.html">EO&lt; MOEOObjectiveVector &gt;</a></td><td></td></tr>
@ -79,7 +80,7 @@
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_persistent.html#3fbc81768adc08cc9a31a15030b114c9">~eoPersistent</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_persistent.html">eoPersistent</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_printable.html#74ffc0d020758b11f640a798d251679e">~eoPrintable</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_printable.html">eoPrintable</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classMOEO.html#0215e9acab4ab57088175f9856e6c48c">~MOEO</a>()</td><td><a class="el" href="classMOEO.html">MOEO&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity &gt;</a></td><td><code> [inline, virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -68,7 +68,7 @@ This class is an implementationeo of a simple bit-valued <a class="el" href="cla
<p>
<p>
Definition at line <a class="el" href="moeoBitVector_8h-source.html#l00022">22</a> of file <a class="el" href="moeoBitVector_8h-source.html">moeoBitVector.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
Definition at line <a class="el" href="moeoBitVector_8h-source.html#l00045">45</a> of file <a class="el" href="moeoBitVector_8h-source.html">moeoBitVector.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="959ae6d2acf91467142366049a0b6121"></a><!-- doxytag: member="moeoBitVector::moeoBitVector" ref="959ae6d2acf91467142366049a0b6121" args="(unsigned int _size=0, bool _value=false)" -->
<div class="memitem">
<div class="memproto">
@ -107,7 +107,7 @@ Ctor.
</dl>
<p>
Definition at line <a class="el" href="moeoBitVector_8h-source.html#l00037">37</a> of file <a class="el" href="moeoBitVector_8h-source.html">moeoBitVector.h</a>.
Definition at line <a class="el" href="moeoBitVector_8h-source.html#l00060">60</a> of file <a class="el" href="moeoBitVector_8h-source.html">moeoBitVector.h</a>.
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
@ -141,7 +141,7 @@ Writing object.
<p>
Reimplemented from <a class="el" href="classmoeoVector.html#d0a92cb26483ffab754ac4a0efb76308">moeoVector&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity, bool &gt;</a>.
<p>
Definition at line <a class="el" href="moeoBitVector_8h-source.html#l00054">54</a> of file <a class="el" href="moeoBitVector_8h-source.html">moeoBitVector.h</a>.
Definition at line <a class="el" href="moeoBitVector_8h-source.html#l00077">77</a> of file <a class="el" href="moeoBitVector_8h-source.html">moeoBitVector.h</a>.
</div>
</div><p>
<a class="anchor" name="31cd3f894615d0a27dd116a5c8082521"></a><!-- doxytag: member="moeoBitVector::readFrom" ref="31cd3f894615d0a27dd116a5c8082521" args="(std::istream &amp;_is)" -->
@ -174,12 +174,12 @@ Reading object.
<p>
Reimplemented from <a class="el" href="classmoeoVector.html#cd8ee0fe79bb9515b29e2a4d3fee5ab9">moeoVector&lt; MOEOObjectiveVector, MOEOFitness, MOEODiversity, bool &gt;</a>.
<p>
Definition at line <a class="el" href="moeoBitVector_8h-source.html#l00067">67</a> of file <a class="el" href="moeoBitVector_8h-source.html">moeoBitVector.h</a>.
Definition at line <a class="el" href="moeoBitVector_8h-source.html#l00090">90</a> of file <a class="el" href="moeoBitVector_8h-source.html">moeoBitVector.h</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoBitVector_8h-source.html">moeoBitVector.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -36,7 +36,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoCombinedLS.html#634d7fa3092fe8f88a1b54cacfdc35fd">operator()</a>(Type _type, moeoArchive&lt; MOEOT &gt; &amp;_arch)</td><td><a class="el" href="classmoeoCombinedLS.html">moeoCombinedLS&lt; MOEOT, Type &gt;</a></td><td><code> [inline, virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#adc459db710dea2a91c47f8b6863b96c">~eoBF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; Type, moeoArchive&lt; MOEOT &gt; &amp;, void &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -68,7 +68,7 @@ This class allows to embed a set of local searches that are sequentially applied
<p>
<p>
Definition at line <a class="el" href="moeoCombinedLS_8h-source.html#l00025">25</a> of file <a class="el" href="moeoCombinedLS_8h-source.html">moeoCombinedLS.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
Definition at line <a class="el" href="moeoCombinedLS_8h-source.html#l00048">48</a> of file <a class="el" href="moeoCombinedLS_8h-source.html">moeoCombinedLS.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="5d09220b47bac67bd332dc0f93226ae1"></a><!-- doxytag: member="moeoCombinedLS::moeoCombinedLS" ref="5d09220b47bac67bd332dc0f93226ae1" args="(moeoLS&lt; MOEOT, Type &gt; &amp;_first_mols)" -->
<div class="memitem">
<div class="memproto">
@ -97,9 +97,9 @@ Ctor.
</dl>
<p>
Definition at line <a class="el" href="moeoCombinedLS_8h-source.html#l00033">33</a> of file <a class="el" href="moeoCombinedLS_8h-source.html">moeoCombinedLS.h</a>.
Definition at line <a class="el" href="moeoCombinedLS_8h-source.html#l00056">56</a> of file <a class="el" href="moeoCombinedLS_8h-source.html">moeoCombinedLS.h</a>.
<p>
References <a class="el" href="moeoCombinedLS_8h-source.html#l00063">moeoCombinedLS&lt; MOEOT, Type &gt;::combinedLS</a>.
References <a class="el" href="moeoCombinedLS_8h-source.html#l00086">moeoCombinedLS&lt; MOEOT, Type &gt;::combinedLS</a>.
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
@ -131,9 +131,9 @@ Adds a new local search to combine.
</dl>
<p>
Definition at line <a class="el" href="moeoCombinedLS_8h-source.html#l00042">42</a> of file <a class="el" href="moeoCombinedLS_8h-source.html">moeoCombinedLS.h</a>.
Definition at line <a class="el" href="moeoCombinedLS_8h-source.html#l00065">65</a> of file <a class="el" href="moeoCombinedLS_8h-source.html">moeoCombinedLS.h</a>.
<p>
References <a class="el" href="moeoCombinedLS_8h-source.html#l00063">moeoCombinedLS&lt; MOEOT, Type &gt;::combinedLS</a>.
References <a class="el" href="moeoCombinedLS_8h-source.html#l00086">moeoCombinedLS&lt; MOEOT, Type &gt;::combinedLS</a>.
</div>
</div><p>
<a class="anchor" name="634d7fa3092fe8f88a1b54cacfdc35fd"></a><!-- doxytag: member="moeoCombinedLS::operator()" ref="634d7fa3092fe8f88a1b54cacfdc35fd" args="(Type _type, moeoArchive&lt; MOEOT &gt; &amp;_arch)" -->
@ -176,14 +176,14 @@ The new non-dominated solutions are added to the archive <dl compact><dt><b>Para
<p>
Implements <a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#a03c40b95210569b826df79a2237a0d0">eoBF&lt; Type, moeoArchive&lt; MOEOT &gt; &amp;, void &gt;</a>.
<p>
Definition at line <a class="el" href="moeoCombinedLS_8h-source.html#l00053">53</a> of file <a class="el" href="moeoCombinedLS_8h-source.html">moeoCombinedLS.h</a>.
Definition at line <a class="el" href="moeoCombinedLS_8h-source.html#l00076">76</a> of file <a class="el" href="moeoCombinedLS_8h-source.html">moeoCombinedLS.h</a>.
<p>
References <a class="el" href="moeoCombinedLS_8h-source.html#l00063">moeoCombinedLS&lt; MOEOT, Type &gt;::combinedLS</a>.
References <a class="el" href="moeoCombinedLS_8h-source.html#l00086">moeoCombinedLS&lt; MOEOT, Type &gt;::combinedLS</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoCombinedLS_8h-source.html">moeoCombinedLS.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -33,7 +33,7 @@
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#a03c40b95210569b826df79a2237a0d0">operator()</a>(A1, A2)=0</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [pure virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#adc459db710dea2a91c47f8b6863b96c">~eoBF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -55,9 +55,9 @@ Functor allowing to compare two solutions.
<p>
<p>
Definition at line <a class="el" href="moeoComparator_8h-source.html#l00022">22</a> of file <a class="el" href="moeoComparator_8h-source.html">moeoComparator.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
Definition at line <a class="el" href="moeoComparator_8h-source.html#l00045">45</a> of file <a class="el" href="moeoComparator_8h-source.html">moeoComparator.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoComparator_8h-source.html">moeoComparator.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -38,7 +38,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoContributionMetric.html#b474229c85ffbf5108f51eef01ab2d64">paretoComparator</a></td><td><a class="el" href="classmoeoContributionMetric.html">moeoContributionMetric&lt; ObjectiveVector &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#adc459db710dea2a91c47f8b6863b96c">~eoBF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -76,7 +76,7 @@ of the 2000 Congress on Evolutionary Computation, IEEE Press, pp. 317-324)
<p>
<p>
Definition at line <a class="el" href="moeoContributionMetric_8h-source.html#l00024">24</a> of file <a class="el" href="moeoContributionMetric_8h-source.html">moeoContributionMetric.h</a>.<hr><h2>Member Function Documentation</h2>
Definition at line <a class="el" href="moeoContributionMetric_8h-source.html#l00047">47</a> of file <a class="el" href="moeoContributionMetric_8h-source.html">moeoContributionMetric.h</a>.<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="491610f6557874c2989eaa7a75117dcb"></a><!-- doxytag: member="moeoContributionMetric::operator()" ref="491610f6557874c2989eaa7a75117dcb" args="(const std::vector&lt; ObjectiveVector &gt; &amp;_set1, const std::vector&lt; ObjectiveVector &gt; &amp;_set2)" -->
<div class="memitem">
<div class="memproto">
@ -115,9 +115,9 @@ Returns the contribution of the Pareto set '_set1' relatively to the Pareto set
</dl>
<p>
Definition at line <a class="el" href="moeoContributionMetric_8h-source.html#l00033">33</a> of file <a class="el" href="moeoContributionMetric_8h-source.html">moeoContributionMetric.h</a>.
Definition at line <a class="el" href="moeoContributionMetric_8h-source.html#l00056">56</a> of file <a class="el" href="moeoContributionMetric_8h-source.html">moeoContributionMetric.h</a>.
<p>
References <a class="el" href="moeoContributionMetric_8h-source.html#l00054">moeoContributionMetric&lt; ObjectiveVector &gt;::card_C()</a>, <a class="el" href="moeoContributionMetric_8h-source.html#l00089">moeoContributionMetric&lt; ObjectiveVector &gt;::card_N()</a>, and <a class="el" href="moeoContributionMetric_8h-source.html#l00071">moeoContributionMetric&lt; ObjectiveVector &gt;::card_W()</a>.
References <a class="el" href="moeoContributionMetric_8h-source.html#l00077">moeoContributionMetric&lt; ObjectiveVector &gt;::card_C()</a>, <a class="el" href="moeoContributionMetric_8h-source.html#l00112">moeoContributionMetric&lt; ObjectiveVector &gt;::card_N()</a>, and <a class="el" href="moeoContributionMetric_8h-source.html#l00094">moeoContributionMetric&lt; ObjectiveVector &gt;::card_W()</a>.
</div>
</div><p>
<a class="anchor" name="4e60849763aaad0cdea66e71edf2d29e"></a><!-- doxytag: member="moeoContributionMetric::card_C" ref="4e60849763aaad0cdea66e71edf2d29e" args="(const std::vector&lt; ObjectiveVector &gt; &amp;_set1, const std::vector&lt; ObjectiveVector &gt; &amp;_set2)" -->
@ -158,9 +158,9 @@ Returns the number of solutions both in '_set1' and '_set2'.
</dl>
<p>
Definition at line <a class="el" href="moeoContributionMetric_8h-source.html#l00054">54</a> of file <a class="el" href="moeoContributionMetric_8h-source.html">moeoContributionMetric.h</a>.
Definition at line <a class="el" href="moeoContributionMetric_8h-source.html#l00077">77</a> of file <a class="el" href="moeoContributionMetric_8h-source.html">moeoContributionMetric.h</a>.
<p>
Referenced by <a class="el" href="moeoContributionMetric_8h-source.html#l00033">moeoContributionMetric&lt; ObjectiveVector &gt;::operator()()</a>.
Referenced by <a class="el" href="moeoContributionMetric_8h-source.html#l00056">moeoContributionMetric&lt; ObjectiveVector &gt;::operator()()</a>.
</div>
</div><p>
<a class="anchor" name="68d6d1ec1ed0bed1ea290cdacb93b5b2"></a><!-- doxytag: member="moeoContributionMetric::card_W" ref="68d6d1ec1ed0bed1ea290cdacb93b5b2" args="(const std::vector&lt; ObjectiveVector &gt; &amp;_set1, const std::vector&lt; ObjectiveVector &gt; &amp;_set2)" -->
@ -201,11 +201,11 @@ Returns the number of solutions in '_set1' dominating at least one solution of '
</dl>
<p>
Definition at line <a class="el" href="moeoContributionMetric_8h-source.html#l00071">71</a> of file <a class="el" href="moeoContributionMetric_8h-source.html">moeoContributionMetric.h</a>.
Definition at line <a class="el" href="moeoContributionMetric_8h-source.html#l00094">94</a> of file <a class="el" href="moeoContributionMetric_8h-source.html">moeoContributionMetric.h</a>.
<p>
References <a class="el" href="moeoContributionMetric_8h-source.html#l00046">moeoContributionMetric&lt; ObjectiveVector &gt;::paretoComparator</a>.
References <a class="el" href="moeoContributionMetric_8h-source.html#l00069">moeoContributionMetric&lt; ObjectiveVector &gt;::paretoComparator</a>.
<p>
Referenced by <a class="el" href="moeoContributionMetric_8h-source.html#l00033">moeoContributionMetric&lt; ObjectiveVector &gt;::operator()()</a>.
Referenced by <a class="el" href="moeoContributionMetric_8h-source.html#l00056">moeoContributionMetric&lt; ObjectiveVector &gt;::operator()()</a>.
</div>
</div><p>
<a class="anchor" name="df26b17120ed2271a6d1ec9c8c77b451"></a><!-- doxytag: member="moeoContributionMetric::card_N" ref="df26b17120ed2271a6d1ec9c8c77b451" args="(const std::vector&lt; ObjectiveVector &gt; &amp;_set1, const std::vector&lt; ObjectiveVector &gt; &amp;_set2)" -->
@ -246,16 +246,16 @@ Returns the number of solutions in '_set1' having no relation of dominance with
</dl>
<p>
Definition at line <a class="el" href="moeoContributionMetric_8h-source.html#l00089">89</a> of file <a class="el" href="moeoContributionMetric_8h-source.html">moeoContributionMetric.h</a>.
Definition at line <a class="el" href="moeoContributionMetric_8h-source.html#l00112">112</a> of file <a class="el" href="moeoContributionMetric_8h-source.html">moeoContributionMetric.h</a>.
<p>
References <a class="el" href="moeoContributionMetric_8h-source.html#l00046">moeoContributionMetric&lt; ObjectiveVector &gt;::paretoComparator</a>.
References <a class="el" href="moeoContributionMetric_8h-source.html#l00069">moeoContributionMetric&lt; ObjectiveVector &gt;::paretoComparator</a>.
<p>
Referenced by <a class="el" href="moeoContributionMetric_8h-source.html#l00033">moeoContributionMetric&lt; ObjectiveVector &gt;::operator()()</a>.
Referenced by <a class="el" href="moeoContributionMetric_8h-source.html#l00056">moeoContributionMetric&lt; ObjectiveVector &gt;::operator()()</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoContributionMetric_8h-source.html">moeoContributionMetric.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -34,7 +34,7 @@
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#786e028409366dc273e19104f17ba68a">eoUF::operator()</a>(A1)=0</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; A1, R &gt;</a></td><td><code> [pure virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#ed542967512c7a8f2ba6472a0c5c128d">~eoUF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; A1, R &gt;</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -54,7 +54,7 @@ Functor allowing to get a vector of objective vectors from a population.
<p>
<p>
Definition at line <a class="el" href="moeoConvertPopToObjectiveVectors_8h-source.html#l00023">23</a> of file <a class="el" href="moeoConvertPopToObjectiveVectors_8h-source.html">moeoConvertPopToObjectiveVectors.h</a>.<hr><h2>Member Function Documentation</h2>
Definition at line <a class="el" href="moeoConvertPopToObjectiveVectors_8h-source.html#l00046">46</a> of file <a class="el" href="moeoConvertPopToObjectiveVectors_8h-source.html">moeoConvertPopToObjectiveVectors.h</a>.<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="8fada75aa151a6eaa310c5064f783c86"></a><!-- doxytag: member="moeoConvertPopToObjectiveVectors::operator()" ref="8fada75aa151a6eaa310c5064f783c86" args="(const eoPop&lt; MOEOT &gt; _pop)" -->
<div class="memitem">
<div class="memproto">
@ -83,12 +83,12 @@ Returns a vector of the objective vectors from the population _pop.
</dl>
<p>
Definition at line <a class="el" href="moeoConvertPopToObjectiveVectors_8h-source.html#l00031">31</a> of file <a class="el" href="moeoConvertPopToObjectiveVectors_8h-source.html">moeoConvertPopToObjectiveVectors.h</a>.
Definition at line <a class="el" href="moeoConvertPopToObjectiveVectors_8h-source.html#l00054">54</a> of file <a class="el" href="moeoConvertPopToObjectiveVectors_8h-source.html">moeoConvertPopToObjectiveVectors.h</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoConvertPopToObjectiveVectors_8h-source.html">moeoConvertPopToObjectiveVectors.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -36,7 +36,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoFitnessAssignment.html#057fd85764abb5de35adb52b5ef695be">updateByDeleting</a>(eoPop&lt; MOEOT &gt; &amp;_pop, MOEOT &amp;_moeo)</td><td><a class="el" href="classmoeoFitnessAssignment.html">moeoFitnessAssignment&lt; MOEOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#ed542967512c7a8f2ba6472a0c5c128d">~eoUF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; eoPop&lt; MOEOT &gt; &amp;, void &gt;</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -51,9 +51,9 @@
<p>
<p>
Definition at line <a class="el" href="moeoCriterionBasedFitnessAssignment_8h-source.html#l00022">22</a> of file <a class="el" href="moeoCriterionBasedFitnessAssignment_8h-source.html">moeoCriterionBasedFitnessAssignment.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
Definition at line <a class="el" href="moeoCriterionBasedFitnessAssignment_8h-source.html#l00045">45</a> of file <a class="el" href="moeoCriterionBasedFitnessAssignment_8h-source.html">moeoCriterionBasedFitnessAssignment.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoCriterionBasedFitnessAssignment_8h-source.html">moeoCriterionBasedFitnessAssignment.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -39,7 +39,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoDiversityAssignment.html#d104002fdd5d81aabe25f95d443ed390">moeoDiversityAssignment::updateByDeleting</a>(eoPop&lt; MOEOT &gt; &amp;_pop, MOEOT &amp;_moeo)</td><td><a class="el" href="classmoeoDiversityAssignment.html">moeoDiversityAssignment&lt; MOEOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#ed542967512c7a8f2ba6472a0c5c128d">~eoUF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; eoPop&lt; MOEOT &gt; &amp;, void &gt;</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -77,7 +77,7 @@ Deb, A. Pratap, S. Agarwal, T. Meyarivan, "A Fast and Elitist Multi-Objective Ge
<p>
<p>
Definition at line <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html#l00025">25</a> of file <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html">moeoCrowdingDiversityAssignment.h</a>.<hr><h2>Member Function Documentation</h2>
Definition at line <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html#l00048">48</a> of file <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html">moeoCrowdingDiversityAssignment.h</a>.<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="1db056d5e06b337e67f848fdb60fa2a6"></a><!-- doxytag: member="moeoCrowdingDiversityAssignment::operator()" ref="1db056d5e06b337e67f848fdb60fa2a6" args="(eoPop&lt; MOEOT &gt; &amp;_pop)" -->
<div class="memitem">
<div class="memproto">
@ -108,9 +108,9 @@ Computes diversity values for every solution contained in the population _pop.
<p>
Implements <a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#786e028409366dc273e19104f17ba68a">eoUF&lt; eoPop&lt; MOEOT &gt; &amp;, void &gt;</a>.
<p>
Definition at line <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html#l00055">55</a> of file <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html">moeoCrowdingDiversityAssignment.h</a>.
Definition at line <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html#l00078">78</a> of file <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html">moeoCrowdingDiversityAssignment.h</a>.
<p>
References <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html#l00036">moeoCrowdingDiversityAssignment&lt; MOEOT &gt;::inf()</a>, and <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html#l00090">moeoCrowdingDiversityAssignment&lt; MOEOT &gt;::setDistances()</a>.
References <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html#l00059">moeoCrowdingDiversityAssignment&lt; MOEOT &gt;::inf()</a>, and <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html#l00113">moeoCrowdingDiversityAssignment&lt; MOEOT &gt;::setDistances()</a>.
</div>
</div><p>
<a class="anchor" name="ba1d60c8e59fbe2c12e9eef33863f012"></a><!-- doxytag: member="moeoCrowdingDiversityAssignment::updateByDeleting" ref="ba1d60c8e59fbe2c12e9eef33863f012" args="(eoPop&lt; MOEOT &gt; &amp;_pop, ObjectiveVector &amp;_objVec)" -->
@ -155,7 +155,7 @@ Implements <a class="el" href="classmoeoDiversityAssignment.html#57f400263b36664
<p>
Reimplemented in <a class="el" href="classmoeoFrontByFrontCrowdingDiversityAssignment.html#f73ff88bd29c49260e2ca859250e4b68">moeoFrontByFrontCrowdingDiversityAssignment&lt; MOEOT &gt;</a>.
<p>
Definition at line <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html#l00078">78</a> of file <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html">moeoCrowdingDiversityAssignment.h</a>.
Definition at line <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html#l00101">101</a> of file <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html">moeoCrowdingDiversityAssignment.h</a>.
</div>
</div><p>
<a class="anchor" name="acbe3e03404ecc67dd5e83f00576c255"></a><!-- doxytag: member="moeoCrowdingDiversityAssignment::setDistances" ref="acbe3e03404ecc67dd5e83f00576c255" args="(eoPop&lt; MOEOT &gt; &amp;_pop)" -->
@ -188,16 +188,16 @@ Sets the distance values.
<p>
Reimplemented in <a class="el" href="classmoeoFrontByFrontCrowdingDiversityAssignment.html#1aa0ec7b94fbbf952636bcc21e1a9d16">moeoFrontByFrontCrowdingDiversityAssignment&lt; MOEOT &gt;</a>.
<p>
Definition at line <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html#l00090">90</a> of file <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html">moeoCrowdingDiversityAssignment.h</a>.
Definition at line <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html#l00113">113</a> of file <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html">moeoCrowdingDiversityAssignment.h</a>.
<p>
References <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html#l00036">moeoCrowdingDiversityAssignment&lt; MOEOT &gt;::inf()</a>.
References <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html#l00059">moeoCrowdingDiversityAssignment&lt; MOEOT &gt;::inf()</a>.
<p>
Referenced by <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html#l00055">moeoCrowdingDiversityAssignment&lt; MOEOT &gt;::operator()()</a>.
Referenced by <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html#l00078">moeoCrowdingDiversityAssignment&lt; MOEOT &gt;::operator()()</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html">moeoCrowdingDiversityAssignment.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -40,7 +40,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoDetTournamentSelect.html#061c191c2df365cf4325e0093aae2ae6">tSize</a></td><td><a class="el" href="classmoeoDetTournamentSelect.html">moeoDetTournamentSelect&lt; MOEOT &gt;</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#ed542967512c7a8f2ba6472a0c5c128d">~eoUF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; A1, R &gt;</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -76,7 +76,7 @@ Selection strategy that selects ONE individual by deterministic tournament.
<p>
<p>
Definition at line <a class="el" href="moeoDetTournamentSelect_8h-source.html#l00024">24</a> of file <a class="el" href="moeoDetTournamentSelect_8h-source.html">moeoDetTournamentSelect.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
Definition at line <a class="el" href="moeoDetTournamentSelect_8h-source.html#l00047">47</a> of file <a class="el" href="moeoDetTournamentSelect_8h-source.html">moeoDetTournamentSelect.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="106e44d01bbf2775b483104639c6556e"></a><!-- doxytag: member="moeoDetTournamentSelect::moeoDetTournamentSelect" ref="106e44d01bbf2775b483104639c6556e" args="(moeoComparator&lt; MOEOT &gt; &amp;_comparator, unsigned int _tSize=2)" -->
<div class="memitem">
<div class="memproto">
@ -115,9 +115,9 @@ Full Ctor.
</dl>
<p>
Definition at line <a class="el" href="moeoDetTournamentSelect_8h-source.html#l00033">33</a> of file <a class="el" href="moeoDetTournamentSelect_8h-source.html">moeoDetTournamentSelect.h</a>.
Definition at line <a class="el" href="moeoDetTournamentSelect_8h-source.html#l00056">56</a> of file <a class="el" href="moeoDetTournamentSelect_8h-source.html">moeoDetTournamentSelect.h</a>.
<p>
References <a class="el" href="moeoDetTournamentSelect_8h-source.html#l00079">moeoDetTournamentSelect&lt; MOEOT &gt;::tSize</a>.
References <a class="el" href="moeoDetTournamentSelect_8h-source.html#l00102">moeoDetTournamentSelect&lt; MOEOT &gt;::tSize</a>.
</div>
</div><p>
<a class="anchor" name="f17a16c1b0f688832e7143e55d0f767d"></a><!-- doxytag: member="moeoDetTournamentSelect::moeoDetTournamentSelect" ref="f17a16c1b0f688832e7143e55d0f767d" args="(unsigned int _tSize=2)" -->
@ -148,9 +148,9 @@ A <a class="el" href="classmoeoFitnessThenDiversityComparator.html">moeoFitnessT
</dl>
<p>
Definition at line <a class="el" href="moeoDetTournamentSelect_8h-source.html#l00049">49</a> of file <a class="el" href="moeoDetTournamentSelect_8h-source.html">moeoDetTournamentSelect.h</a>.
Definition at line <a class="el" href="moeoDetTournamentSelect_8h-source.html#l00072">72</a> of file <a class="el" href="moeoDetTournamentSelect_8h-source.html">moeoDetTournamentSelect.h</a>.
<p>
References <a class="el" href="moeoDetTournamentSelect_8h-source.html#l00079">moeoDetTournamentSelect&lt; MOEOT &gt;::tSize</a>.
References <a class="el" href="moeoDetTournamentSelect_8h-source.html#l00102">moeoDetTournamentSelect&lt; MOEOT &gt;::tSize</a>.
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
@ -182,14 +182,14 @@ Apply the tournament to the given population.
</dl>
<p>
Definition at line <a class="el" href="moeoDetTournamentSelect_8h-source.html#l00065">65</a> of file <a class="el" href="moeoDetTournamentSelect_8h-source.html">moeoDetTournamentSelect.h</a>.
Definition at line <a class="el" href="moeoDetTournamentSelect_8h-source.html#l00088">88</a> of file <a class="el" href="moeoDetTournamentSelect_8h-source.html">moeoDetTournamentSelect.h</a>.
<p>
References <a class="el" href="moeoDetTournamentSelect_8h-source.html#l00075">moeoDetTournamentSelect&lt; MOEOT &gt;::comparator</a>, and <a class="el" href="moeoDetTournamentSelect_8h-source.html#l00079">moeoDetTournamentSelect&lt; MOEOT &gt;::tSize</a>.
References <a class="el" href="moeoDetTournamentSelect_8h-source.html#l00098">moeoDetTournamentSelect&lt; MOEOT &gt;::comparator</a>, and <a class="el" href="moeoDetTournamentSelect_8h-source.html#l00102">moeoDetTournamentSelect&lt; MOEOT &gt;::tSize</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoDetTournamentSelect_8h-source.html">moeoDetTournamentSelect.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -36,7 +36,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoDistance.html#b08e7b8c1bedb2993669ec0315fb2b73">setup</a>(eoRealInterval _realInterval, unsigned int _obj)</td><td><a class="el" href="classmoeoDistance.html">moeoDistance&lt; MOEOT, Type &gt;</a></td><td><code> [inline, virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#adc459db710dea2a91c47f8b6863b96c">~eoBF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -61,7 +61,7 @@ The base class for distance computation.
<p>
<p>
Definition at line <a class="el" href="moeoDistance_8h-source.html#l00022">22</a> of file <a class="el" href="moeoDistance_8h-source.html">moeoDistance.h</a>.<hr><h2>Member Function Documentation</h2>
Definition at line <a class="el" href="moeoDistance_8h-source.html#l00045">45</a> of file <a class="el" href="moeoDistance_8h-source.html">moeoDistance.h</a>.<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="1834a67c2a7a96f0c9a3c408108a8f8c"></a><!-- doxytag: member="moeoDistance::setup" ref="1834a67c2a7a96f0c9a3c408108a8f8c" args="(const eoPop&lt; MOEOT &gt; &amp;_pop)" -->
<div class="memitem">
<div class="memproto">
@ -92,7 +92,7 @@ Nothing to do.
<p>
Reimplemented in <a class="el" href="classmoeoNormalizedDistance.html#b99ffed3c0ce6c9c10aef0a76d983bb1">moeoNormalizedDistance&lt; MOEOT, Type &gt;</a>, and <a class="el" href="classmoeoNormalizedDistance.html#b99ffed3c0ce6c9c10aef0a76d983bb1">moeoNormalizedDistance&lt; MOEOT &gt;</a>.
<p>
Definition at line <a class="el" href="moeoDistance_8h-source.html#l00030">30</a> of file <a class="el" href="moeoDistance_8h-source.html">moeoDistance.h</a>.
Definition at line <a class="el" href="moeoDistance_8h-source.html#l00053">53</a> of file <a class="el" href="moeoDistance_8h-source.html">moeoDistance.h</a>.
</div>
</div><p>
<a class="anchor" name="341c4fa39652871761053e85914a16ad"></a><!-- doxytag: member="moeoDistance::setup" ref="341c4fa39652871761053e85914a16ad" args="(double _min, double _max, unsigned int _obj)" -->
@ -142,7 +142,7 @@ Nothing to do.
<p>
Reimplemented in <a class="el" href="classmoeoNormalizedDistance.html#e58bbf9eb90a8d2704f88d774d3fe1e1">moeoNormalizedDistance&lt; MOEOT, Type &gt;</a>, and <a class="el" href="classmoeoNormalizedDistance.html#e58bbf9eb90a8d2704f88d774d3fe1e1">moeoNormalizedDistance&lt; MOEOT &gt;</a>.
<p>
Definition at line <a class="el" href="moeoDistance_8h-source.html#l00040">40</a> of file <a class="el" href="moeoDistance_8h-source.html">moeoDistance.h</a>.
Definition at line <a class="el" href="moeoDistance_8h-source.html#l00063">63</a> of file <a class="el" href="moeoDistance_8h-source.html">moeoDistance.h</a>.
</div>
</div><p>
<a class="anchor" name="b08e7b8c1bedb2993669ec0315fb2b73"></a><!-- doxytag: member="moeoDistance::setup" ref="b08e7b8c1bedb2993669ec0315fb2b73" args="(eoRealInterval _realInterval, unsigned int _obj)" -->
@ -185,12 +185,12 @@ Nothing to do.
<p>
Reimplemented in <a class="el" href="classmoeoNormalizedDistance.html#dda4f95d7f6cae9dd1f4bf6cd8fb7c1c">moeoNormalizedDistance&lt; MOEOT, Type &gt;</a>, and <a class="el" href="classmoeoNormalizedDistance.html#dda4f95d7f6cae9dd1f4bf6cd8fb7c1c">moeoNormalizedDistance&lt; MOEOT &gt;</a>.
<p>
Definition at line <a class="el" href="moeoDistance_8h-source.html#l00049">49</a> of file <a class="el" href="moeoDistance_8h-source.html">moeoDistance.h</a>.
Definition at line <a class="el" href="moeoDistance_8h-source.html#l00072">72</a> of file <a class="el" href="moeoDistance_8h-source.html">moeoDistance.h</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoDistance_8h-source.html">moeoDistance.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -35,7 +35,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoDistanceMatrix.html#ae3d433983a0a3d369cc17971498ad48">operator()</a>(const eoPop&lt; MOEOT &gt; &amp;_pop)</td><td><a class="el" href="classmoeoDistanceMatrix.html">moeoDistanceMatrix&lt; MOEOT, Type &gt;</a></td><td><code> [inline, virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#ed542967512c7a8f2ba6472a0c5c128d">~eoUF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; const eoPop&lt; MOEOT &gt; &amp;, void &gt;</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -62,7 +62,7 @@ A matrix to compute distances between every pair of individuals contained in a p
<p>
<p>
Definition at line <a class="el" href="moeoDistanceMatrix_8h-source.html#l00024">24</a> of file <a class="el" href="moeoDistanceMatrix_8h-source.html">moeoDistanceMatrix.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
Definition at line <a class="el" href="moeoDistanceMatrix_8h-source.html#l00047">47</a> of file <a class="el" href="moeoDistanceMatrix_8h-source.html">moeoDistanceMatrix.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="5526260bd46b6877abd700a15b9b9ee8"></a><!-- doxytag: member="moeoDistanceMatrix::moeoDistanceMatrix" ref="5526260bd46b6877abd700a15b9b9ee8" args="(unsigned int _size, moeoDistance&lt; MOEOT, Type &gt; &amp;_distance)" -->
<div class="memitem">
<div class="memproto">
@ -101,7 +101,7 @@ Ctor.
</dl>
<p>
Definition at line <a class="el" href="moeoDistanceMatrix_8h-source.html#l00037">37</a> of file <a class="el" href="moeoDistanceMatrix_8h-source.html">moeoDistanceMatrix.h</a>.
Definition at line <a class="el" href="moeoDistanceMatrix_8h-source.html#l00060">60</a> of file <a class="el" href="moeoDistanceMatrix_8h-source.html">moeoDistanceMatrix.h</a>.
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
@ -135,14 +135,14 @@ Sets the distance between every pair of individuals contained in the population
<p>
Implements <a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#786e028409366dc273e19104f17ba68a">eoUF&lt; const eoPop&lt; MOEOT &gt; &amp;, void &gt;</a>.
<p>
Definition at line <a class="el" href="moeoDistanceMatrix_8h-source.html#l00051">51</a> of file <a class="el" href="moeoDistanceMatrix_8h-source.html">moeoDistanceMatrix.h</a>.
Definition at line <a class="el" href="moeoDistanceMatrix_8h-source.html#l00074">74</a> of file <a class="el" href="moeoDistanceMatrix_8h-source.html">moeoDistanceMatrix.h</a>.
<p>
References <a class="el" href="moeoDistanceMatrix_8h-source.html#l00072">moeoDistanceMatrix&lt; MOEOT, Type &gt;::distance</a>.
References <a class="el" href="moeoDistanceMatrix_8h-source.html#l00095">moeoDistanceMatrix&lt; MOEOT, Type &gt;::distance</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoDistanceMatrix_8h-source.html">moeoDistanceMatrix.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -36,7 +36,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoDiversityAssignment.html#d104002fdd5d81aabe25f95d443ed390">updateByDeleting</a>(eoPop&lt; MOEOT &gt; &amp;_pop, MOEOT &amp;_moeo)</td><td><a class="el" href="classmoeoDiversityAssignment.html">moeoDiversityAssignment&lt; MOEOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#ed542967512c7a8f2ba6472a0c5c128d">~eoUF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; eoPop&lt; MOEOT &gt; &amp;, void &gt;</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -67,7 +67,7 @@ Functor that sets the diversity values of a whole population.
<p>
<p>
Definition at line <a class="el" href="moeoDiversityAssignment_8h-source.html#l00023">23</a> of file <a class="el" href="moeoDiversityAssignment_8h-source.html">moeoDiversityAssignment.h</a>.<hr><h2>Member Function Documentation</h2>
Definition at line <a class="el" href="moeoDiversityAssignment_8h-source.html#l00046">46</a> of file <a class="el" href="moeoDiversityAssignment_8h-source.html">moeoDiversityAssignment.h</a>.<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="57f400263b36664df6269f1b522cfdcb"></a><!-- doxytag: member="moeoDiversityAssignment::updateByDeleting" ref="57f400263b36664df6269f1b522cfdcb" args="(eoPop&lt; MOEOT &gt; &amp;_pop, ObjectiveVector &amp;_objVec)=0" -->
<div class="memitem">
<div class="memproto">
@ -108,7 +108,7 @@ Updates the diversity values of the whole population _pop by taking the deletion
<p>
Implemented in <a class="el" href="classmoeoCrowdingDiversityAssignment.html#ba1d60c8e59fbe2c12e9eef33863f012">moeoCrowdingDiversityAssignment&lt; MOEOT &gt;</a>, <a class="el" href="classmoeoDummyDiversityAssignment.html#3382b59e2b8bbdc840dc25463649f1e4">moeoDummyDiversityAssignment&lt; MOEOT &gt;</a>, <a class="el" href="classmoeoFrontByFrontCrowdingDiversityAssignment.html#f73ff88bd29c49260e2ca859250e4b68">moeoFrontByFrontCrowdingDiversityAssignment&lt; MOEOT &gt;</a>, <a class="el" href="classmoeoFrontByFrontSharingDiversityAssignment.html#623489a246f86cf24cc5860d32caa743">moeoFrontByFrontSharingDiversityAssignment&lt; MOEOT &gt;</a>, and <a class="el" href="classmoeoSharingDiversityAssignment.html#21c8d6e020af23b2be219b7e02248300">moeoSharingDiversityAssignment&lt; MOEOT &gt;</a>.
<p>
Referenced by <a class="el" href="moeoDiversityAssignment_8h-source.html#l00044">moeoDiversityAssignment&lt; MOEOT &gt;::updateByDeleting()</a>.
Referenced by <a class="el" href="moeoDiversityAssignment_8h-source.html#l00067">moeoDiversityAssignment&lt; MOEOT &gt;::updateByDeleting()</a>.
</div>
</div><p>
<a class="anchor" name="d104002fdd5d81aabe25f95d443ed390"></a><!-- doxytag: member="moeoDiversityAssignment::updateByDeleting" ref="d104002fdd5d81aabe25f95d443ed390" args="(eoPop&lt; MOEOT &gt; &amp;_pop, MOEOT &amp;_moeo)" -->
@ -149,14 +149,14 @@ Updates the diversity values of the whole population _pop by taking the deletion
</dl>
<p>
Definition at line <a class="el" href="moeoDiversityAssignment_8h-source.html#l00044">44</a> of file <a class="el" href="moeoDiversityAssignment_8h-source.html">moeoDiversityAssignment.h</a>.
Definition at line <a class="el" href="moeoDiversityAssignment_8h-source.html#l00067">67</a> of file <a class="el" href="moeoDiversityAssignment_8h-source.html">moeoDiversityAssignment.h</a>.
<p>
References <a class="el" href="classmoeoDiversityAssignment.html#57f400263b36664df6269f1b522cfdcb">moeoDiversityAssignment&lt; MOEOT &gt;::updateByDeleting()</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoDiversityAssignment_8h-source.html">moeoDiversityAssignment.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -34,7 +34,7 @@
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#a03c40b95210569b826df79a2237a0d0">moeoComparator::operator()</a>(A1, A2)=0</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [pure virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#adc459db710dea2a91c47f8b6863b96c">~eoBF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -55,7 +55,7 @@ Functor allowing to compare two solutions according to their diversity values, t
<p>
<p>
Definition at line <a class="el" href="moeoDiversityThenFitnessComparator_8h-source.html#l00022">22</a> of file <a class="el" href="moeoDiversityThenFitnessComparator_8h-source.html">moeoDiversityThenFitnessComparator.h</a>.<hr><h2>Member Function Documentation</h2>
Definition at line <a class="el" href="moeoDiversityThenFitnessComparator_8h-source.html#l00045">45</a> of file <a class="el" href="moeoDiversityThenFitnessComparator_8h-source.html">moeoDiversityThenFitnessComparator.h</a>.<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="62620887203d033af92091d838d4b0b6"></a><!-- doxytag: member="moeoDiversityThenFitnessComparator::operator()" ref="62620887203d033af92091d838d4b0b6" args="(const MOEOT &amp;_moeo1, const MOEOT &amp;_moeo2)" -->
<div class="memitem">
<div class="memproto">
@ -94,12 +94,12 @@ Returns true if _moeo1 &lt; _moeo2 according to their diversity values, then acc
</dl>
<p>
Definition at line <a class="el" href="moeoDiversityThenFitnessComparator_8h-source.html#l00031">31</a> of file <a class="el" href="moeoDiversityThenFitnessComparator_8h-source.html">moeoDiversityThenFitnessComparator.h</a>.
Definition at line <a class="el" href="moeoDiversityThenFitnessComparator_8h-source.html#l00054">54</a> of file <a class="el" href="moeoDiversityThenFitnessComparator_8h-source.html">moeoDiversityThenFitnessComparator.h</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoDiversityThenFitnessComparator_8h-source.html">moeoDiversityThenFitnessComparator.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -36,7 +36,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoDiversityAssignment.html#d104002fdd5d81aabe25f95d443ed390">moeoDiversityAssignment::updateByDeleting</a>(eoPop&lt; MOEOT &gt; &amp;_pop, MOEOT &amp;_moeo)</td><td><a class="el" href="classmoeoDiversityAssignment.html">moeoDiversityAssignment&lt; MOEOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#ed542967512c7a8f2ba6472a0c5c128d">~eoUF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; eoPop&lt; MOEOT &gt; &amp;, void &gt;</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -63,7 +63,7 @@ typedef MOEOT::ObjectiveVector&nbsp;</td><td class="memItemRight" valign="bottom
<p>
<p>
Definition at line <a class="el" href="moeoDummyDiversityAssignment_8h-source.html#l00022">22</a> of file <a class="el" href="moeoDummyDiversityAssignment_8h-source.html">moeoDummyDiversityAssignment.h</a>.<hr><h2>Member Function Documentation</h2>
Definition at line <a class="el" href="moeoDummyDiversityAssignment_8h-source.html#l00045">45</a> of file <a class="el" href="moeoDummyDiversityAssignment_8h-source.html">moeoDummyDiversityAssignment.h</a>.<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="78c9150d3c586f5324ccbd2faa984ba9"></a><!-- doxytag: member="moeoDummyDiversityAssignment::operator()" ref="78c9150d3c586f5324ccbd2faa984ba9" args="(eoPop&lt; MOEOT &gt; &amp;_pop)" -->
<div class="memitem">
<div class="memproto">
@ -94,7 +94,7 @@ Sets the diversity to '0' for every individuals of the population _pop if it is
<p>
Implements <a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#786e028409366dc273e19104f17ba68a">eoUF&lt; eoPop&lt; MOEOT &gt; &amp;, void &gt;</a>.
<p>
Definition at line <a class="el" href="moeoDummyDiversityAssignment_8h-source.html#l00034">34</a> of file <a class="el" href="moeoDummyDiversityAssignment_8h-source.html">moeoDummyDiversityAssignment.h</a>.
Definition at line <a class="el" href="moeoDummyDiversityAssignment_8h-source.html#l00057">57</a> of file <a class="el" href="moeoDummyDiversityAssignment_8h-source.html">moeoDummyDiversityAssignment.h</a>.
</div>
</div><p>
<a class="anchor" name="3382b59e2b8bbdc840dc25463649f1e4"></a><!-- doxytag: member="moeoDummyDiversityAssignment::updateByDeleting" ref="3382b59e2b8bbdc840dc25463649f1e4" args="(eoPop&lt; MOEOT &gt; &amp;_pop, ObjectiveVector &amp;_objVec)" -->
@ -137,12 +137,12 @@ Updates the diversity values of the whole population _pop by taking the deletion
<p>
Implements <a class="el" href="classmoeoDiversityAssignment.html#57f400263b36664df6269f1b522cfdcb">moeoDiversityAssignment&lt; MOEOT &gt;</a>.
<p>
Definition at line <a class="el" href="moeoDummyDiversityAssignment_8h-source.html#l00052">52</a> of file <a class="el" href="moeoDummyDiversityAssignment_8h-source.html">moeoDummyDiversityAssignment.h</a>.
Definition at line <a class="el" href="moeoDummyDiversityAssignment_8h-source.html#l00075">75</a> of file <a class="el" href="moeoDummyDiversityAssignment_8h-source.html">moeoDummyDiversityAssignment.h</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoDummyDiversityAssignment_8h-source.html">moeoDummyDiversityAssignment.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -36,7 +36,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoFitnessAssignment.html#057fd85764abb5de35adb52b5ef695be">moeoFitnessAssignment::updateByDeleting</a>(eoPop&lt; MOEOT &gt; &amp;_pop, MOEOT &amp;_moeo)</td><td><a class="el" href="classmoeoFitnessAssignment.html">moeoFitnessAssignment&lt; MOEOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#ed542967512c7a8f2ba6472a0c5c128d">~eoUF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; eoPop&lt; MOEOT &gt; &amp;, void &gt;</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -63,7 +63,7 @@ typedef MOEOT::ObjectiveVector&nbsp;</td><td class="memItemRight" valign="bottom
<p>
<p>
Definition at line <a class="el" href="moeoDummyFitnessAssignment_8h-source.html#l00022">22</a> of file <a class="el" href="moeoDummyFitnessAssignment_8h-source.html">moeoDummyFitnessAssignment.h</a>.<hr><h2>Member Function Documentation</h2>
Definition at line <a class="el" href="moeoDummyFitnessAssignment_8h-source.html#l00045">45</a> of file <a class="el" href="moeoDummyFitnessAssignment_8h-source.html">moeoDummyFitnessAssignment.h</a>.<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="03c7c1649ae3c83ef6b3668977c10982"></a><!-- doxytag: member="moeoDummyFitnessAssignment::operator()" ref="03c7c1649ae3c83ef6b3668977c10982" args="(eoPop&lt; MOEOT &gt; &amp;_pop)" -->
<div class="memitem">
<div class="memproto">
@ -94,7 +94,7 @@ Sets the fitness to '0' for every individuals of the population _pop if it is in
<p>
Implements <a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#786e028409366dc273e19104f17ba68a">eoUF&lt; eoPop&lt; MOEOT &gt; &amp;, void &gt;</a>.
<p>
Definition at line <a class="el" href="moeoDummyFitnessAssignment_8h-source.html#l00034">34</a> of file <a class="el" href="moeoDummyFitnessAssignment_8h-source.html">moeoDummyFitnessAssignment.h</a>.
Definition at line <a class="el" href="moeoDummyFitnessAssignment_8h-source.html#l00057">57</a> of file <a class="el" href="moeoDummyFitnessAssignment_8h-source.html">moeoDummyFitnessAssignment.h</a>.
</div>
</div><p>
<a class="anchor" name="6e87d4a8ff8f43a7001a21a13795d00e"></a><!-- doxytag: member="moeoDummyFitnessAssignment::updateByDeleting" ref="6e87d4a8ff8f43a7001a21a13795d00e" args="(eoPop&lt; MOEOT &gt; &amp;_pop, ObjectiveVector &amp;_objVec)" -->
@ -137,12 +137,12 @@ Updates the fitness values of the whole population _pop by taking the deletion o
<p>
Implements <a class="el" href="classmoeoFitnessAssignment.html#4922629569eddc9be049b3ead1ab0269">moeoFitnessAssignment&lt; MOEOT &gt;</a>.
<p>
Definition at line <a class="el" href="moeoDummyFitnessAssignment_8h-source.html#l00052">52</a> of file <a class="el" href="moeoDummyFitnessAssignment_8h-source.html">moeoDummyFitnessAssignment.h</a>.
Definition at line <a class="el" href="moeoDummyFitnessAssignment_8h-source.html#l00075">75</a> of file <a class="el" href="moeoDummyFitnessAssignment_8h-source.html">moeoDummyFitnessAssignment.h</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoDummyFitnessAssignment_8h-source.html">moeoDummyFitnessAssignment.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -33,7 +33,7 @@
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#786e028409366dc273e19104f17ba68a">operator()</a>(A1)=0</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; A1, R &gt;</a></td><td><code> [pure virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#ed542967512c7a8f2ba6472a0c5c128d">~eoUF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; A1, R &gt;</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -56,9 +56,9 @@ Abstract class for multi-objective evolutionary algorithms.
<p>
<p>
Definition at line <a class="el" href="moeoEA_8h-source.html#l00023">23</a> of file <a class="el" href="moeoEA_8h-source.html">moeoEA.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
Definition at line <a class="el" href="moeoEA_8h-source.html#l00046">46</a> of file <a class="el" href="moeoEA_8h-source.html">moeoEA.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoEA_8h-source.html">moeoEA.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -55,7 +55,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoEasyEA.html#bd69a176f3cacc2694342075a9022f74">selectTransform</a></td><td><a class="el" href="classmoeoEasyEA.html">moeoEasyEA&lt; MOEOT &gt;</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#ed542967512c7a8f2ba6472a0c5c128d">~eoUF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; A1, R &gt;</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -147,7 +147,7 @@ An easy class to design multi-objective evolutionary algorithms.
<p>
<p>
Definition at line <a class="el" href="moeoEasyEA_8h-source.html#l00033">33</a> of file <a class="el" href="moeoEasyEA_8h-source.html">moeoEasyEA.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
Definition at line <a class="el" href="moeoEasyEA_8h-source.html#l00056">56</a> of file <a class="el" href="moeoEasyEA_8h-source.html">moeoEasyEA.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="3f657699b8ed340ae3f51194206daa20"></a><!-- doxytag: member="moeoEasyEA::moeoEasyEA" ref="3f657699b8ed340ae3f51194206daa20" args="(eoContinue&lt; MOEOT &gt; &amp;_continuator, eoEvalFunc&lt; MOEOT &gt; &amp;_eval, eoBreed&lt; MOEOT &gt; &amp;_breed, moeoReplacement&lt; MOEOT &gt; &amp;_replace, moeoFitnessAssignment&lt; MOEOT &gt; &amp;_fitnessEval, moeoDiversityAssignment&lt; MOEOT &gt; &amp;_diversityEval, bool _evalFitAndDivBeforeSelection=false)" -->
<div class="memitem">
<div class="memproto">
@ -221,7 +221,7 @@ Ctor taking a breed and merge.
</dl>
<p>
Definition at line <a class="el" href="moeoEasyEA_8h-source.html#l00047">47</a> of file <a class="el" href="moeoEasyEA_8h-source.html">moeoEasyEA.h</a>.
Definition at line <a class="el" href="moeoEasyEA_8h-source.html#l00070">70</a> of file <a class="el" href="moeoEasyEA_8h-source.html">moeoEasyEA.h</a>.
</div>
</div><p>
<a class="anchor" name="6cdebc72ce0134ce1680dafdf94740a1"></a><!-- doxytag: member="moeoEasyEA::moeoEasyEA" ref="6cdebc72ce0134ce1680dafdf94740a1" args="(eoContinue&lt; MOEOT &gt; &amp;_continuator, eoPopEvalFunc&lt; MOEOT &gt; &amp;_popEval, eoBreed&lt; MOEOT &gt; &amp;_breed, moeoReplacement&lt; MOEOT &gt; &amp;_replace, moeoFitnessAssignment&lt; MOEOT &gt; &amp;_fitnessEval, moeoDiversityAssignment&lt; MOEOT &gt; &amp;_diversityEval, bool _evalFitAndDivBeforeSelection=false)" -->
@ -297,7 +297,7 @@ Ctor taking a breed, a merge and a eoPopEval.
</dl>
<p>
Definition at line <a class="el" href="moeoEasyEA_8h-source.html#l00065">65</a> of file <a class="el" href="moeoEasyEA_8h-source.html">moeoEasyEA.h</a>.
Definition at line <a class="el" href="moeoEasyEA_8h-source.html#l00088">88</a> of file <a class="el" href="moeoEasyEA_8h-source.html">moeoEasyEA.h</a>.
</div>
</div><p>
<a class="anchor" name="65c1069eeed979ca433e6caee3b5e942"></a><!-- doxytag: member="moeoEasyEA::moeoEasyEA" ref="65c1069eeed979ca433e6caee3b5e942" args="(eoContinue&lt; MOEOT &gt; &amp;_continuator, eoEvalFunc&lt; MOEOT &gt; &amp;_eval, eoBreed&lt; MOEOT &gt; &amp;_breed, eoMerge&lt; MOEOT &gt; &amp;_merge, eoReduce&lt; MOEOT &gt; &amp;_reduce, moeoFitnessAssignment&lt; MOEOT &gt; &amp;_fitnessEval, moeoDiversityAssignment&lt; MOEOT &gt; &amp;_diversityEval, bool _evalFitAndDivBeforeSelection=false)" -->
@ -380,7 +380,7 @@ Ctor taking a breed, a merge and a reduce.
</dl>
<p>
Definition at line <a class="el" href="moeoEasyEA_8h-source.html#l00084">84</a> of file <a class="el" href="moeoEasyEA_8h-source.html">moeoEasyEA.h</a>.
Definition at line <a class="el" href="moeoEasyEA_8h-source.html#l00107">107</a> of file <a class="el" href="moeoEasyEA_8h-source.html">moeoEasyEA.h</a>.
</div>
</div><p>
<a class="anchor" name="27f0db7a608636c904305afa11cd6ae1"></a><!-- doxytag: member="moeoEasyEA::moeoEasyEA" ref="27f0db7a608636c904305afa11cd6ae1" args="(eoContinue&lt; MOEOT &gt; &amp;_continuator, eoEvalFunc&lt; MOEOT &gt; &amp;_eval, eoSelect&lt; MOEOT &gt; &amp;_select, eoTransform&lt; MOEOT &gt; &amp;_transform, moeoReplacement&lt; MOEOT &gt; &amp;_replace, moeoFitnessAssignment&lt; MOEOT &gt; &amp;_fitnessEval, moeoDiversityAssignment&lt; MOEOT &gt; &amp;_diversityEval, bool _evalFitAndDivBeforeSelection=false)" -->
@ -463,7 +463,7 @@ Ctor taking a select, a transform and a replacement.
</dl>
<p>
Definition at line <a class="el" href="moeoEasyEA_8h-source.html#l00103">103</a> of file <a class="el" href="moeoEasyEA_8h-source.html">moeoEasyEA.h</a>.
Definition at line <a class="el" href="moeoEasyEA_8h-source.html#l00126">126</a> of file <a class="el" href="moeoEasyEA_8h-source.html">moeoEasyEA.h</a>.
</div>
</div><p>
<a class="anchor" name="564a3291a8239515328cf0a6b40f3c99"></a><!-- doxytag: member="moeoEasyEA::moeoEasyEA" ref="564a3291a8239515328cf0a6b40f3c99" args="(eoContinue&lt; MOEOT &gt; &amp;_continuator, eoEvalFunc&lt; MOEOT &gt; &amp;_eval, eoSelect&lt; MOEOT &gt; &amp;_select, eoTransform&lt; MOEOT &gt; &amp;_transform, eoMerge&lt; MOEOT &gt; &amp;_merge, eoReduce&lt; MOEOT &gt; &amp;_reduce, moeoFitnessAssignment&lt; MOEOT &gt; &amp;_fitnessEval, moeoDiversityAssignment&lt; MOEOT &gt; &amp;_diversityEval, bool _evalFitAndDivBeforeSelection=false)" -->
@ -553,7 +553,7 @@ Ctor taking a select, a transform, a merge and a reduce.
</dl>
<p>
Definition at line <a class="el" href="moeoEasyEA_8h-source.html#l00123">123</a> of file <a class="el" href="moeoEasyEA_8h-source.html">moeoEasyEA.h</a>.
Definition at line <a class="el" href="moeoEasyEA_8h-source.html#l00146">146</a> of file <a class="el" href="moeoEasyEA_8h-source.html">moeoEasyEA.h</a>.
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
@ -585,14 +585,14 @@ Applies a few generation of evolution to the population _pop.
</dl>
<p>
Definition at line <a class="el" href="moeoEasyEA_8h-source.html#l00135">135</a> of file <a class="el" href="moeoEasyEA_8h-source.html">moeoEasyEA.h</a>.
Definition at line <a class="el" href="moeoEasyEA_8h-source.html#l00158">158</a> of file <a class="el" href="moeoEasyEA_8h-source.html">moeoEasyEA.h</a>.
<p>
References <a class="el" href="moeoEasyEA_8h-source.html#l00188">moeoEasyEA&lt; MOEOT &gt;::breed</a>, <a class="el" href="moeoEasyEA_8h-source.html#l00178">moeoEasyEA&lt; MOEOT &gt;::continuator</a>, <a class="el" href="moeoEasyEA_8h-source.html#l00196">moeoEasyEA&lt; MOEOT &gt;::diversityEval</a>, <a class="el" href="moeoEasyEA_8h-source.html#l00198">moeoEasyEA&lt; MOEOT &gt;::evalFitAndDivBeforeSelection</a>, <a class="el" href="moeoEasyEA_8h-source.html#l00194">moeoEasyEA&lt; MOEOT &gt;::fitnessEval</a>, <a class="el" href="moeoEasyEA_8h-source.html#l00184">moeoEasyEA&lt; MOEOT &gt;::popEval</a>, and <a class="el" href="moeoEasyEA_8h-source.html#l00192">moeoEasyEA&lt; MOEOT &gt;::replace</a>.
References <a class="el" href="moeoEasyEA_8h-source.html#l00211">moeoEasyEA&lt; MOEOT &gt;::breed</a>, <a class="el" href="moeoEasyEA_8h-source.html#l00201">moeoEasyEA&lt; MOEOT &gt;::continuator</a>, <a class="el" href="moeoEasyEA_8h-source.html#l00219">moeoEasyEA&lt; MOEOT &gt;::diversityEval</a>, <a class="el" href="moeoEasyEA_8h-source.html#l00221">moeoEasyEA&lt; MOEOT &gt;::evalFitAndDivBeforeSelection</a>, <a class="el" href="moeoEasyEA_8h-source.html#l00217">moeoEasyEA&lt; MOEOT &gt;::fitnessEval</a>, <a class="el" href="moeoEasyEA_8h-source.html#l00207">moeoEasyEA&lt; MOEOT &gt;::popEval</a>, and <a class="el" href="moeoEasyEA_8h-source.html#l00215">moeoEasyEA&lt; MOEOT &gt;::replace</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoEasyEA_8h-source.html">moeoEasyEA.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -36,7 +36,7 @@
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#786e028409366dc273e19104f17ba68a">eoEvalFunc&lt; MOEOT &gt;::operator()</a>(A1)=0</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; A1, R &gt;</a></td><td><code> [pure virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#ed542967512c7a8f2ba6472a0c5c128d">~eoUF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; A1, R &gt;</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -58,9 +58,9 @@ a dummy eval
<p>
<p>
Definition at line <a class="el" href="moeoEasyEA_8h-source.html#l00200">200</a> of file <a class="el" href="moeoEasyEA_8h-source.html">moeoEasyEA.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
Definition at line <a class="el" href="moeoEasyEA_8h-source.html#l00223">223</a> of file <a class="el" href="moeoEasyEA_8h-source.html">moeoEasyEA.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoEasyEA_8h-source.html">moeoEasyEA.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -34,7 +34,7 @@
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#a03c40b95210569b826df79a2237a0d0">eoSelect&lt; MOEOT &gt;::operator()</a>(A1, A2)=0</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [pure virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#adc459db710dea2a91c47f8b6863b96c">~eoBF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -58,9 +58,9 @@ a dummy select
<p>
<p>
Definition at line <a class="el" href="moeoEasyEA_8h-source.html#l00204">204</a> of file <a class="el" href="moeoEasyEA_8h-source.html">moeoEasyEA.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
Definition at line <a class="el" href="moeoEasyEA_8h-source.html#l00227">227</a> of file <a class="el" href="moeoEasyEA_8h-source.html">moeoEasyEA.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoEasyEA_8h-source.html">moeoEasyEA.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -34,7 +34,7 @@
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#786e028409366dc273e19104f17ba68a">eoTransform&lt; MOEOT &gt;::operator()</a>(A1)=0</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; A1, R &gt;</a></td><td><code> [pure virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#ed542967512c7a8f2ba6472a0c5c128d">~eoUF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; A1, R &gt;</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -58,9 +58,9 @@ a dummy transform
<p>
<p>
Definition at line <a class="el" href="moeoEasyEA_8h-source.html#l00208">208</a> of file <a class="el" href="moeoEasyEA_8h-source.html">moeoEasyEA.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
Definition at line <a class="el" href="moeoEasyEA_8h-source.html#l00231">231</a> of file <a class="el" href="moeoEasyEA_8h-source.html">moeoEasyEA.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoEasyEA_8h-source.html">moeoEasyEA.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -43,7 +43,7 @@
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#a03c40b95210569b826df79a2237a0d0">moeoReplacement::operator()</a>(A1, A2)=0</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [pure virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#adc459db710dea2a91c47f8b6863b96c">~eoBF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -95,7 +95,7 @@ Elitist replacement strategy that consists in keeping the N best individuals.
<p>
<p>
Definition at line <a class="el" href="moeoElitistReplacement_8h-source.html#l00026">26</a> of file <a class="el" href="moeoElitistReplacement_8h-source.html">moeoElitistReplacement.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
Definition at line <a class="el" href="moeoElitistReplacement_8h-source.html#l00049">49</a> of file <a class="el" href="moeoElitistReplacement_8h-source.html">moeoElitistReplacement.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="1d91980f3f800833c8e9452cb450ae3e"></a><!-- doxytag: member="moeoElitistReplacement::moeoElitistReplacement" ref="1d91980f3f800833c8e9452cb450ae3e" args="(moeoFitnessAssignment&lt; MOEOT &gt; &amp;_fitnessAssignment, moeoDiversityAssignment&lt; MOEOT &gt; &amp;_diversityAssignment, moeoComparator&lt; MOEOT &gt; &amp;_comparator)" -->
<div class="memitem">
<div class="memproto">
@ -141,7 +141,7 @@ Full constructor.
</dl>
<p>
Definition at line <a class="el" href="moeoElitistReplacement_8h-source.html#l00036">36</a> of file <a class="el" href="moeoElitistReplacement_8h-source.html">moeoElitistReplacement.h</a>.
Definition at line <a class="el" href="moeoElitistReplacement_8h-source.html#l00059">59</a> of file <a class="el" href="moeoElitistReplacement_8h-source.html">moeoElitistReplacement.h</a>.
</div>
</div><p>
<a class="anchor" name="d7122be0519207c7496852284ed24514"></a><!-- doxytag: member="moeoElitistReplacement::moeoElitistReplacement" ref="d7122be0519207c7496852284ed24514" args="(moeoFitnessAssignment&lt; MOEOT &gt; &amp;_fitnessAssignment, moeoDiversityAssignment&lt; MOEOT &gt; &amp;_diversityAssignment)" -->
@ -182,7 +182,7 @@ A moeoFitThenDivComparator is used as default. <dl compact><dt><b>Parameters:</b
</dl>
<p>
Definition at line <a class="el" href="moeoElitistReplacement_8h-source.html#l00046">46</a> of file <a class="el" href="moeoElitistReplacement_8h-source.html">moeoElitistReplacement.h</a>.
Definition at line <a class="el" href="moeoElitistReplacement_8h-source.html#l00069">69</a> of file <a class="el" href="moeoElitistReplacement_8h-source.html">moeoElitistReplacement.h</a>.
</div>
</div><p>
<a class="anchor" name="81b7b8e0cac6cbed36e47688adf1466c"></a><!-- doxytag: member="moeoElitistReplacement::moeoElitistReplacement" ref="81b7b8e0cac6cbed36e47688adf1466c" args="(moeoFitnessAssignment&lt; MOEOT &gt; &amp;_fitnessAssignment, moeoComparator&lt; MOEOT &gt; &amp;_comparator)" -->
@ -223,7 +223,7 @@ A dummy diversity is used as default. <dl compact><dt><b>Parameters:</b></dt><dd
</dl>
<p>
Definition at line <a class="el" href="moeoElitistReplacement_8h-source.html#l00056">56</a> of file <a class="el" href="moeoElitistReplacement_8h-source.html">moeoElitistReplacement.h</a>.
Definition at line <a class="el" href="moeoElitistReplacement_8h-source.html#l00079">79</a> of file <a class="el" href="moeoElitistReplacement_8h-source.html">moeoElitistReplacement.h</a>.
</div>
</div><p>
<a class="anchor" name="2ef7c199d779d473a9d35cee21556794"></a><!-- doxytag: member="moeoElitistReplacement::moeoElitistReplacement" ref="2ef7c199d779d473a9d35cee21556794" args="(moeoFitnessAssignment&lt; MOEOT &gt; &amp;_fitnessAssignment)" -->
@ -254,7 +254,7 @@ A moeoFitThenDivComparator and a dummy diversity are used as default. <dl compac
</dl>
<p>
Definition at line <a class="el" href="moeoElitistReplacement_8h-source.html#l00066">66</a> of file <a class="el" href="moeoElitistReplacement_8h-source.html">moeoElitistReplacement.h</a>.
Definition at line <a class="el" href="moeoElitistReplacement_8h-source.html#l00089">89</a> of file <a class="el" href="moeoElitistReplacement_8h-source.html">moeoElitistReplacement.h</a>.
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
@ -296,14 +296,14 @@ Replaces the first population by adding the individuals of the second one, sorti
</dl>
<p>
Definition at line <a class="el" href="moeoElitistReplacement_8h-source.html#l00076">76</a> of file <a class="el" href="moeoElitistReplacement_8h-source.html">moeoElitistReplacement.h</a>.
Definition at line <a class="el" href="moeoElitistReplacement_8h-source.html#l00099">99</a> of file <a class="el" href="moeoElitistReplacement_8h-source.html">moeoElitistReplacement.h</a>.
<p>
References <a class="el" href="classmoeoElitistReplacement.html#4ef0a67b6f52c7238449522f4773ad60">moeoElitistReplacement&lt; MOEOT &gt;::comparator</a>, <a class="el" href="moeoElitistReplacement_8h-source.html#l00099">moeoElitistReplacement&lt; MOEOT &gt;::diversityAssignment</a>, and <a class="el" href="moeoElitistReplacement_8h-source.html#l00097">moeoElitistReplacement&lt; MOEOT &gt;::fitnessAssignment</a>.
References <a class="el" href="classmoeoElitistReplacement.html#4ef0a67b6f52c7238449522f4773ad60">moeoElitistReplacement&lt; MOEOT &gt;::comparator</a>, <a class="el" href="moeoElitistReplacement_8h-source.html#l00122">moeoElitistReplacement&lt; MOEOT &gt;::diversityAssignment</a>, and <a class="el" href="moeoElitistReplacement_8h-source.html#l00120">moeoElitistReplacement&lt; MOEOT &gt;::fitnessAssignment</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoElitistReplacement_8h-source.html">moeoElitistReplacement.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -32,7 +32,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoElitistReplacement_1_1Cmp.html#c9f21fe0df172dc601a13d6531c5ffd9">Cmp</a>(moeoComparator&lt; MOEOT &gt; &amp;_comp)</td><td><a class="el" href="classmoeoElitistReplacement_1_1Cmp.html">moeoElitistReplacement&lt; MOEOT &gt;::Cmp</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoElitistReplacement_1_1Cmp.html#c7c0d0839bcbe86455d9f1064884219a">comp</a></td><td><a class="el" href="classmoeoElitistReplacement_1_1Cmp.html">moeoElitistReplacement&lt; MOEOT &gt;::Cmp</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoElitistReplacement_1_1Cmp.html#2411b927dde02225114635e776ce863f">operator()</a>(const MOEOT &amp;_moeo1, const MOEOT &amp;_moeo2)</td><td><a class="el" href="classmoeoElitistReplacement_1_1Cmp.html">moeoElitistReplacement&lt; MOEOT &gt;::Cmp</a></td><td><code> [inline]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -59,7 +59,7 @@ this object is used to compare solutions in order to sort the population
<p>
<p>
Definition at line <a class="el" href="moeoElitistReplacement_8h-source.html#l00105">105</a> of file <a class="el" href="moeoElitistReplacement_8h-source.html">moeoElitistReplacement.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
Definition at line <a class="el" href="moeoElitistReplacement_8h-source.html#l00128">128</a> of file <a class="el" href="moeoElitistReplacement_8h-source.html">moeoElitistReplacement.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="c9f21fe0df172dc601a13d6531c5ffd9"></a><!-- doxytag: member="moeoElitistReplacement::Cmp::Cmp" ref="c9f21fe0df172dc601a13d6531c5ffd9" args="(moeoComparator&lt; MOEOT &gt; &amp;_comp)" -->
<div class="memitem">
<div class="memproto">
@ -88,12 +88,12 @@ Ctor.
</dl>
<p>
Definition at line <a class="el" href="moeoElitistReplacement_8h-source.html#l00112">112</a> of file <a class="el" href="moeoElitistReplacement_8h-source.html">moeoElitistReplacement.h</a>.
Definition at line <a class="el" href="moeoElitistReplacement_8h-source.html#l00135">135</a> of file <a class="el" href="moeoElitistReplacement_8h-source.html">moeoElitistReplacement.h</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoElitistReplacement_8h-source.html">moeoElitistReplacement.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -43,7 +43,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoEntropyMetric.html#e423d7d4416ef371ce7b0fd24c3212f8">vect_min_val</a></td><td><a class="el" href="classmoeoEntropyMetric.html">moeoEntropyMetric&lt; ObjectiveVector &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#adc459db710dea2a91c47f8b6863b96c">~eoBF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -95,7 +95,7 @@ of the 2002 Congress on Evolutionary Computation, IEEE Press, pp. 1155-1156)
<p>
<p>
Definition at line <a class="el" href="moeoEntropyMetric_8h-source.html#l00025">25</a> of file <a class="el" href="moeoEntropyMetric_8h-source.html">moeoEntropyMetric.h</a>.<hr><h2>Member Function Documentation</h2>
Definition at line <a class="el" href="moeoEntropyMetric_8h-source.html#l00048">48</a> of file <a class="el" href="moeoEntropyMetric_8h-source.html">moeoEntropyMetric.h</a>.<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="191a8cdda7873e20338e678c5a7b927b"></a><!-- doxytag: member="moeoEntropyMetric::operator()" ref="191a8cdda7873e20338e678c5a7b927b" args="(const std::vector&lt; ObjectiveVector &gt; &amp;_set1, const std::vector&lt; ObjectiveVector &gt; &amp;_set2)" -->
<div class="memitem">
<div class="memproto">
@ -134,9 +134,9 @@ Returns the entropy of the Pareto set '_set1' relatively to the Pareto set '_set
</dl>
<p>
Definition at line <a class="el" href="moeoEntropyMetric_8h-source.html#l00034">34</a> of file <a class="el" href="moeoEntropyMetric_8h-source.html">moeoEntropyMetric.h</a>.
Definition at line <a class="el" href="moeoEntropyMetric_8h-source.html#l00057">57</a> of file <a class="el" href="moeoEntropyMetric_8h-source.html">moeoEntropyMetric.h</a>.
<p>
References <a class="el" href="moeoEntropyMetric_8h-source.html#l00142">moeoEntropyMetric&lt; ObjectiveVector &gt;::computeUnion()</a>, <a class="el" href="moeoEntropyMetric_8h-source.html#l00160">moeoEntropyMetric&lt; ObjectiveVector &gt;::howManyInNicheOf()</a>, <a class="el" href="moeoEntropyMetric_8h-source.html#l00129">moeoEntropyMetric&lt; ObjectiveVector &gt;::normalize()</a>, <a class="el" href="moeoEntropyMetric_8h-source.html#l00107">moeoEntropyMetric&lt; ObjectiveVector &gt;::prenormalize()</a>, and <a class="el" href="moeoEntropyMetric_8h-source.html#l00085">moeoEntropyMetric&lt; ObjectiveVector &gt;::removeDominated()</a>.
References <a class="el" href="moeoEntropyMetric_8h-source.html#l00165">moeoEntropyMetric&lt; ObjectiveVector &gt;::computeUnion()</a>, <a class="el" href="moeoEntropyMetric_8h-source.html#l00183">moeoEntropyMetric&lt; ObjectiveVector &gt;::howManyInNicheOf()</a>, <a class="el" href="moeoEntropyMetric_8h-source.html#l00152">moeoEntropyMetric&lt; ObjectiveVector &gt;::normalize()</a>, <a class="el" href="moeoEntropyMetric_8h-source.html#l00130">moeoEntropyMetric&lt; ObjectiveVector &gt;::prenormalize()</a>, and <a class="el" href="moeoEntropyMetric_8h-source.html#l00108">moeoEntropyMetric&lt; ObjectiveVector &gt;::removeDominated()</a>.
</div>
</div><p>
<a class="anchor" name="198a717fd0bab0bb91346399c1021f82"></a><!-- doxytag: member="moeoEntropyMetric::removeDominated" ref="198a717fd0bab0bb91346399c1021f82" args="(std::vector&lt; ObjectiveVector &gt; &amp;_f)" -->
@ -167,11 +167,11 @@ Removes the dominated individuals contained in _f.
</dl>
<p>
Definition at line <a class="el" href="moeoEntropyMetric_8h-source.html#l00085">85</a> of file <a class="el" href="moeoEntropyMetric_8h-source.html">moeoEntropyMetric.h</a>.
Definition at line <a class="el" href="moeoEntropyMetric_8h-source.html#l00108">108</a> of file <a class="el" href="moeoEntropyMetric_8h-source.html">moeoEntropyMetric.h</a>.
<p>
References <a class="el" href="moeoEntropyMetric_8h-source.html#l00078">moeoEntropyMetric&lt; ObjectiveVector &gt;::paretoComparator</a>.
References <a class="el" href="moeoEntropyMetric_8h-source.html#l00101">moeoEntropyMetric&lt; ObjectiveVector &gt;::paretoComparator</a>.
<p>
Referenced by <a class="el" href="moeoEntropyMetric_8h-source.html#l00034">moeoEntropyMetric&lt; ObjectiveVector &gt;::operator()()</a>.
Referenced by <a class="el" href="moeoEntropyMetric_8h-source.html#l00057">moeoEntropyMetric&lt; ObjectiveVector &gt;::operator()()</a>.
</div>
</div><p>
<a class="anchor" name="51dd04bdd0ac6315f4f5956fb726cec1"></a><!-- doxytag: member="moeoEntropyMetric::prenormalize" ref="51dd04bdd0ac6315f4f5956fb726cec1" args="(const std::vector&lt; ObjectiveVector &gt; &amp;_f)" -->
@ -202,11 +202,11 @@ Prenormalization.
</dl>
<p>
Definition at line <a class="el" href="moeoEntropyMetric_8h-source.html#l00107">107</a> of file <a class="el" href="moeoEntropyMetric_8h-source.html">moeoEntropyMetric.h</a>.
Definition at line <a class="el" href="moeoEntropyMetric_8h-source.html#l00130">130</a> of file <a class="el" href="moeoEntropyMetric_8h-source.html">moeoEntropyMetric.h</a>.
<p>
References <a class="el" href="moeoEntropyMetric_8h-source.html#l00076">moeoEntropyMetric&lt; ObjectiveVector &gt;::vect_max_val</a>, and <a class="el" href="moeoEntropyMetric_8h-source.html#l00074">moeoEntropyMetric&lt; ObjectiveVector &gt;::vect_min_val</a>.
References <a class="el" href="moeoEntropyMetric_8h-source.html#l00099">moeoEntropyMetric&lt; ObjectiveVector &gt;::vect_max_val</a>, and <a class="el" href="moeoEntropyMetric_8h-source.html#l00097">moeoEntropyMetric&lt; ObjectiveVector &gt;::vect_min_val</a>.
<p>
Referenced by <a class="el" href="moeoEntropyMetric_8h-source.html#l00034">moeoEntropyMetric&lt; ObjectiveVector &gt;::operator()()</a>.
Referenced by <a class="el" href="moeoEntropyMetric_8h-source.html#l00057">moeoEntropyMetric&lt; ObjectiveVector &gt;::operator()()</a>.
</div>
</div><p>
<a class="anchor" name="2ed5771c3c611634b415f4be48cad172"></a><!-- doxytag: member="moeoEntropyMetric::normalize" ref="2ed5771c3c611634b415f4be48cad172" args="(std::vector&lt; ObjectiveVector &gt; &amp;_f)" -->
@ -237,11 +237,11 @@ Normalization.
</dl>
<p>
Definition at line <a class="el" href="moeoEntropyMetric_8h-source.html#l00129">129</a> of file <a class="el" href="moeoEntropyMetric_8h-source.html">moeoEntropyMetric.h</a>.
Definition at line <a class="el" href="moeoEntropyMetric_8h-source.html#l00152">152</a> of file <a class="el" href="moeoEntropyMetric_8h-source.html">moeoEntropyMetric.h</a>.
<p>
References <a class="el" href="moeoEntropyMetric_8h-source.html#l00076">moeoEntropyMetric&lt; ObjectiveVector &gt;::vect_max_val</a>, and <a class="el" href="moeoEntropyMetric_8h-source.html#l00074">moeoEntropyMetric&lt; ObjectiveVector &gt;::vect_min_val</a>.
References <a class="el" href="moeoEntropyMetric_8h-source.html#l00099">moeoEntropyMetric&lt; ObjectiveVector &gt;::vect_max_val</a>, and <a class="el" href="moeoEntropyMetric_8h-source.html#l00097">moeoEntropyMetric&lt; ObjectiveVector &gt;::vect_min_val</a>.
<p>
Referenced by <a class="el" href="moeoEntropyMetric_8h-source.html#l00034">moeoEntropyMetric&lt; ObjectiveVector &gt;::operator()()</a>.
Referenced by <a class="el" href="moeoEntropyMetric_8h-source.html#l00057">moeoEntropyMetric&lt; ObjectiveVector &gt;::operator()()</a>.
</div>
</div><p>
<a class="anchor" name="4b99c1842d780a89bda08e99a59e3e29"></a><!-- doxytag: member="moeoEntropyMetric::computeUnion" ref="4b99c1842d780a89bda08e99a59e3e29" args="(const std::vector&lt; ObjectiveVector &gt; &amp;_f1, const std::vector&lt; ObjectiveVector &gt; &amp;_f2, std::vector&lt; ObjectiveVector &gt; &amp;_f)" -->
@ -289,14 +289,14 @@ Computation of the union of _f1 and _f2 in _f.
</dl>
<p>
Definition at line <a class="el" href="moeoEntropyMetric_8h-source.html#l00142">142</a> of file <a class="el" href="moeoEntropyMetric_8h-source.html">moeoEntropyMetric.h</a>.
Definition at line <a class="el" href="moeoEntropyMetric_8h-source.html#l00165">165</a> of file <a class="el" href="moeoEntropyMetric_8h-source.html">moeoEntropyMetric.h</a>.
<p>
Referenced by <a class="el" href="moeoEntropyMetric_8h-source.html#l00034">moeoEntropyMetric&lt; ObjectiveVector &gt;::operator()()</a>.
Referenced by <a class="el" href="moeoEntropyMetric_8h-source.html#l00057">moeoEntropyMetric&lt; ObjectiveVector &gt;::operator()()</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoEntropyMetric_8h-source.html">moeoEntropyMetric.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -44,7 +44,7 @@
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#a03c40b95210569b826df79a2237a0d0">moeoReplacement::operator()</a>(A1, A2)=0</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [pure virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#adc459db710dea2a91c47f8b6863b96c">~eoBF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -100,7 +100,7 @@ Environmental replacement strategy that consists in keeping the N best individua
<p>
<p>
Definition at line <a class="el" href="moeoEnvironmentalReplacement_8h-source.html#l00026">26</a> of file <a class="el" href="moeoEnvironmentalReplacement_8h-source.html">moeoEnvironmentalReplacement.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
Definition at line <a class="el" href="moeoEnvironmentalReplacement_8h-source.html#l00049">49</a> of file <a class="el" href="moeoEnvironmentalReplacement_8h-source.html">moeoEnvironmentalReplacement.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="de6e8f546a4583f1eee31366f7099c38"></a><!-- doxytag: member="moeoEnvironmentalReplacement::moeoEnvironmentalReplacement" ref="de6e8f546a4583f1eee31366f7099c38" args="(moeoFitnessAssignment&lt; MOEOT &gt; &amp;_fitnessAssignment, moeoDiversityAssignment&lt; MOEOT &gt; &amp;_diversityAssignment, moeoComparator&lt; MOEOT &gt; &amp;_comparator)" -->
<div class="memitem">
<div class="memproto">
@ -146,7 +146,7 @@ Full constructor.
</dl>
<p>
Definition at line <a class="el" href="moeoEnvironmentalReplacement_8h-source.html#l00040">40</a> of file <a class="el" href="moeoEnvironmentalReplacement_8h-source.html">moeoEnvironmentalReplacement.h</a>.
Definition at line <a class="el" href="moeoEnvironmentalReplacement_8h-source.html#l00063">63</a> of file <a class="el" href="moeoEnvironmentalReplacement_8h-source.html">moeoEnvironmentalReplacement.h</a>.
</div>
</div><p>
<a class="anchor" name="9199a29cf89cd6b01bb9be304f344940"></a><!-- doxytag: member="moeoEnvironmentalReplacement::moeoEnvironmentalReplacement" ref="9199a29cf89cd6b01bb9be304f344940" args="(moeoFitnessAssignment&lt; MOEOT &gt; &amp;_fitnessAssignment, moeoDiversityAssignment&lt; MOEOT &gt; &amp;_diversityAssignment)" -->
@ -187,7 +187,7 @@ A moeoFitThenDivComparator is used as default. <dl compact><dt><b>Parameters:</b
</dl>
<p>
Definition at line <a class="el" href="moeoEnvironmentalReplacement_8h-source.html#l00050">50</a> of file <a class="el" href="moeoEnvironmentalReplacement_8h-source.html">moeoEnvironmentalReplacement.h</a>.
Definition at line <a class="el" href="moeoEnvironmentalReplacement_8h-source.html#l00073">73</a> of file <a class="el" href="moeoEnvironmentalReplacement_8h-source.html">moeoEnvironmentalReplacement.h</a>.
</div>
</div><p>
<a class="anchor" name="7512641b5d58c96a148a75fd4dc95bf7"></a><!-- doxytag: member="moeoEnvironmentalReplacement::moeoEnvironmentalReplacement" ref="7512641b5d58c96a148a75fd4dc95bf7" args="(moeoFitnessAssignment&lt; MOEOT &gt; &amp;_fitnessAssignment, moeoComparator&lt; MOEOT &gt; &amp;_comparator)" -->
@ -228,7 +228,7 @@ A dummy diversity is used as default. <dl compact><dt><b>Parameters:</b></dt><dd
</dl>
<p>
Definition at line <a class="el" href="moeoEnvironmentalReplacement_8h-source.html#l00060">60</a> of file <a class="el" href="moeoEnvironmentalReplacement_8h-source.html">moeoEnvironmentalReplacement.h</a>.
Definition at line <a class="el" href="moeoEnvironmentalReplacement_8h-source.html#l00083">83</a> of file <a class="el" href="moeoEnvironmentalReplacement_8h-source.html">moeoEnvironmentalReplacement.h</a>.
</div>
</div><p>
<a class="anchor" name="2dfa5d51660039b4f90196e7885ed586"></a><!-- doxytag: member="moeoEnvironmentalReplacement::moeoEnvironmentalReplacement" ref="2dfa5d51660039b4f90196e7885ed586" args="(moeoFitnessAssignment&lt; MOEOT &gt; &amp;_fitnessAssignment)" -->
@ -259,7 +259,7 @@ A moeoFitThenDivComparator and a dummy diversity are used as default. <dl compac
</dl>
<p>
Definition at line <a class="el" href="moeoEnvironmentalReplacement_8h-source.html#l00070">70</a> of file <a class="el" href="moeoEnvironmentalReplacement_8h-source.html">moeoEnvironmentalReplacement.h</a>.
Definition at line <a class="el" href="moeoEnvironmentalReplacement_8h-source.html#l00093">93</a> of file <a class="el" href="moeoEnvironmentalReplacement_8h-source.html">moeoEnvironmentalReplacement.h</a>.
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
@ -301,14 +301,14 @@ Replaces the first population by adding the individuals of the second one, sorti
</dl>
<p>
Definition at line <a class="el" href="moeoEnvironmentalReplacement_8h-source.html#l00080">80</a> of file <a class="el" href="moeoEnvironmentalReplacement_8h-source.html">moeoEnvironmentalReplacement.h</a>.
Definition at line <a class="el" href="moeoEnvironmentalReplacement_8h-source.html#l00103">103</a> of file <a class="el" href="moeoEnvironmentalReplacement_8h-source.html">moeoEnvironmentalReplacement.h</a>.
<p>
References <a class="el" href="classmoeoEnvironmentalReplacement.html#e3a9d75b9e6603aba4a04fb8062db0a4">moeoEnvironmentalReplacement&lt; MOEOT &gt;::comparator</a>, <a class="el" href="moeoEnvironmentalReplacement_8h-source.html#l00115">moeoEnvironmentalReplacement&lt; MOEOT &gt;::diversityAssignment</a>, and <a class="el" href="moeoEnvironmentalReplacement_8h-source.html#l00113">moeoEnvironmentalReplacement&lt; MOEOT &gt;::fitnessAssignment</a>.
References <a class="el" href="classmoeoEnvironmentalReplacement.html#e3a9d75b9e6603aba4a04fb8062db0a4">moeoEnvironmentalReplacement&lt; MOEOT &gt;::comparator</a>, <a class="el" href="moeoEnvironmentalReplacement_8h-source.html#l00138">moeoEnvironmentalReplacement&lt; MOEOT &gt;::diversityAssignment</a>, and <a class="el" href="moeoEnvironmentalReplacement_8h-source.html#l00136">moeoEnvironmentalReplacement&lt; MOEOT &gt;::fitnessAssignment</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoEnvironmentalReplacement_8h-source.html">moeoEnvironmentalReplacement.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -32,7 +32,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoEnvironmentalReplacement_1_1Cmp.html#efd55b365f306715f1a871b50d479f38">Cmp</a>(moeoComparator&lt; MOEOT &gt; &amp;_comp)</td><td><a class="el" href="classmoeoEnvironmentalReplacement_1_1Cmp.html">moeoEnvironmentalReplacement&lt; MOEOT &gt;::Cmp</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoEnvironmentalReplacement_1_1Cmp.html#5c345292ee3ec6b8f7b79dafe3ac2c81">comp</a></td><td><a class="el" href="classmoeoEnvironmentalReplacement_1_1Cmp.html">moeoEnvironmentalReplacement&lt; MOEOT &gt;::Cmp</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoEnvironmentalReplacement_1_1Cmp.html#b006918d5d6fc1f87fb9ed585946595a">operator()</a>(const MOEOT &amp;_moeo1, const MOEOT &amp;_moeo2)</td><td><a class="el" href="classmoeoEnvironmentalReplacement_1_1Cmp.html">moeoEnvironmentalReplacement&lt; MOEOT &gt;::Cmp</a></td><td><code> [inline]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -59,7 +59,7 @@ this object is used to compare solutions in order to sort the population
<p>
<p>
Definition at line <a class="el" href="moeoEnvironmentalReplacement_8h-source.html#l00121">121</a> of file <a class="el" href="moeoEnvironmentalReplacement_8h-source.html">moeoEnvironmentalReplacement.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
Definition at line <a class="el" href="moeoEnvironmentalReplacement_8h-source.html#l00144">144</a> of file <a class="el" href="moeoEnvironmentalReplacement_8h-source.html">moeoEnvironmentalReplacement.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="efd55b365f306715f1a871b50d479f38"></a><!-- doxytag: member="moeoEnvironmentalReplacement::Cmp::Cmp" ref="efd55b365f306715f1a871b50d479f38" args="(moeoComparator&lt; MOEOT &gt; &amp;_comp)" -->
<div class="memitem">
<div class="memproto">
@ -88,12 +88,12 @@ Ctor.
</dl>
<p>
Definition at line <a class="el" href="moeoEnvironmentalReplacement_8h-source.html#l00128">128</a> of file <a class="el" href="moeoEnvironmentalReplacement_8h-source.html">moeoEnvironmentalReplacement.h</a>.
Definition at line <a class="el" href="moeoEnvironmentalReplacement_8h-source.html#l00151">151</a> of file <a class="el" href="moeoEnvironmentalReplacement_8h-source.html">moeoEnvironmentalReplacement.h</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoEnvironmentalReplacement_8h-source.html">moeoEnvironmentalReplacement.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -41,7 +41,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoNormalizedDistance.html#3534fa0cebf35373baa77ce18cfe572a">tiny</a>()</td><td><a class="el" href="classmoeoNormalizedDistance.html">moeoNormalizedDistance&lt; MOEOT &gt;</a></td><td><code> [inline, static]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#adc459db710dea2a91c47f8b6863b96c">~eoBF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -63,7 +63,7 @@ between 0 and 1). A distance value then lies between 0 and sqrt(nObjectives).
<p>
<p>
Definition at line <a class="el" href="moeoEuclideanDistance_8h-source.html#l00024">24</a> of file <a class="el" href="moeoEuclideanDistance_8h-source.html">moeoEuclideanDistance.h</a>.<hr><h2>Member Function Documentation</h2>
Definition at line <a class="el" href="moeoEuclideanDistance_8h-source.html#l00047">47</a> of file <a class="el" href="moeoEuclideanDistance_8h-source.html">moeoEuclideanDistance.h</a>.<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="20ff559e95da92a46990eb0658f018f1"></a><!-- doxytag: member="moeoEuclideanDistance::operator()" ref="20ff559e95da92a46990eb0658f018f1" args="(const MOEOT &amp;_moeo1, const MOEOT &amp;_moeo2)" -->
<div class="memitem">
<div class="memproto">
@ -102,14 +102,14 @@ Returns the euclidian distance between _moeo1 and _moeo2 in the objective space.
</dl>
<p>
Definition at line <a class="el" href="moeoEuclideanDistance_8h-source.html#l00037">37</a> of file <a class="el" href="moeoEuclideanDistance_8h-source.html">moeoEuclideanDistance.h</a>.
Definition at line <a class="el" href="moeoEuclideanDistance_8h-source.html#l00060">60</a> of file <a class="el" href="moeoEuclideanDistance_8h-source.html">moeoEuclideanDistance.h</a>.
<p>
References <a class="el" href="moeoNormalizedDistance_8h-source.html#l00108">moeoNormalizedDistance&lt; MOEOT &gt;::bounds</a>.
References <a class="el" href="moeoNormalizedDistance_8h-source.html#l00131">moeoNormalizedDistance&lt; MOEOT &gt;::bounds</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoEuclideanDistance_8h-source.html">moeoEuclideanDistance.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -35,7 +35,7 @@
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#786e028409366dc273e19104f17ba68a">operator()</a>(A1)=0</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; A1, R &gt;</a></td><td><code> [pure virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#ed542967512c7a8f2ba6472a0c5c128d">~eoUF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; A1, R &gt;</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -46,9 +46,9 @@
<p>
<p>
Definition at line <a class="el" href="moeoEvalFunc_8h-source.html#l00022">22</a> of file <a class="el" href="moeoEvalFunc_8h-source.html">moeoEvalFunc.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
Definition at line <a class="el" href="moeoEvalFunc_8h-source.html#l00045">45</a> of file <a class="el" href="moeoEvalFunc_8h-source.html">moeoEvalFunc.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoEvalFunc_8h-source.html">moeoEvalFunc.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -45,7 +45,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoExpBinaryIndicatorBasedFitnessAssignment.html#872dc1802f45c8ed0a93d5ee6b1e4d2a">values</a></td><td><a class="el" href="classmoeoExpBinaryIndicatorBasedFitnessAssignment.html">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#ed542967512c7a8f2ba6472a0c5c128d">~eoUF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; eoPop&lt; MOEOT &gt; &amp;, void &gt;</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -101,7 +101,7 @@ Zitzler, S. Künzli, "Indicator-Based Selection in Multiobjective Search", Proc.
<p>
<p>
Definition at line <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00029">29</a> of file <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html">moeoExpBinaryIndicatorBasedFitnessAssignment.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
Definition at line <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00052">52</a> of file <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html">moeoExpBinaryIndicatorBasedFitnessAssignment.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="226214378bbf6ebc7fea813a62a5c66e"></a><!-- doxytag: member="moeoExpBinaryIndicatorBasedFitnessAssignment::moeoExpBinaryIndicatorBasedFitnessAssignment" ref="226214378bbf6ebc7fea813a62a5c66e" args="(moeoNormalizedSolutionVsSolutionBinaryMetric&lt; ObjectiveVector, double &gt; &amp;_metric, const double _kappa=0.05)" -->
<div class="memitem">
<div class="memproto">
@ -140,7 +140,7 @@ Ctor.
</dl>
<p>
Definition at line <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00042">42</a> of file <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html">moeoExpBinaryIndicatorBasedFitnessAssignment.h</a>.
Definition at line <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00065">65</a> of file <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html">moeoExpBinaryIndicatorBasedFitnessAssignment.h</a>.
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
@ -174,9 +174,9 @@ Sets the fitness values for every solution contained in the population _pop.
<p>
Implements <a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#786e028409366dc273e19104f17ba68a">eoUF&lt; eoPop&lt; MOEOT &gt; &amp;, void &gt;</a>.
<p>
Definition at line <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00050">50</a> of file <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html">moeoExpBinaryIndicatorBasedFitnessAssignment.h</a>.
Definition at line <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00073">73</a> of file <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html">moeoExpBinaryIndicatorBasedFitnessAssignment.h</a>.
<p>
References <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00152">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::computeValues()</a>, <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00174">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::setFitnesses()</a>, and <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00130">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::setup()</a>.
References <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00175">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::computeValues()</a>, <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00197">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::setFitnesses()</a>, and <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00153">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::setup()</a>.
</div>
</div><p>
<a class="anchor" name="1ad61bf146d3b24b41ef0575360f664b"></a><!-- doxytag: member="moeoExpBinaryIndicatorBasedFitnessAssignment::updateByDeleting" ref="1ad61bf146d3b24b41ef0575360f664b" args="(eoPop&lt; MOEOT &gt; &amp;_pop, ObjectiveVector &amp;_objVec)" -->
@ -219,9 +219,9 @@ Updates the fitness values of the whole population _pop by taking the deletion o
<p>
Implements <a class="el" href="classmoeoFitnessAssignment.html#4922629569eddc9be049b3ead1ab0269">moeoFitnessAssignment&lt; MOEOT &gt;</a>.
<p>
Definition at line <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00066">66</a> of file <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html">moeoExpBinaryIndicatorBasedFitnessAssignment.h</a>.
Definition at line <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00089">89</a> of file <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html">moeoExpBinaryIndicatorBasedFitnessAssignment.h</a>.
<p>
References <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00121">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::kappa</a>, and <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00119">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::metric</a>.
References <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00144">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::kappa</a>, and <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00142">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::metric</a>.
</div>
</div><p>
<a class="anchor" name="f94d9d4dee8dde20cda67e84643aae50"></a><!-- doxytag: member="moeoExpBinaryIndicatorBasedFitnessAssignment::updateByAdding" ref="f94d9d4dee8dde20cda67e84643aae50" args="(eoPop&lt; MOEOT &gt; &amp;_pop, ObjectiveVector &amp;_objVec)" -->
@ -262,9 +262,9 @@ Updates the fitness values of the whole population _pop by taking the adding of
</dl>
<p>
Definition at line <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00087">87</a> of file <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html">moeoExpBinaryIndicatorBasedFitnessAssignment.h</a>.
Definition at line <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00110">110</a> of file <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html">moeoExpBinaryIndicatorBasedFitnessAssignment.h</a>.
<p>
References <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00121">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::kappa</a>, and <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00119">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::metric</a>.
References <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00144">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::kappa</a>, and <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00142">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::metric</a>.
</div>
</div><p>
<a class="anchor" name="ebdbaaf036ca944319b9f8706602382f"></a><!-- doxytag: member="moeoExpBinaryIndicatorBasedFitnessAssignment::setup" ref="ebdbaaf036ca944319b9f8706602382f" args="(const eoPop&lt; MOEOT &gt; &amp;_pop)" -->
@ -295,11 +295,11 @@ Sets the bounds for every objective using the min and the max value for every ob
</dl>
<p>
Definition at line <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00130">130</a> of file <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html">moeoExpBinaryIndicatorBasedFitnessAssignment.h</a>.
Definition at line <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00153">153</a> of file <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html">moeoExpBinaryIndicatorBasedFitnessAssignment.h</a>.
<p>
References <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00119">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::metric</a>, and <a class="el" href="moeoNormalizedSolutionVsSolutionBinaryMetric_8h-source.html#l00050">moeoNormalizedSolutionVsSolutionBinaryMetric&lt; ObjectiveVector, R &gt;::setup()</a>.
References <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00142">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::metric</a>, and <a class="el" href="moeoNormalizedSolutionVsSolutionBinaryMetric_8h-source.html#l00073">moeoNormalizedSolutionVsSolutionBinaryMetric&lt; ObjectiveVector, R &gt;::setup()</a>.
<p>
Referenced by <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00050">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::operator()()</a>.
Referenced by <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00073">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::operator()()</a>.
</div>
</div><p>
<a class="anchor" name="20cf29102b848f7ce342dbbb17e9636b"></a><!-- doxytag: member="moeoExpBinaryIndicatorBasedFitnessAssignment::computeValues" ref="20cf29102b848f7ce342dbbb17e9636b" args="(const eoPop&lt; MOEOT &gt; &amp;_pop)" -->
@ -330,11 +330,11 @@ Compute every indicator value in values (values[i] = I(_v[i], _o)).
</dl>
<p>
Definition at line <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00152">152</a> of file <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html">moeoExpBinaryIndicatorBasedFitnessAssignment.h</a>.
Definition at line <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00175">175</a> of file <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html">moeoExpBinaryIndicatorBasedFitnessAssignment.h</a>.
<p>
References <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00119">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::metric</a>, and <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00123">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::values</a>.
References <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00142">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::metric</a>, and <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00146">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::values</a>.
<p>
Referenced by <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00050">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::operator()()</a>.
Referenced by <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00073">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::operator()()</a>.
</div>
</div><p>
<a class="anchor" name="063741218c8aa82f53845f9230cb0693"></a><!-- doxytag: member="moeoExpBinaryIndicatorBasedFitnessAssignment::setFitnesses" ref="063741218c8aa82f53845f9230cb0693" args="(eoPop&lt; MOEOT &gt; &amp;_pop)" -->
@ -365,11 +365,11 @@ Sets the fitness value of the whple population.
</dl>
<p>
Definition at line <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00174">174</a> of file <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html">moeoExpBinaryIndicatorBasedFitnessAssignment.h</a>.
Definition at line <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00197">197</a> of file <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html">moeoExpBinaryIndicatorBasedFitnessAssignment.h</a>.
<p>
References <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00187">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::computeFitness()</a>.
References <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00210">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::computeFitness()</a>.
<p>
Referenced by <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00050">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::operator()()</a>.
Referenced by <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00073">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::operator()()</a>.
</div>
</div><p>
<a class="anchor" name="d2fd41b9b356d1f1f87ce0f44907336f"></a><!-- doxytag: member="moeoExpBinaryIndicatorBasedFitnessAssignment::computeFitness" ref="d2fd41b9b356d1f1f87ce0f44907336f" args="(const unsigned int _idx)" -->
@ -400,16 +400,16 @@ Returns the fitness value of the _idx th individual of the population.
</dl>
<p>
Definition at line <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00187">187</a> of file <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html">moeoExpBinaryIndicatorBasedFitnessAssignment.h</a>.
Definition at line <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00210">210</a> of file <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html">moeoExpBinaryIndicatorBasedFitnessAssignment.h</a>.
<p>
References <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00121">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::kappa</a>, and <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00123">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::values</a>.
References <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00144">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::kappa</a>, and <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00146">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::values</a>.
<p>
Referenced by <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00174">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::setFitnesses()</a>.
Referenced by <a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html#l00197">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;::setFitnesses()</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoExpBinaryIndicatorBasedFitnessAssignment_8h-source.html">moeoExpBinaryIndicatorBasedFitnessAssignment.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -44,7 +44,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoFitnessAssignment.html#057fd85764abb5de35adb52b5ef695be">moeoParetoBasedFitnessAssignment::updateByDeleting</a>(eoPop&lt; MOEOT &gt; &amp;_pop, MOEOT &amp;_moeo)</td><td><a class="el" href="classmoeoFitnessAssignment.html">moeoFitnessAssignment&lt; MOEOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#ed542967512c7a8f2ba6472a0c5c128d">~eoUF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; eoPop&lt; MOEOT &gt; &amp;, void &gt;</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -102,7 +102,7 @@ Srinivas, K. Deb, "Multiobjective Optimization Using Nondominated Sorting in Gen
<p>
<p>
Definition at line <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00032">32</a> of file <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html">moeoFastNonDominatedSortingFitnessAssignment.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
Definition at line <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00055">55</a> of file <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html">moeoFastNonDominatedSortingFitnessAssignment.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="6843abccb77386a06016063f42c63f75"></a><!-- doxytag: member="moeoFastNonDominatedSortingFitnessAssignment::moeoFastNonDominatedSortingFitnessAssignment" ref="6843abccb77386a06016063f42c63f75" args="(moeoObjectiveVectorComparator&lt; ObjectiveVector &gt; &amp;_comparator)" -->
<div class="memitem">
<div class="memproto">
@ -131,7 +131,7 @@ Ctor where you can choose your own way to compare objective vectors.
</dl>
<p>
Definition at line <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00051">51</a> of file <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html">moeoFastNonDominatedSortingFitnessAssignment.h</a>.
Definition at line <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00074">74</a> of file <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html">moeoFastNonDominatedSortingFitnessAssignment.h</a>.
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
@ -165,9 +165,9 @@ Sets the fitness values for every solution contained in the population _pop.
<p>
Implements <a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#786e028409366dc273e19104f17ba68a">eoUF&lt; eoPop&lt; MOEOT &gt; &amp;, void &gt;</a>.
<p>
Definition at line <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00059">59</a> of file <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html">moeoFastNonDominatedSortingFitnessAssignment.h</a>.
Definition at line <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00082">82</a> of file <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html">moeoFastNonDominatedSortingFitnessAssignment.h</a>.
<p>
References <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00175">moeoFastNonDominatedSortingFitnessAssignment&lt; MOEOT &gt;::mObjectives()</a>, and <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00143">moeoFastNonDominatedSortingFitnessAssignment&lt; MOEOT &gt;::oneObjective()</a>.
References <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00198">moeoFastNonDominatedSortingFitnessAssignment&lt; MOEOT &gt;::mObjectives()</a>, and <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00166">moeoFastNonDominatedSortingFitnessAssignment&lt; MOEOT &gt;::oneObjective()</a>.
</div>
</div><p>
<a class="anchor" name="8d16de444f6c7a73c28c9087b652656e"></a><!-- doxytag: member="moeoFastNonDominatedSortingFitnessAssignment::updateByDeleting" ref="8d16de444f6c7a73c28c9087b652656e" args="(eoPop&lt; MOEOT &gt; &amp;_pop, ObjectiveVector &amp;_objVec)" -->
@ -210,9 +210,9 @@ Updates the fitness values of the whole population _pop by taking the deletion o
<p>
Implements <a class="el" href="classmoeoFitnessAssignment.html#4922629569eddc9be049b3ead1ab0269">moeoFitnessAssignment&lt; MOEOT &gt;</a>.
<p>
Definition at line <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00101">101</a> of file <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html">moeoFastNonDominatedSortingFitnessAssignment.h</a>.
Definition at line <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00124">124</a> of file <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html">moeoFastNonDominatedSortingFitnessAssignment.h</a>.
<p>
References <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00117">moeoFastNonDominatedSortingFitnessAssignment&lt; MOEOT &gt;::comparator</a>.
References <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00140">moeoFastNonDominatedSortingFitnessAssignment&lt; MOEOT &gt;::comparator</a>.
</div>
</div><p>
<a class="anchor" name="f69d3a918dbbe8d7e9ef5abc50fbf17b"></a><!-- doxytag: member="moeoFastNonDominatedSortingFitnessAssignment::oneObjective" ref="f69d3a918dbbe8d7e9ef5abc50fbf17b" args="(eoPop&lt; MOEOT &gt; &amp;_pop)" -->
@ -243,11 +243,11 @@ Sets the fitness values for mono-objective problems.
</dl>
<p>
Definition at line <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00143">143</a> of file <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html">moeoFastNonDominatedSortingFitnessAssignment.h</a>.
Definition at line <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00166">166</a> of file <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html">moeoFastNonDominatedSortingFitnessAssignment.h</a>.
<p>
References <a class="el" href="classmoeoFastNonDominatedSortingFitnessAssignment.html#1ff82dbdcd601806382bb1af98c30572">moeoFastNonDominatedSortingFitnessAssignment&lt; MOEOT &gt;::objComparator</a>.
<p>
Referenced by <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00059">moeoFastNonDominatedSortingFitnessAssignment&lt; MOEOT &gt;::operator()()</a>.
Referenced by <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00082">moeoFastNonDominatedSortingFitnessAssignment&lt; MOEOT &gt;::operator()()</a>.
</div>
</div><p>
<a class="anchor" name="ac0337fe41c4d565c5a81de38398a9e9"></a><!-- doxytag: member="moeoFastNonDominatedSortingFitnessAssignment::twoObjectives" ref="ac0337fe41c4d565c5a81de38398a9e9" args="(eoPop&lt; MOEOT &gt; &amp;_pop)" -->
@ -278,7 +278,7 @@ Sets the fitness values for bi-objective problems with a complexity of O(n log n
</dl>
<p>
Definition at line <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00165">165</a> of file <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html">moeoFastNonDominatedSortingFitnessAssignment.h</a>.
Definition at line <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00188">188</a> of file <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html">moeoFastNonDominatedSortingFitnessAssignment.h</a>.
</div>
</div><p>
<a class="anchor" name="f28ad92fe565e13b8d38a3beb30e1e29"></a><!-- doxytag: member="moeoFastNonDominatedSortingFitnessAssignment::mObjectives" ref="f28ad92fe565e13b8d38a3beb30e1e29" args="(eoPop&lt; MOEOT &gt; &amp;_pop)" -->
@ -309,16 +309,16 @@ Sets the fitness values for problems with more than two objectives with a comple
</dl>
<p>
Definition at line <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00175">175</a> of file <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html">moeoFastNonDominatedSortingFitnessAssignment.h</a>.
Definition at line <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00198">198</a> of file <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html">moeoFastNonDominatedSortingFitnessAssignment.h</a>.
<p>
References <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00117">moeoFastNonDominatedSortingFitnessAssignment&lt; MOEOT &gt;::comparator</a>.
References <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00140">moeoFastNonDominatedSortingFitnessAssignment&lt; MOEOT &gt;::comparator</a>.
<p>
Referenced by <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00059">moeoFastNonDominatedSortingFitnessAssignment&lt; MOEOT &gt;::operator()()</a>.
Referenced by <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00082">moeoFastNonDominatedSortingFitnessAssignment&lt; MOEOT &gt;::operator()()</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html">moeoFastNonDominatedSortingFitnessAssignment.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -35,7 +35,7 @@
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#a03c40b95210569b826df79a2237a0d0">moeoComparator::operator()</a>(A1, A2)=0</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [pure virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#adc459db710dea2a91c47f8b6863b96c">~eoBF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -61,7 +61,7 @@ Functor allowing to compare two solutions according to their first objective val
<p>
<p>
Definition at line <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00121">121</a> of file <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html">moeoFastNonDominatedSortingFitnessAssignment.h</a>.<hr><h2>Member Function Documentation</h2>
Definition at line <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00144">144</a> of file <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html">moeoFastNonDominatedSortingFitnessAssignment.h</a>.<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="21ba1645a166a348a24c204e88f97987"></a><!-- doxytag: member="moeoFastNonDominatedSortingFitnessAssignment::ObjectiveComparator::operator()" ref="21ba1645a166a348a24c204e88f97987" args="(const MOEOT &amp;_moeo1, const MOEOT &amp;_moeo2)" -->
<div class="memitem">
<div class="memproto">
@ -100,14 +100,14 @@ Returns true if _moeo1 &lt; _moeo2 on the first objective, then on the second, a
</dl>
<p>
Definition at line <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00129">129</a> of file <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html">moeoFastNonDominatedSortingFitnessAssignment.h</a>.
Definition at line <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00152">152</a> of file <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html">moeoFastNonDominatedSortingFitnessAssignment.h</a>.
<p>
References <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00135">moeoFastNonDominatedSortingFitnessAssignment&lt; MOEOT &gt;::ObjectiveComparator::cmp</a>.
References <a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html#l00158">moeoFastNonDominatedSortingFitnessAssignment&lt; MOEOT &gt;::ObjectiveComparator::cmp</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoFastNonDominatedSortingFitnessAssignment_8h-source.html">moeoFastNonDominatedSortingFitnessAssignment.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -36,7 +36,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoFitnessAssignment.html#057fd85764abb5de35adb52b5ef695be">updateByDeleting</a>(eoPop&lt; MOEOT &gt; &amp;_pop, MOEOT &amp;_moeo)</td><td><a class="el" href="classmoeoFitnessAssignment.html">moeoFitnessAssignment&lt; MOEOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#ed542967512c7a8f2ba6472a0c5c128d">~eoUF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; eoPop&lt; MOEOT &gt; &amp;, void &gt;</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -72,7 +72,7 @@ Functor that sets the fitness values of a whole population.
<p>
<p>
Definition at line <a class="el" href="moeoFitnessAssignment_8h-source.html#l00023">23</a> of file <a class="el" href="moeoFitnessAssignment_8h-source.html">moeoFitnessAssignment.h</a>.<hr><h2>Member Function Documentation</h2>
Definition at line <a class="el" href="moeoFitnessAssignment_8h-source.html#l00046">46</a> of file <a class="el" href="moeoFitnessAssignment_8h-source.html">moeoFitnessAssignment.h</a>.<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="4922629569eddc9be049b3ead1ab0269"></a><!-- doxytag: member="moeoFitnessAssignment::updateByDeleting" ref="4922629569eddc9be049b3ead1ab0269" args="(eoPop&lt; MOEOT &gt; &amp;_pop, ObjectiveVector &amp;_objVec)=0" -->
<div class="memitem">
<div class="memproto">
@ -113,7 +113,7 @@ Updates the fitness values of the whole population _pop by taking the deletion o
<p>
Implemented in <a class="el" href="classmoeoAchievementFitnessAssignment.html#a6a2ae6c263dbcea3c16cde4c8a1e5fc">moeoAchievementFitnessAssignment&lt; MOEOT &gt;</a>, <a class="el" href="classmoeoDummyFitnessAssignment.html#6e87d4a8ff8f43a7001a21a13795d00e">moeoDummyFitnessAssignment&lt; MOEOT &gt;</a>, <a class="el" href="classmoeoExpBinaryIndicatorBasedFitnessAssignment.html#1ad61bf146d3b24b41ef0575360f664b">moeoExpBinaryIndicatorBasedFitnessAssignment&lt; MOEOT &gt;</a>, and <a class="el" href="classmoeoFastNonDominatedSortingFitnessAssignment.html#8d16de444f6c7a73c28c9087b652656e">moeoFastNonDominatedSortingFitnessAssignment&lt; MOEOT &gt;</a>.
<p>
Referenced by <a class="el" href="moeoFitnessAssignment_8h-source.html#l00044">moeoFitnessAssignment&lt; MOEOT &gt;::updateByDeleting()</a>.
Referenced by <a class="el" href="moeoFitnessAssignment_8h-source.html#l00067">moeoFitnessAssignment&lt; MOEOT &gt;::updateByDeleting()</a>.
</div>
</div><p>
<a class="anchor" name="057fd85764abb5de35adb52b5ef695be"></a><!-- doxytag: member="moeoFitnessAssignment::updateByDeleting" ref="057fd85764abb5de35adb52b5ef695be" args="(eoPop&lt; MOEOT &gt; &amp;_pop, MOEOT &amp;_moeo)" -->
@ -154,14 +154,14 @@ Updates the fitness values of the whole population _pop by taking the deletion o
</dl>
<p>
Definition at line <a class="el" href="moeoFitnessAssignment_8h-source.html#l00044">44</a> of file <a class="el" href="moeoFitnessAssignment_8h-source.html">moeoFitnessAssignment.h</a>.
Definition at line <a class="el" href="moeoFitnessAssignment_8h-source.html#l00067">67</a> of file <a class="el" href="moeoFitnessAssignment_8h-source.html">moeoFitnessAssignment.h</a>.
<p>
References <a class="el" href="classmoeoFitnessAssignment.html#4922629569eddc9be049b3ead1ab0269">moeoFitnessAssignment&lt; MOEOT &gt;::updateByDeleting()</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoFitnessAssignment_8h-source.html">moeoFitnessAssignment.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -34,7 +34,7 @@
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#a03c40b95210569b826df79a2237a0d0">moeoComparator::operator()</a>(A1, A2)=0</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [pure virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#adc459db710dea2a91c47f8b6863b96c">~eoBF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -55,7 +55,7 @@ Functor allowing to compare two solutions according to their fitness values, the
<p>
<p>
Definition at line <a class="el" href="moeoFitnessThenDiversityComparator_8h-source.html#l00022">22</a> of file <a class="el" href="moeoFitnessThenDiversityComparator_8h-source.html">moeoFitnessThenDiversityComparator.h</a>.<hr><h2>Member Function Documentation</h2>
Definition at line <a class="el" href="moeoFitnessThenDiversityComparator_8h-source.html#l00045">45</a> of file <a class="el" href="moeoFitnessThenDiversityComparator_8h-source.html">moeoFitnessThenDiversityComparator.h</a>.<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="087856d1a7d81f242e95591d694e3ef6"></a><!-- doxytag: member="moeoFitnessThenDiversityComparator::operator()" ref="087856d1a7d81f242e95591d694e3ef6" args="(const MOEOT &amp;_moeo1, const MOEOT &amp;_moeo2)" -->
<div class="memitem">
<div class="memproto">
@ -94,12 +94,12 @@ Returns true if _moeo1 &lt; _moeo2 according to their fitness values, then accor
</dl>
<p>
Definition at line <a class="el" href="moeoFitnessThenDiversityComparator_8h-source.html#l00031">31</a> of file <a class="el" href="moeoFitnessThenDiversityComparator_8h-source.html">moeoFitnessThenDiversityComparator.h</a>.
Definition at line <a class="el" href="moeoFitnessThenDiversityComparator_8h-source.html#l00054">54</a> of file <a class="el" href="moeoFitnessThenDiversityComparator_8h-source.html">moeoFitnessThenDiversityComparator.h</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoFitnessThenDiversityComparator_8h-source.html">moeoFitnessThenDiversityComparator.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -40,7 +40,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoDiversityAssignment.html#d104002fdd5d81aabe25f95d443ed390">moeoDiversityAssignment::updateByDeleting</a>(eoPop&lt; MOEOT &gt; &amp;_pop, MOEOT &amp;_moeo)</td><td><a class="el" href="classmoeoDiversityAssignment.html">moeoDiversityAssignment&lt; MOEOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#ed542967512c7a8f2ba6472a0c5c128d">~eoUF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; eoPop&lt; MOEOT &gt; &amp;, void &gt;</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -69,7 +69,7 @@ Deb, A. Pratap, S. Agarwal, T. Meyarivan, "A Fast and Elitist Multi-Objective Ge
<p>
<p>
Definition at line <a class="el" href="moeoFrontByFrontCrowdingDiversityAssignment_8h-source.html#l00025">25</a> of file <a class="el" href="moeoFrontByFrontCrowdingDiversityAssignment_8h-source.html">moeoFrontByFrontCrowdingDiversityAssignment.h</a>.<hr><h2>Member Function Documentation</h2>
Definition at line <a class="el" href="moeoFrontByFrontCrowdingDiversityAssignment_8h-source.html#l00048">48</a> of file <a class="el" href="moeoFrontByFrontCrowdingDiversityAssignment_8h-source.html">moeoFrontByFrontCrowdingDiversityAssignment.h</a>.<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="f73ff88bd29c49260e2ca859250e4b68"></a><!-- doxytag: member="moeoFrontByFrontCrowdingDiversityAssignment::updateByDeleting" ref="f73ff88bd29c49260e2ca859250e4b68" args="(eoPop&lt; MOEOT &gt; &amp;_pop, ObjectiveVector &amp;_objVec)" -->
<div class="memitem">
<div class="memproto">
@ -110,7 +110,7 @@ template&lt;class MOEOT&gt; </div>
<p>
Reimplemented from <a class="el" href="classmoeoCrowdingDiversityAssignment.html#ba1d60c8e59fbe2c12e9eef33863f012">moeoCrowdingDiversityAssignment&lt; MOEOT &gt;</a>.
<p>
Definition at line <a class="el" href="moeoFrontByFrontCrowdingDiversityAssignment_8h-source.html#l00040">40</a> of file <a class="el" href="moeoFrontByFrontCrowdingDiversityAssignment_8h-source.html">moeoFrontByFrontCrowdingDiversityAssignment.h</a>.
Definition at line <a class="el" href="moeoFrontByFrontCrowdingDiversityAssignment_8h-source.html#l00063">63</a> of file <a class="el" href="moeoFrontByFrontCrowdingDiversityAssignment_8h-source.html">moeoFrontByFrontCrowdingDiversityAssignment.h</a>.
</div>
</div><p>
<a class="anchor" name="1aa0ec7b94fbbf952636bcc21e1a9d16"></a><!-- doxytag: member="moeoFrontByFrontCrowdingDiversityAssignment::setDistances" ref="1aa0ec7b94fbbf952636bcc21e1a9d16" args="(eoPop&lt; MOEOT &gt; &amp;_pop)" -->
@ -143,9 +143,9 @@ Sets the distance values.
<p>
Reimplemented from <a class="el" href="classmoeoCrowdingDiversityAssignment.html#acbe3e03404ecc67dd5e83f00576c255">moeoCrowdingDiversityAssignment&lt; MOEOT &gt;</a>.
<p>
Definition at line <a class="el" href="moeoFrontByFrontCrowdingDiversityAssignment_8h-source.html#l00055">55</a> of file <a class="el" href="moeoFrontByFrontCrowdingDiversityAssignment_8h-source.html">moeoFrontByFrontCrowdingDiversityAssignment.h</a>.
Definition at line <a class="el" href="moeoFrontByFrontCrowdingDiversityAssignment_8h-source.html#l00078">78</a> of file <a class="el" href="moeoFrontByFrontCrowdingDiversityAssignment_8h-source.html">moeoFrontByFrontCrowdingDiversityAssignment.h</a>.
<p>
References <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html#l00036">moeoCrowdingDiversityAssignment&lt; MOEOT &gt;::inf()</a>, <a class="el" href="moeoFrontByFrontCrowdingDiversityAssignment_8h-source.html#l00121">moeoFrontByFrontCrowdingDiversityAssignment&lt; MOEOT &gt;::lastIndex()</a>, and <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html#l00045">moeoCrowdingDiversityAssignment&lt; MOEOT &gt;::tiny()</a>.
References <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html#l00059">moeoCrowdingDiversityAssignment&lt; MOEOT &gt;::inf()</a>, <a class="el" href="moeoFrontByFrontCrowdingDiversityAssignment_8h-source.html#l00144">moeoFrontByFrontCrowdingDiversityAssignment&lt; MOEOT &gt;::lastIndex()</a>, and <a class="el" href="moeoCrowdingDiversityAssignment_8h-source.html#l00068">moeoCrowdingDiversityAssignment&lt; MOEOT &gt;::tiny()</a>.
</div>
</div><p>
<a class="anchor" name="ab8e153a4716375414ff2140fc3fa480"></a><!-- doxytag: member="moeoFrontByFrontCrowdingDiversityAssignment::lastIndex" ref="ab8e153a4716375414ff2140fc3fa480" args="(eoPop&lt; MOEOT &gt; &amp;_pop, unsigned int _start)" -->
@ -186,14 +186,14 @@ Returns the index of the last individual having the same fitness value than _pop
</dl>
<p>
Definition at line <a class="el" href="moeoFrontByFrontCrowdingDiversityAssignment_8h-source.html#l00121">121</a> of file <a class="el" href="moeoFrontByFrontCrowdingDiversityAssignment_8h-source.html">moeoFrontByFrontCrowdingDiversityAssignment.h</a>.
Definition at line <a class="el" href="moeoFrontByFrontCrowdingDiversityAssignment_8h-source.html#l00144">144</a> of file <a class="el" href="moeoFrontByFrontCrowdingDiversityAssignment_8h-source.html">moeoFrontByFrontCrowdingDiversityAssignment.h</a>.
<p>
Referenced by <a class="el" href="moeoFrontByFrontCrowdingDiversityAssignment_8h-source.html#l00055">moeoFrontByFrontCrowdingDiversityAssignment&lt; MOEOT &gt;::setDistances()</a>.
Referenced by <a class="el" href="moeoFrontByFrontCrowdingDiversityAssignment_8h-source.html#l00078">moeoFrontByFrontCrowdingDiversityAssignment&lt; MOEOT &gt;::setDistances()</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoFrontByFrontCrowdingDiversityAssignment_8h-source.html">moeoFrontByFrontCrowdingDiversityAssignment.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -46,7 +46,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoDiversityAssignment.html#d104002fdd5d81aabe25f95d443ed390">moeoDiversityAssignment::updateByDeleting</a>(eoPop&lt; MOEOT &gt; &amp;_pop, MOEOT &amp;_moeo)</td><td><a class="el" href="classmoeoDiversityAssignment.html">moeoDiversityAssignment&lt; MOEOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#ed542967512c7a8f2ba6472a0c5c128d">~eoUF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; eoPop&lt; MOEOT &gt; &amp;, void &gt;</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -70,7 +70,7 @@ Sharing assignment scheme on the way it is used in NSGA.
<p>
<p>
Definition at line <a class="el" href="moeoFrontByFrontSharingDiversityAssignment_8h-source.html#l00022">22</a> of file <a class="el" href="moeoFrontByFrontSharingDiversityAssignment_8h-source.html">moeoFrontByFrontSharingDiversityAssignment.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
Definition at line <a class="el" href="moeoFrontByFrontSharingDiversityAssignment_8h-source.html#l00045">45</a> of file <a class="el" href="moeoFrontByFrontSharingDiversityAssignment_8h-source.html">moeoFrontByFrontSharingDiversityAssignment.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="a77c641d3d9184f60c3aace07fb1774f"></a><!-- doxytag: member="moeoFrontByFrontSharingDiversityAssignment::moeoFrontByFrontSharingDiversityAssignment" ref="a77c641d3d9184f60c3aace07fb1774f" args="(moeoDistance&lt; MOEOT, double &gt; &amp;_distance, double _nicheSize=0.5, double _alpha=2.0)" -->
<div class="memitem">
<div class="memproto">
@ -116,7 +116,7 @@ Ctor.
</dl>
<p>
Definition at line <a class="el" href="moeoFrontByFrontSharingDiversityAssignment_8h-source.html#l00036">36</a> of file <a class="el" href="moeoFrontByFrontSharingDiversityAssignment_8h-source.html">moeoFrontByFrontSharingDiversityAssignment.h</a>.
Definition at line <a class="el" href="moeoFrontByFrontSharingDiversityAssignment_8h-source.html#l00059">59</a> of file <a class="el" href="moeoFrontByFrontSharingDiversityAssignment_8h-source.html">moeoFrontByFrontSharingDiversityAssignment.h</a>.
</div>
</div><p>
<a class="anchor" name="fec74d6b140ff6bb98e80ca13d57b6d7"></a><!-- doxytag: member="moeoFrontByFrontSharingDiversityAssignment::moeoFrontByFrontSharingDiversityAssignment" ref="fec74d6b140ff6bb98e80ca13d57b6d7" args="(double _nicheSize=0.5, double _alpha=2.0)" -->
@ -157,7 +157,7 @@ Ctor with an euclidean distance (with normalized objective values) in the object
</dl>
<p>
Definition at line <a class="el" href="moeoFrontByFrontSharingDiversityAssignment_8h-source.html#l00045">45</a> of file <a class="el" href="moeoFrontByFrontSharingDiversityAssignment_8h-source.html">moeoFrontByFrontSharingDiversityAssignment.h</a>.
Definition at line <a class="el" href="moeoFrontByFrontSharingDiversityAssignment_8h-source.html#l00068">68</a> of file <a class="el" href="moeoFrontByFrontSharingDiversityAssignment_8h-source.html">moeoFrontByFrontSharingDiversityAssignment.h</a>.
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
@ -201,7 +201,7 @@ template&lt;class MOEOT&gt; </div>
<p>
Reimplemented from <a class="el" href="classmoeoSharingDiversityAssignment.html#21c8d6e020af23b2be219b7e02248300">moeoSharingDiversityAssignment&lt; MOEOT &gt;</a>.
<p>
Definition at line <a class="el" href="moeoFrontByFrontSharingDiversityAssignment_8h-source.html#l00056">56</a> of file <a class="el" href="moeoFrontByFrontSharingDiversityAssignment_8h-source.html">moeoFrontByFrontSharingDiversityAssignment.h</a>.
Definition at line <a class="el" href="moeoFrontByFrontSharingDiversityAssignment_8h-source.html#l00079">79</a> of file <a class="el" href="moeoFrontByFrontSharingDiversityAssignment_8h-source.html">moeoFrontByFrontSharingDiversityAssignment.h</a>.
</div>
</div><p>
<a class="anchor" name="a0f6c045237aba2857c4a9ec25679e69"></a><!-- doxytag: member="moeoFrontByFrontSharingDiversityAssignment::setSimilarities" ref="a0f6c045237aba2857c4a9ec25679e69" args="(eoPop&lt; MOEOT &gt; &amp;_pop)" -->
@ -234,14 +234,14 @@ Sets similarities FRONT BY FRONT for every solution contained in the population
<p>
Reimplemented from <a class="el" href="classmoeoSharingDiversityAssignment.html#c01f6ac1abba3799f5c4b6c0608dac55">moeoSharingDiversityAssignment&lt; MOEOT &gt;</a>.
<p>
Definition at line <a class="el" href="moeoFrontByFrontSharingDiversityAssignment_8h-source.html#l00074">74</a> of file <a class="el" href="moeoFrontByFrontSharingDiversityAssignment_8h-source.html">moeoFrontByFrontSharingDiversityAssignment.h</a>.
Definition at line <a class="el" href="moeoFrontByFrontSharingDiversityAssignment_8h-source.html#l00097">97</a> of file <a class="el" href="moeoFrontByFrontSharingDiversityAssignment_8h-source.html">moeoFrontByFrontSharingDiversityAssignment.h</a>.
<p>
References <a class="el" href="moeoSharingDiversityAssignment_8h-source.html#l00089">moeoSharingDiversityAssignment&lt; MOEOT &gt;::distance</a>, <a class="el" href="moeoSharingDiversityAssignment_8h-source.html#l00093">moeoSharingDiversityAssignment&lt; MOEOT &gt;::nicheSize</a>, and <a class="el" href="moeoSharingDiversityAssignment_8h-source.html#l00125">moeoSharingDiversityAssignment&lt; MOEOT &gt;::sh()</a>.
References <a class="el" href="moeoSharingDiversityAssignment_8h-source.html#l00112">moeoSharingDiversityAssignment&lt; MOEOT &gt;::distance</a>, <a class="el" href="moeoSharingDiversityAssignment_8h-source.html#l00116">moeoSharingDiversityAssignment&lt; MOEOT &gt;::nicheSize</a>, and <a class="el" href="moeoSharingDiversityAssignment_8h-source.html#l00148">moeoSharingDiversityAssignment&lt; MOEOT &gt;::sh()</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoFrontByFrontSharingDiversityAssignment_8h-source.html">moeoFrontByFrontSharingDiversityAssignment.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -38,7 +38,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoGDominanceObjectiveVectorComparator.html#54cf089933c4d5d70ceb931c2b97ca68">ref</a></td><td><a class="el" href="classmoeoGDominanceObjectiveVectorComparator.html">moeoGDominanceObjectiveVectorComparator&lt; ObjectiveVector &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#adc459db710dea2a91c47f8b6863b96c">~eoBF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -74,7 +74,7 @@ The concept of g-dominance as been introduced in: J. Molina, L. V. Santana, A. G
<p>
<p>
Definition at line <a class="el" href="moeoGDominanceObjectiveVectorComparator_8h-source.html#l00025">25</a> of file <a class="el" href="moeoGDominanceObjectiveVectorComparator_8h-source.html">moeoGDominanceObjectiveVectorComparator.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
Definition at line <a class="el" href="moeoGDominanceObjectiveVectorComparator_8h-source.html#l00048">48</a> of file <a class="el" href="moeoGDominanceObjectiveVectorComparator_8h-source.html">moeoGDominanceObjectiveVectorComparator.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="fc4e1f1201b6420d206b28ab98e9ea0d"></a><!-- doxytag: member="moeoGDominanceObjectiveVectorComparator::moeoGDominanceObjectiveVectorComparator" ref="fc4e1f1201b6420d206b28ab98e9ea0d" args="(ObjectiveVector &amp;_ref)" -->
<div class="memitem">
<div class="memproto">
@ -103,7 +103,7 @@ Ctor.
</dl>
<p>
Definition at line <a class="el" href="moeoGDominanceObjectiveVectorComparator_8h-source.html#l00033">33</a> of file <a class="el" href="moeoGDominanceObjectiveVectorComparator_8h-source.html">moeoGDominanceObjectiveVectorComparator.h</a>.
Definition at line <a class="el" href="moeoGDominanceObjectiveVectorComparator_8h-source.html#l00056">56</a> of file <a class="el" href="moeoGDominanceObjectiveVectorComparator_8h-source.html">moeoGDominanceObjectiveVectorComparator.h</a>.
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
@ -145,9 +145,9 @@ Returns true if _objectiveVector1 is g-dominated by _objectiveVector2.
</dl>
<p>
Definition at line <a class="el" href="moeoGDominanceObjectiveVectorComparator_8h-source.html#l00042">42</a> of file <a class="el" href="moeoGDominanceObjectiveVectorComparator_8h-source.html">moeoGDominanceObjectiveVectorComparator.h</a>.
Definition at line <a class="el" href="moeoGDominanceObjectiveVectorComparator_8h-source.html#l00065">65</a> of file <a class="el" href="moeoGDominanceObjectiveVectorComparator_8h-source.html">moeoGDominanceObjectiveVectorComparator.h</a>.
<p>
References <a class="el" href="moeoGDominanceObjectiveVectorComparator_8h-source.html#l00076">moeoGDominanceObjectiveVectorComparator&lt; ObjectiveVector &gt;::flag()</a>, and <a class="el" href="moeoGDominanceObjectiveVectorComparator_8h-source.html#l00069">moeoGDominanceObjectiveVectorComparator&lt; ObjectiveVector &gt;::paretoComparator</a>.
References <a class="el" href="moeoGDominanceObjectiveVectorComparator_8h-source.html#l00099">moeoGDominanceObjectiveVectorComparator&lt; ObjectiveVector &gt;::flag()</a>, and <a class="el" href="moeoGDominanceObjectiveVectorComparator_8h-source.html#l00092">moeoGDominanceObjectiveVectorComparator&lt; ObjectiveVector &gt;::paretoComparator</a>.
</div>
</div><p>
<a class="anchor" name="75bf5141369522563e60d4e3ac2ec9cb"></a><!-- doxytag: member="moeoGDominanceObjectiveVectorComparator::flag" ref="75bf5141369522563e60d4e3ac2ec9cb" args="(const ObjectiveVector &amp;_objectiveVector)" -->
@ -178,16 +178,16 @@ Returns the flag of _objectiveVector according to the reference point.
</dl>
<p>
Definition at line <a class="el" href="moeoGDominanceObjectiveVectorComparator_8h-source.html#l00076">76</a> of file <a class="el" href="moeoGDominanceObjectiveVectorComparator_8h-source.html">moeoGDominanceObjectiveVectorComparator.h</a>.
Definition at line <a class="el" href="moeoGDominanceObjectiveVectorComparator_8h-source.html#l00099">99</a> of file <a class="el" href="moeoGDominanceObjectiveVectorComparator_8h-source.html">moeoGDominanceObjectiveVectorComparator.h</a>.
<p>
References <a class="el" href="moeoGDominanceObjectiveVectorComparator_8h-source.html#l00067">moeoGDominanceObjectiveVectorComparator&lt; ObjectiveVector &gt;::ref</a>.
References <a class="el" href="moeoGDominanceObjectiveVectorComparator_8h-source.html#l00090">moeoGDominanceObjectiveVectorComparator&lt; ObjectiveVector &gt;::ref</a>.
<p>
Referenced by <a class="el" href="moeoGDominanceObjectiveVectorComparator_8h-source.html#l00042">moeoGDominanceObjectiveVectorComparator&lt; ObjectiveVector &gt;::operator()()</a>.
Referenced by <a class="el" href="moeoGDominanceObjectiveVectorComparator_8h-source.html#l00065">moeoGDominanceObjectiveVectorComparator&lt; ObjectiveVector &gt;::operator()()</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoGDominanceObjectiveVectorComparator_8h-source.html">moeoGDominanceObjectiveVectorComparator.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -35,7 +35,7 @@
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#a03c40b95210569b826df79a2237a0d0">moeoReplacement::operator()</a>(A1, A2)=0</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [pure virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#adc459db710dea2a91c47f8b6863b96c">~eoBF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -60,7 +60,7 @@ Generational replacement: only the new individuals are preserved.
<p>
<p>
Definition at line <a class="el" href="moeoGenerationalReplacement_8h-source.html#l00023">23</a> of file <a class="el" href="moeoGenerationalReplacement_8h-source.html">moeoGenerationalReplacement.h</a>.<hr><h2>Member Function Documentation</h2>
Definition at line <a class="el" href="moeoGenerationalReplacement_8h-source.html#l00046">46</a> of file <a class="el" href="moeoGenerationalReplacement_8h-source.html">moeoGenerationalReplacement.h</a>.<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="7b8ac20d375820ba44a9f3dd4b95e120"></a><!-- doxytag: member="moeoGenerationalReplacement::operator()" ref="7b8ac20d375820ba44a9f3dd4b95e120" args="(eoPop&lt; MOEOT &gt; &amp;_parents, eoPop&lt; MOEOT &gt; &amp;_offspring)" -->
<div class="memitem">
<div class="memproto">
@ -101,12 +101,12 @@ Swaps _parents and _offspring.
<p>
Reimplemented from <a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_generational_replacement.html#ae94aee07decdaff16dccbe98fa9c675">eoGenerationalReplacement&lt; MOEOT &gt;</a>.
<p>
Definition at line <a class="el" href="moeoGenerationalReplacement_8h-source.html#l00032">32</a> of file <a class="el" href="moeoGenerationalReplacement_8h-source.html">moeoGenerationalReplacement.h</a>.
Definition at line <a class="el" href="moeoGenerationalReplacement_8h-source.html#l00055">55</a> of file <a class="el" href="moeoGenerationalReplacement_8h-source.html">moeoGenerationalReplacement.h</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoGenerationalReplacement_8h-source.html">moeoGenerationalReplacement.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -29,6 +29,7 @@
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>moeoHybridLS&lt; MOEOT &gt; Member List</h1>This is the complete list of members for <a class="el" href="classmoeoHybridLS.html">moeoHybridLS&lt; MOEOT &gt;</a>, including all inherited members.<p><table>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_updater.html#d24e769249a861468a0c0e113d1208bb">addTo</a>(eoCheckPoint&lt; EOT &gt; &amp;cp)</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_updater.html">eoUpdater</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoHybridLS.html#4cda70ac38a51d7b629a1fed56af4c33">arch</a></td><td><a class="el" href="classmoeoHybridLS.html">moeoHybridLS&lt; MOEOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_updater.html#362659613082a328a9a1fac94cc2a120">className</a>(void) const </td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_updater.html">eoUpdater</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_f.html#2e9f6291a5516a275953520ca592ec20">functor_category</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_f.html">eoF&lt; void &gt;</a></td><td><code> [static]</code></td></tr>
@ -41,7 +42,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoHybridLS.html#776a00e2e8970ad6e3940c61eabd52ba">term</a></td><td><a class="el" href="classmoeoHybridLS.html">moeoHybridLS&lt; MOEOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_f.html#178dc5a2f684f488c806089dec9ae84b">~eoF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_f.html">eoF&lt; void &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -76,7 +76,7 @@ This class allows to apply a multi-objective local search to a number of selecte
<p>
<p>
Definition at line <a class="el" href="moeoHybridLS_8h-source.html#l00028">28</a> of file <a class="el" href="moeoHybridLS_8h-source.html">moeoHybridLS.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
Definition at line <a class="el" href="moeoHybridLS_8h-source.html#l00051">51</a> of file <a class="el" href="moeoHybridLS_8h-source.html">moeoHybridLS.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="e669b2ca5e17467eb9819c71557aad53"></a><!-- doxytag: member="moeoHybridLS::moeoHybridLS" ref="e669b2ca5e17467eb9819c71557aad53" args="(eoContinue&lt; MOEOT &gt; &amp;_term, eoSelect&lt; MOEOT &gt; &amp;_select, moeoLS&lt; MOEOT, MOEOT &gt; &amp;_mols, moeoArchive&lt; MOEOT &gt; &amp;_arch)" -->
<div class="memitem">
<div class="memproto">
@ -129,12 +129,12 @@ Ctor.
</dl>
<p>
Definition at line <a class="el" href="moeoHybridLS_8h-source.html#l00039">39</a> of file <a class="el" href="moeoHybridLS_8h-source.html">moeoHybridLS.h</a>.
Definition at line <a class="el" href="moeoHybridLS_8h-source.html#l00062">62</a> of file <a class="el" href="moeoHybridLS_8h-source.html">moeoHybridLS.h</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoHybridLS_8h-source.html">moeoHybridLS.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -43,7 +43,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoNormalizedSolutionVsSolutionBinaryMetric.html#d0ccbdceb71b9d2d6ae8ceec1af9dcdb">tiny</a>()</td><td><a class="el" href="classmoeoNormalizedSolutionVsSolutionBinaryMetric.html">moeoNormalizedSolutionVsSolutionBinaryMetric&lt; ObjectiveVector, double &gt;</a></td><td><code> [inline, static]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html#adc459db710dea2a91c47f8b6863b96c">~eoBF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -78,7 +78,7 @@ Hypervolume binary metric allowing to compare two objective vectors as proposed
<p>
<p>
Definition at line <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html#l00029">29</a> of file <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html">moeoHypervolumeBinaryMetric.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
Definition at line <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html#l00052">52</a> of file <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html">moeoHypervolumeBinaryMetric.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="01a07711a7c9f38cdc2c76e40a3c5958"></a><!-- doxytag: member="moeoHypervolumeBinaryMetric::moeoHypervolumeBinaryMetric" ref="01a07711a7c9f38cdc2c76e40a3c5958" args="(double _rho=1.1)" -->
<div class="memitem">
<div class="memproto">
@ -107,9 +107,9 @@ Ctor.
</dl>
<p>
Definition at line <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html#l00037">37</a> of file <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html">moeoHypervolumeBinaryMetric.h</a>.
Definition at line <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html#l00060">60</a> of file <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html">moeoHypervolumeBinaryMetric.h</a>.
<p>
References <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html#l00082">moeoHypervolumeBinaryMetric&lt; ObjectiveVector &gt;::rho</a>.
References <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html#l00105">moeoHypervolumeBinaryMetric&lt; ObjectiveVector &gt;::rho</a>.
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
@ -152,9 +152,9 @@ Returns the volume of the space that is dominated by _o2 but not by _o1 with res
</dl>
<p>
Definition at line <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html#l00063">63</a> of file <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html">moeoHypervolumeBinaryMetric.h</a>.
Definition at line <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html#l00086">86</a> of file <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html">moeoHypervolumeBinaryMetric.h</a>.
<p>
References <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html#l00096">moeoHypervolumeBinaryMetric&lt; ObjectiveVector &gt;::hypervolume()</a>, and <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html#l00086">moeoHypervolumeBinaryMetric&lt; ObjectiveVector &gt;::paretoComparator</a>.
References <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html#l00119">moeoHypervolumeBinaryMetric&lt; ObjectiveVector &gt;::hypervolume()</a>, and <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html#l00109">moeoHypervolumeBinaryMetric&lt; ObjectiveVector &gt;::paretoComparator</a>.
</div>
</div><p>
<a class="anchor" name="e841d13001c63b043981a41fcb49218a"></a><!-- doxytag: member="moeoHypervolumeBinaryMetric::hypervolume" ref="e841d13001c63b043981a41fcb49218a" args="(const ObjectiveVector &amp;_o1, const ObjectiveVector &amp;_o2, const unsigned int _obj, const bool _flag=false)" -->
@ -209,16 +209,16 @@ Returns the volume of the space that is dominated by _o2 but not by _o1 with res
</dl>
<p>
Definition at line <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html#l00096">96</a> of file <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html">moeoHypervolumeBinaryMetric.h</a>.
Definition at line <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html#l00119">119</a> of file <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html">moeoHypervolumeBinaryMetric.h</a>.
<p>
References <a class="el" href="moeoNormalizedSolutionVsSolutionBinaryMetric_8h-source.html#l00084">moeoNormalizedSolutionVsSolutionBinaryMetric&lt; ObjectiveVector, double &gt;::bounds</a>, and <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html#l00082">moeoHypervolumeBinaryMetric&lt; ObjectiveVector &gt;::rho</a>.
References <a class="el" href="moeoNormalizedSolutionVsSolutionBinaryMetric_8h-source.html#l00107">moeoNormalizedSolutionVsSolutionBinaryMetric&lt; ObjectiveVector, double &gt;::bounds</a>, and <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html#l00105">moeoHypervolumeBinaryMetric&lt; ObjectiveVector &gt;::rho</a>.
<p>
Referenced by <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html#l00063">moeoHypervolumeBinaryMetric&lt; ObjectiveVector &gt;::operator()()</a>.
Referenced by <a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html#l00086">moeoHypervolumeBinaryMetric&lt; ObjectiveVector &gt;::operator()()</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoHypervolumeBinaryMetric_8h-source.html">moeoHypervolumeBinaryMetric.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:21 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -50,7 +50,7 @@
<tr class="memlist"><td><a class="el" href="classmoeoIBEA.html#0b3ef8b89b356b575ae3bad1636b5faa">select</a></td><td><a class="el" href="classmoeoIBEA.html">moeoIBEA&lt; MOEOT &gt;</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html#8c8feaced1598f8445a94c22d69dbd31">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html#ed542967512c7a8f2ba6472a0c5c128d">~eoUF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge.net/eo/doc/html/" href="http://eodev.sourceforge.net/eo/doc/html/classeo_u_f.html">eoUF&lt; A1, R &gt;</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:22 2007 for ParadisEO-MOEO by&nbsp;
<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>

View file

@ -123,7 +123,7 @@ Zitzler, S. Künzli, "Indicator-Based Selection in Multiobjective Search", Proc.
<p>
<p>
Definition at line <a class="el" href="moeoIBEA_8h-source.html#l00038">38</a> of file <a class="el" href="moeoIBEA_8h-source.html">moeoIBEA.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
Definition at line <a class="el" href="moeoIBEA_8h-source.html#l00061">61</a> of file <a class="el" href="moeoIBEA_8h-source.html">moeoIBEA.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="ff425ab40d782131dc2fea3485bf20df"></a><!-- doxytag: member="moeoIBEA::moeoIBEA" ref="ff425ab40d782131dc2fea3485bf20df" args="(unsigned int _maxGen, eoEvalFunc&lt; MOEOT &gt; &amp;_eval, eoGenOp&lt; MOEOT &gt; &amp;_op, moeoNormalizedSolutionVsSolutionBinaryMetric&lt; ObjectiveVector, double &gt; &amp;_metric, const double _kappa=0.05)" -->
<div class="memitem">
<div class="memproto">
@ -183,7 +183,7 @@ Simple ctor with a <a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge
</dl>
<p>
Definition at line <a class="el" href="moeoIBEA_8h-source.html#l00054">54</a> of file <a class="el" href="moeoIBEA_8h-source.html">moeoIBEA.h</a>.
Definition at line <a class="el" href="moeoIBEA_8h-source.html#l00077">77</a> of file <a class="el" href="moeoIBEA_8h-source.html">moeoIBEA.h</a>.
</div>
</div><p>
<a class="anchor" name="cbc97868f6eb817d95127c43231c7540"></a><!-- doxytag: member="moeoIBEA::moeoIBEA" ref="cbc97868f6eb817d95127c43231c7540" args="(unsigned int _maxGen, eoEvalFunc&lt; MOEOT &gt; &amp;_eval, eoTransform&lt; MOEOT &gt; &amp;_op, moeoNormalizedSolutionVsSolutionBinaryMetric&lt; ObjectiveVector, double &gt; &amp;_metric, const double _kappa=0.05)" -->
@ -245,7 +245,7 @@ Simple ctor with a <a class="elRef" doxygen="eo.doxytag:http://eodev.sourceforge
</dl>
<p>
Definition at line <a class="el" href="moeoIBEA_8h-source.html#l00068">68</a> of file <a class="el" href="moeoIBEA_8h-source.html">moeoIBEA.h</a>.
Definition at line <a class="el" href="moeoIBEA_8h-source.html#l00091">91</a> of file <a class="el" href="moeoIBEA_8h-source.html">moeoIBEA.h</a>.
</div>
</div><p>
<a class="anchor" name="b0c051de75326b11a391aaacdb324dac"></a><!-- doxytag: member="moeoIBEA::moeoIBEA" ref="b0c051de75326b11a391aaacdb324dac" args="(unsigned int _maxGen, eoEvalFunc&lt; MOEOT &gt; &amp;_eval, eoQuadOp&lt; MOEOT &gt; &amp;_crossover, double _pCross, eoMonOp&lt; MOEOT &gt; &amp;_mutation, double _pMut, moeoNormalizedSolutionVsSolutionBinaryMetric&lt; ObjectiveVector, double &gt; &amp;_metric, const double _kappa=0.05)" -->
@ -328,7 +328,7 @@ Ctor with a crossover, a mutation and their corresponding rates.
</dl>
<p>
Definition at line <a class="el" href="moeoIBEA_8h-source.html#l00085">85</a> of file <a class="el" href="moeoIBEA_8h-source.html">moeoIBEA.h</a>.
Definition at line <a class="el" href="moeoIBEA_8h-source.html#l00108">108</a> of file <a class="el" href="moeoIBEA_8h-source.html">moeoIBEA.h</a>.
</div>
</div><p>
<a class="anchor" name="9b59ebf11f896198264ab5594dbaaefd"></a><!-- doxytag: member="moeoIBEA::moeoIBEA" ref="9b59ebf11f896198264ab5594dbaaefd" args="(eoContinue&lt; MOEOT &gt; &amp;_continuator, eoEvalFunc&lt; MOEOT &gt; &amp;_eval, eoGenOp&lt; MOEOT &gt; &amp;_op, moeoNormalizedSolutionVsSolutionBinaryMetric&lt; ObjectiveVector, double &gt; &amp;_metric, const double _kappa=0.05)" -->
@ -390,7 +390,7 @@ Ctor with a continuator (instead of _maxGen) and a <a class="elRef" doxygen="eo.
</dl>
<p>
Definition at line <a class="el" href="moeoIBEA_8h-source.html#l00100">100</a> of file <a class="el" href="moeoIBEA_8h-source.html">moeoIBEA.h</a>.
Definition at line <a class="el" href="moeoIBEA_8h-source.html#l00123">123</a> of file <a class="el" href="moeoIBEA_8h-source.html">moeoIBEA.h</a>.
</div>
</div><p>
<a class="anchor" name="654c67d0bd74ea798580ec4c81435f92"></a><!-- doxytag: member="moeoIBEA::moeoIBEA" ref="654c67d0bd74ea798580ec4c81435f92" args="(eoContinue&lt; MOEOT &gt; &amp;_continuator, eoEvalFunc&lt; MOEOT &gt; &amp;_eval, eoTransform&lt; MOEOT &gt; &amp;_op, moeoNormalizedSolutionVsSolutionBinaryMetric&lt; ObjectiveVector, double &gt; &amp;_metric, const double _kappa=0.05)" -->
@ -452,7 +452,7 @@ Ctor with a continuator (instead of _maxGen) and a <a class="elRef" doxygen="eo.
</dl>
<p>
Definition at line <a class="el" href="moeoIBEA_8h-source.html#l00114">114</a> of file <a class="el" href="moeoIBEA_8h-source.html">moeoIBEA.h</a>.
Definition at line <a class="el" href="moeoIBEA_8h-source.html#l00137">137</a> of file <a class="el" href="moeoIBEA_8h-source.html">moeoIBEA.h</a>.
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
@ -484,14 +484,14 @@ Apply a few generation of evolution to the population _pop until the stopping cr
</dl>
<p>
Definition at line <a class="el" href="moeoIBEA_8h-source.html#l00124">124</a> of file <a class="el" href="moeoIBEA_8h-source.html">moeoIBEA.h</a>.
Definition at line <a class="el" href="moeoIBEA_8h-source.html#l00147">147</a> of file <a class="el" href="moeoIBEA_8h-source.html">moeoIBEA.h</a>.
<p>
References <a class="el" href="moeoIBEA_8h-source.html#l00164">moeoIBEA&lt; MOEOT &gt;::breed</a>, <a class="el" href="moeoIBEA_8h-source.html#l00148">moeoIBEA&lt; MOEOT &gt;::continuator</a>, <a class="el" href="moeoIBEA_8h-source.html#l00156">moeoIBEA&lt; MOEOT &gt;::dummyDiversityAssignment</a>, <a class="el" href="moeoIBEA_8h-source.html#l00154">moeoIBEA&lt; MOEOT &gt;::fitnessAssignment</a>, <a class="el" href="moeoIBEA_8h-source.html#l00150">moeoIBEA&lt; MOEOT &gt;::popEval</a>, and <a class="el" href="moeoIBEA_8h-source.html#l00158">moeoIBEA&lt; MOEOT &gt;::replace</a>.
References <a class="el" href="moeoIBEA_8h-source.html#l00187">moeoIBEA&lt; MOEOT &gt;::breed</a>, <a class="el" href="moeoIBEA_8h-source.html#l00171">moeoIBEA&lt; MOEOT &gt;::continuator</a>, <a class="el" href="moeoIBEA_8h-source.html#l00179">moeoIBEA&lt; MOEOT &gt;::dummyDiversityAssignment</a>, <a class="el" href="moeoIBEA_8h-source.html#l00177">moeoIBEA&lt; MOEOT &gt;::fitnessAssignment</a>, <a class="el" href="moeoIBEA_8h-source.html#l00173">moeoIBEA&lt; MOEOT &gt;::popEval</a>, and <a class="el" href="moeoIBEA_8h-source.html#l00181">moeoIBEA&lt; MOEOT &gt;::replace</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoIBEA_8h-source.html">moeoIBEA.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jul 6 09:41:04 2007 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 16:10:22 2007 for ParadisEO-MOEO by&nbsp;
<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>

Some files were not shown because too many files have changed in this diff Show more