paradiseo/trunk/paradiseo-moeo/docs/html/classmoeoObjectiveVectorDouble.html
liefooga 2e7e817428 update docs
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@263 331e1502-861f-0410-8da2-ba01fb791d7f
2007-04-17 15:45:01 +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: moeoObjectiveVectorDouble&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.5.1 -->
<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>moeoObjectiveVectorDouble&lt; ObjectiveVectorTraits &gt; Class Template Reference</h1><!-- doxytag: class="moeoObjectiveVectorDouble" --><!-- doxytag: inherits="moeoObjectiveVector" -->This class allows to represent a solution in the objective space (phenotypic representation) by a std::vector of doubles, i.e.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="moeoObjectiveVector_8h-source.html">moeoObjectiveVector.h</a>&gt;</code>
<p>
<p>Inheritance diagram for moeoObjectiveVectorDouble&lt; ObjectiveVectorTraits &gt;:
<p><center><img src="classmoeoObjectiveVectorDouble.png" usemap="#moeoObjectiveVectorDouble< ObjectiveVectorTraits >_map" border="0" alt=""></center>
<map name="moeoObjectiveVectorDouble< ObjectiveVectorTraits >_map">
<area href="classmoeoObjectiveVector.html" alt="moeoObjectiveVector< ObjectiveVectorTraits >" shape="rect" coords="0,0,321,24">
</map>
<a href="classmoeoObjectiveVectorDouble-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="ad06b514e74b2916d67398c9ef0e8e46"></a><!-- doxytag: member="moeoObjectiveVectorDouble::moeoObjectiveVectorDouble" ref="ad06b514e74b2916d67398c9ef0e8e46" args="()" -->
&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoObjectiveVectorDouble.html#ad06b514e74b2916d67398c9ef0e8e46">moeoObjectiveVectorDouble</a> ()</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="classmoeoObjectiveVectorDouble.html#99f4a743424ed8384ad97fd36e3123d9">moeoObjectiveVectorDouble</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="#99f4a743424ed8384ad97fd36e3123d9"></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="classmoeoObjectiveVectorDouble.html#37af241b6417add8b53c455d63b6d8dc">dominates</a> (const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</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="#37af241b6417add8b53c455d63b6d8dc"></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="classmoeoObjectiveVectorDouble.html#352215a1065e22618428777d570d3dff">operator==</a> (const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</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="#352215a1065e22618428777d570d3dff"></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="classmoeoObjectiveVectorDouble.html#2ab8ae1df8c8a8051199c90326495af6">operator!=</a> (const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</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="#2ab8ae1df8c8a8051199c90326495af6"></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="classmoeoObjectiveVectorDouble.html#4d92b87c062c83530226955417ddf974">operator&lt;</a> (const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</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="#4d92b87c062c83530226955417ddf974"></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="classmoeoObjectiveVectorDouble.html#a26dd520b3dd8a3f44f07d894e415801">operator&gt;</a> (const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</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="#a26dd520b3dd8a3f44f07d894e415801"></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="classmoeoObjectiveVectorDouble.html#5da24c0a71e6263c0378e742c5ac1655">operator&lt;=</a> (const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</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="#5da24c0a71e6263c0378e742c5ac1655"></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="classmoeoObjectiveVectorDouble.html#2608c2eee56509c4c78dacbcad1ef599">operator&gt;=</a> (const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</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="#2608c2eee56509c4c78dacbcad1ef599"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<h3>template&lt;class ObjectiveVectorTraits&gt;<br>
class moeoObjectiveVectorDouble&lt; ObjectiveVectorTraits &gt;</h3>
This class allows to represent a solution in the objective space (phenotypic representation) by a std::vector of doubles, 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="moeoObjectiveVector_8h-source.html#l00081">81</a> of file <a class="el" href="moeoObjectiveVector_8h-source.html">moeoObjectiveVector.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="99f4a743424ed8384ad97fd36e3123d9"></a><!-- doxytag: member="moeoObjectiveVectorDouble::moeoObjectiveVectorDouble" ref="99f4a743424ed8384ad97fd36e3123d9" 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="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>&lt; ObjectiveVectorTraits &gt;::<a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</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="moeoObjectiveVector_8h-source.html#l00098">98</a> of file <a class="el" href="moeoObjectiveVector_8h-source.html">moeoObjectiveVector.h</a>.
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="37af241b6417add8b53c455d63b6d8dc"></a><!-- doxytag: member="moeoObjectiveVectorDouble::dominates" ref="37af241b6417add8b53c455d63b6d8dc" args="(const moeoObjectiveVectorDouble&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="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>&lt; ObjectiveVectorTraits &gt;::dominates </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</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="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a> object to compare with </td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="moeoObjectiveVector_8h-source.html#l00106">106</a> of file <a class="el" href="moeoObjectiveVector_8h-source.html">moeoObjectiveVector.h</a>.
</div>
</div><p>
<a class="anchor" name="352215a1065e22618428777d570d3dff"></a><!-- doxytag: member="moeoObjectiveVectorDouble::operator==" ref="352215a1065e22618428777d570d3dff" args="(const moeoObjectiveVectorDouble&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="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>&lt; ObjectiveVectorTraits &gt;::operator== </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</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="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a> object to compare with </td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="moeoObjectiveVector_8h-source.html#l00117">117</a> of file <a class="el" href="moeoObjectiveVector_8h-source.html">moeoObjectiveVector.h</a>.
<p>
Referenced by <a class="el" href="moeoObjectiveVector_8h-source.html#l00134">moeoObjectiveVectorDouble&lt; ObjectiveVectorTraits &gt;::operator!=()</a>, and <a class="el" href="moeoObjectiveVector_8h-source.html#l00192">moeoObjectiveVectorDouble&lt; ObjectiveVectorTraits &gt;::operator&gt;=()</a>.
</div>
</div><p>
<a class="anchor" name="2ab8ae1df8c8a8051199c90326495af6"></a><!-- doxytag: member="moeoObjectiveVectorDouble::operator!=" ref="2ab8ae1df8c8a8051199c90326495af6" args="(const moeoObjectiveVectorDouble&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="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>&lt; ObjectiveVectorTraits &gt;::operator!= </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</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="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a> object to compare with </td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="moeoObjectiveVector_8h-source.html#l00134">134</a> of file <a class="el" href="moeoObjectiveVector_8h-source.html">moeoObjectiveVector.h</a>.
<p>
References <a class="el" href="moeoObjectiveVector_8h-source.html#l00117">moeoObjectiveVectorDouble&lt; ObjectiveVectorTraits &gt;::operator==()</a>.
</div>
</div><p>
<a class="anchor" name="4d92b87c062c83530226955417ddf974"></a><!-- doxytag: member="moeoObjectiveVectorDouble::operator&lt;" ref="4d92b87c062c83530226955417ddf974" args="(const moeoObjectiveVectorDouble&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="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>&lt; ObjectiveVectorTraits &gt;::operator&lt; </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</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="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a> object to compare with </td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="moeoObjectiveVector_8h-source.html#l00145">145</a> of file <a class="el" href="moeoObjectiveVector_8h-source.html">moeoObjectiveVector.h</a>.
<p>
Referenced by <a class="el" href="moeoObjectiveVector_8h-source.html#l00181">moeoObjectiveVectorDouble&lt; ObjectiveVectorTraits &gt;::operator&lt;=()</a>.
</div>
</div><p>
<a class="anchor" name="a26dd520b3dd8a3f44f07d894e415801"></a><!-- doxytag: member="moeoObjectiveVectorDouble::operator&gt;" ref="a26dd520b3dd8a3f44f07d894e415801" args="(const moeoObjectiveVectorDouble&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="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>&lt; ObjectiveVectorTraits &gt;::operator&gt; </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</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="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a> object to compare with </td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="moeoObjectiveVector_8h-source.html#l00170">170</a> of file <a class="el" href="moeoObjectiveVector_8h-source.html">moeoObjectiveVector.h</a>.
<p>
Referenced by <a class="el" href="moeoObjectiveVector_8h-source.html#l00192">moeoObjectiveVectorDouble&lt; ObjectiveVectorTraits &gt;::operator&gt;=()</a>.
</div>
</div><p>
<a class="anchor" name="5da24c0a71e6263c0378e742c5ac1655"></a><!-- doxytag: member="moeoObjectiveVectorDouble::operator&lt;=" ref="5da24c0a71e6263c0378e742c5ac1655" args="(const moeoObjectiveVectorDouble&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="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>&lt; ObjectiveVectorTraits &gt;::operator&lt;= </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</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="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a> object to compare with </td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="moeoObjectiveVector_8h-source.html#l00181">181</a> of file <a class="el" href="moeoObjectiveVector_8h-source.html">moeoObjectiveVector.h</a>.
<p>
References <a class="el" href="moeoObjectiveVector_8h-source.html#l00145">moeoObjectiveVectorDouble&lt; ObjectiveVectorTraits &gt;::operator&lt;()</a>.
</div>
</div><p>
<a class="anchor" name="2608c2eee56509c4c78dacbcad1ef599"></a><!-- doxytag: member="moeoObjectiveVectorDouble::operator&gt;=" ref="2608c2eee56509c4c78dacbcad1ef599" args="(const moeoObjectiveVectorDouble&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="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>&lt; ObjectiveVectorTraits &gt;::operator&gt;= </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</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="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a> object to compare with </td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="moeoObjectiveVector_8h-source.html#l00192">192</a> of file <a class="el" href="moeoObjectiveVector_8h-source.html">moeoObjectiveVector.h</a>.
<p>
References <a class="el" href="moeoObjectiveVector_8h-source.html#l00117">moeoObjectiveVectorDouble&lt; ObjectiveVectorTraits &gt;::operator==()</a>, and <a class="el" href="moeoObjectiveVector_8h-source.html#l00170">moeoObjectiveVectorDouble&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="moeoObjectiveVector_8h-source.html">moeoObjectiveVector.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 17 16:53: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.5.1 </small></address>
</body>
</html>