paradiseo/trunk/paradiseo-moeo/doc/html/classmoeoRealObjectiveVector.html
liefooga 320c6b06ff update doc with new stuffs
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@497 331e1502-861f-0410-8da2-ba01fb791d7f
2007-07-02 14:05:51 +00:00

351 lines
23 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>ParadisEO-MOEO: moeoRealObjectiveVector&lt; ObjectiveVectorTraits &gt; Class Template Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li id="current"><a href="classes.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
<td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
</tr>
</table>
</form>
</li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>moeoRealObjectiveVector&lt; ObjectiveVectorTraits &gt; Class Template Reference</h1><!-- doxytag: class="moeoRealObjectiveVector" --><!-- doxytag: inherits="moeoObjectiveVector&lt; ObjectiveVectorTraits, double &gt;" -->This class allows to represent a solution in the objective space (phenotypic representation) by a std::vector of real values, i.e.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="moeoRealObjectiveVector_8h-source.html">moeoRealObjectiveVector.h</a>&gt;</code>
<p>
<p>Inheritance diagram for moeoRealObjectiveVector&lt; ObjectiveVectorTraits &gt;:
<p><center><img src="classmoeoRealObjectiveVector.png" usemap="#moeoRealObjectiveVector< ObjectiveVectorTraits >_map" border="0" alt=""></center>
<map name="moeoRealObjectiveVector< ObjectiveVectorTraits >_map">
<area href="classmoeoObjectiveVector.html" alt="moeoObjectiveVector< ObjectiveVectorTraits, double >" shape="rect" coords="0,0,328,24">
</map>
<a href="classmoeoRealObjectiveVector-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="07b6df71c6ca3b50a0a0379838233525"></a><!-- doxytag: member="moeoRealObjectiveVector::moeoRealObjectiveVector" ref="07b6df71c6ca3b50a0a0379838233525" args="(double _value=0.0)" -->
&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoRealObjectiveVector.html#07b6df71c6ca3b50a0a0379838233525">moeoRealObjectiveVector</a> (double _value=0.0)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Ctor. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoRealObjectiveVector.html#59083142c6a1766f0df30f2457fff34c">moeoRealObjectiveVector</a> (std::vector&lt; double &gt; &amp;_v)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Ctor from a vector of doubles. <a href="#59083142c6a1766f0df30f2457fff34c"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoRealObjectiveVector.html#403a1b537d7accba53ecc939dbe5b829">dominates</a> (const <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a>&lt; ObjectiveVectorTraits &gt; &amp;_other) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns true if the current objective vector dominates _other according to the Pareto dominance relation (but it's better to use a <a class="el" href="classmoeoObjectiveVectorComparator.html">moeoObjectiveVectorComparator</a> object to compare solutions). <a href="#403a1b537d7accba53ecc939dbe5b829"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoRealObjectiveVector.html#e2f1665239fac279784a7c2d4e030a0a">operator==</a> (const <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a>&lt; ObjectiveVectorTraits &gt; &amp;_other) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns true if the current objective vector is equal to _other (according to a tolerance value). <a href="#e2f1665239fac279784a7c2d4e030a0a"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoRealObjectiveVector.html#7300c03310d45932f3de8b54f7079c61">operator!=</a> (const <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a>&lt; ObjectiveVectorTraits &gt; &amp;_other) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns true if the current objective vector is different than _other (according to a tolerance value). <a href="#7300c03310d45932f3de8b54f7079c61"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoRealObjectiveVector.html#2113937b8a097943278f471255f2da28">operator&lt;</a> (const <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a>&lt; ObjectiveVectorTraits &gt; &amp;_other) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns true if the current objective vector is smaller than _other on the first objective, then on the second, and so on (can be usefull for sorting/printing). <a href="#2113937b8a097943278f471255f2da28"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoRealObjectiveVector.html#6f3b3f40139f9a6ede18297b6eff3189">operator&gt;</a> (const <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a>&lt; ObjectiveVectorTraits &gt; &amp;_other) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns true if the current objective vector is greater than _other on the first objective, then on the second, and so on (can be usefull for sorting/printing). <a href="#6f3b3f40139f9a6ede18297b6eff3189"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoRealObjectiveVector.html#f7ea79ab6b2a6672df9a5725e7d842a0">operator&lt;=</a> (const <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a>&lt; ObjectiveVectorTraits &gt; &amp;_other) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns true if the current objective vector is smaller than or equal to _other on the first objective, then on the second, and so on (can be usefull for sorting/printing). <a href="#f7ea79ab6b2a6672df9a5725e7d842a0"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoRealObjectiveVector.html#1aadf971866abb81a35fadbe650c9701">operator&gt;=</a> (const <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a>&lt; ObjectiveVectorTraits &gt; &amp;_other) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns true if the current objective vector is greater than or equal to _other on the first objective, then on the second, and so on (can be usefull for sorting/printing). <a href="#1aadf971866abb81a35fadbe650c9701"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<h3>template&lt;class ObjectiveVectorTraits&gt;<br>
class moeoRealObjectiveVector&lt; ObjectiveVectorTraits &gt;</h3>
This class allows to represent a solution in the objective space (phenotypic representation) by a std::vector of real values, i.e.
<p>
that an objective value is represented using a double, and this for any objective.
<p>
<p>
Definition at line <a class="el" href="moeoRealObjectiveVector_8h-source.html#l00027">27</a> of file <a class="el" href="moeoRealObjectiveVector_8h-source.html">moeoRealObjectiveVector.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="59083142c6a1766f0df30f2457fff34c"></a><!-- doxytag: member="moeoRealObjectiveVector::moeoRealObjectiveVector" ref="59083142c6a1766f0df30f2457fff34c" args="(std::vector&lt; double &gt; &amp;_v)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class ObjectiveVectorTraits&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a>&lt; ObjectiveVectorTraits &gt;::<a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a> </td>
<td>(</td>
<td class="paramtype">std::vector&lt; double &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_v</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Ctor from a vector of doubles.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>_v</em>&nbsp;</td><td>the std::vector &lt; double &gt; </td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="moeoRealObjectiveVector_8h-source.html#l00045">45</a> of file <a class="el" href="moeoRealObjectiveVector_8h-source.html">moeoRealObjectiveVector.h</a>.
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="403a1b537d7accba53ecc939dbe5b829"></a><!-- doxytag: member="moeoRealObjectiveVector::dominates" ref="403a1b537d7accba53ecc939dbe5b829" args="(const moeoRealObjectiveVector&lt; ObjectiveVectorTraits &gt; &amp;_other) const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class ObjectiveVectorTraits&gt; </div>
<table class="memname">
<tr>
<td class="memname">bool <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a>&lt; ObjectiveVectorTraits &gt;::dominates </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a>&lt; ObjectiveVectorTraits &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_other</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Returns true if the current objective vector dominates _other according to the Pareto dominance relation (but it's better to use a <a class="el" href="classmoeoObjectiveVectorComparator.html">moeoObjectiveVectorComparator</a> object to compare solutions).
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>_other</em>&nbsp;</td><td>the other <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a> object to compare with </td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="moeoRealObjectiveVector_8h-source.html#l00054">54</a> of file <a class="el" href="moeoRealObjectiveVector_8h-source.html">moeoRealObjectiveVector.h</a>.
</div>
</div><p>
<a class="anchor" name="e2f1665239fac279784a7c2d4e030a0a"></a><!-- doxytag: member="moeoRealObjectiveVector::operator==" ref="e2f1665239fac279784a7c2d4e030a0a" args="(const moeoRealObjectiveVector&lt; ObjectiveVectorTraits &gt; &amp;_other) const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class ObjectiveVectorTraits&gt; </div>
<table class="memname">
<tr>
<td class="memname">bool <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a>&lt; ObjectiveVectorTraits &gt;::operator== </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a>&lt; ObjectiveVectorTraits &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_other</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Returns true if the current objective vector is equal to _other (according to a tolerance value).
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>_other</em>&nbsp;</td><td>the other <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a> object to compare with </td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="moeoRealObjectiveVector_8h-source.html#l00065">65</a> of file <a class="el" href="moeoRealObjectiveVector_8h-source.html">moeoRealObjectiveVector.h</a>.
<p>
Referenced by <a class="el" href="moeoRealObjectiveVector_8h-source.html#l00082">moeoRealObjectiveVector&lt; ObjectiveVectorTraits &gt;::operator!=()</a>, and <a class="el" href="moeoRealObjectiveVector_8h-source.html#l00127">moeoRealObjectiveVector&lt; ObjectiveVectorTraits &gt;::operator&gt;=()</a>.
</div>
</div><p>
<a class="anchor" name="7300c03310d45932f3de8b54f7079c61"></a><!-- doxytag: member="moeoRealObjectiveVector::operator!=" ref="7300c03310d45932f3de8b54f7079c61" args="(const moeoRealObjectiveVector&lt; ObjectiveVectorTraits &gt; &amp;_other) const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class ObjectiveVectorTraits&gt; </div>
<table class="memname">
<tr>
<td class="memname">bool <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a>&lt; ObjectiveVectorTraits &gt;::operator!= </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a>&lt; ObjectiveVectorTraits &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_other</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Returns true if the current objective vector is different than _other (according to a tolerance value).
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>_other</em>&nbsp;</td><td>the other <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a> object to compare with </td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="moeoRealObjectiveVector_8h-source.html#l00082">82</a> of file <a class="el" href="moeoRealObjectiveVector_8h-source.html">moeoRealObjectiveVector.h</a>.
<p>
References <a class="el" href="moeoRealObjectiveVector_8h-source.html#l00065">moeoRealObjectiveVector&lt; ObjectiveVectorTraits &gt;::operator==()</a>.
</div>
</div><p>
<a class="anchor" name="2113937b8a097943278f471255f2da28"></a><!-- doxytag: member="moeoRealObjectiveVector::operator&lt;" ref="2113937b8a097943278f471255f2da28" args="(const moeoRealObjectiveVector&lt; ObjectiveVectorTraits &gt; &amp;_other) const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class ObjectiveVectorTraits&gt; </div>
<table class="memname">
<tr>
<td class="memname">bool <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a>&lt; ObjectiveVectorTraits &gt;::operator&lt; </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a>&lt; ObjectiveVectorTraits &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_other</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Returns true if the current objective vector is smaller than _other on the first objective, then on the second, and so on (can be usefull for sorting/printing).
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>_other</em>&nbsp;</td><td>the other <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a> object to compare with </td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="moeoRealObjectiveVector_8h-source.html#l00093">93</a> of file <a class="el" href="moeoRealObjectiveVector_8h-source.html">moeoRealObjectiveVector.h</a>.
<p>
Referenced by <a class="el" href="moeoRealObjectiveVector_8h-source.html#l00116">moeoRealObjectiveVector&lt; ObjectiveVectorTraits &gt;::operator&lt;=()</a>.
</div>
</div><p>
<a class="anchor" name="6f3b3f40139f9a6ede18297b6eff3189"></a><!-- doxytag: member="moeoRealObjectiveVector::operator&gt;" ref="6f3b3f40139f9a6ede18297b6eff3189" args="(const moeoRealObjectiveVector&lt; ObjectiveVectorTraits &gt; &amp;_other) const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class ObjectiveVectorTraits&gt; </div>
<table class="memname">
<tr>
<td class="memname">bool <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a>&lt; ObjectiveVectorTraits &gt;::operator&gt; </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a>&lt; ObjectiveVectorTraits &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_other</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Returns true if the current objective vector is greater than _other on the first objective, then on the second, and so on (can be usefull for sorting/printing).
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>_other</em>&nbsp;</td><td>the other <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a> object to compare with </td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="moeoRealObjectiveVector_8h-source.html#l00105">105</a> of file <a class="el" href="moeoRealObjectiveVector_8h-source.html">moeoRealObjectiveVector.h</a>.
<p>
Referenced by <a class="el" href="moeoRealObjectiveVector_8h-source.html#l00127">moeoRealObjectiveVector&lt; ObjectiveVectorTraits &gt;::operator&gt;=()</a>.
</div>
</div><p>
<a class="anchor" name="f7ea79ab6b2a6672df9a5725e7d842a0"></a><!-- doxytag: member="moeoRealObjectiveVector::operator&lt;=" ref="f7ea79ab6b2a6672df9a5725e7d842a0" args="(const moeoRealObjectiveVector&lt; ObjectiveVectorTraits &gt; &amp;_other) const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class ObjectiveVectorTraits&gt; </div>
<table class="memname">
<tr>
<td class="memname">bool <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a>&lt; ObjectiveVectorTraits &gt;::operator&lt;= </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a>&lt; ObjectiveVectorTraits &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_other</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Returns true if the current objective vector is smaller than or equal to _other on the first objective, then on the second, and so on (can be usefull for sorting/printing).
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>_other</em>&nbsp;</td><td>the other <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a> object to compare with </td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="moeoRealObjectiveVector_8h-source.html#l00116">116</a> of file <a class="el" href="moeoRealObjectiveVector_8h-source.html">moeoRealObjectiveVector.h</a>.
<p>
References <a class="el" href="moeoRealObjectiveVector_8h-source.html#l00093">moeoRealObjectiveVector&lt; ObjectiveVectorTraits &gt;::operator&lt;()</a>.
</div>
</div><p>
<a class="anchor" name="1aadf971866abb81a35fadbe650c9701"></a><!-- doxytag: member="moeoRealObjectiveVector::operator&gt;=" ref="1aadf971866abb81a35fadbe650c9701" args="(const moeoRealObjectiveVector&lt; ObjectiveVectorTraits &gt; &amp;_other) const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class ObjectiveVectorTraits&gt; </div>
<table class="memname">
<tr>
<td class="memname">bool <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a>&lt; ObjectiveVectorTraits &gt;::operator&gt;= </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a>&lt; ObjectiveVectorTraits &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_other</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Returns true if the current objective vector is greater than or equal to _other on the first objective, then on the second, and so on (can be usefull for sorting/printing).
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>_other</em>&nbsp;</td><td>the other <a class="el" href="classmoeoRealObjectiveVector.html">moeoRealObjectiveVector</a> object to compare with </td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="moeoRealObjectiveVector_8h-source.html#l00127">127</a> of file <a class="el" href="moeoRealObjectiveVector_8h-source.html">moeoRealObjectiveVector.h</a>.
<p>
References <a class="el" href="moeoRealObjectiveVector_8h-source.html#l00065">moeoRealObjectiveVector&lt; ObjectiveVectorTraits &gt;::operator==()</a>, and <a class="el" href="moeoRealObjectiveVector_8h-source.html#l00105">moeoRealObjectiveVector&lt; ObjectiveVectorTraits &gt;::operator&gt;()</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoRealObjectiveVector_8h-source.html">moeoRealObjectiveVector.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Mon Jul 2 16:05:02 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>
</html>