git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@263 331e1502-861f-0410-8da2-ba01fb791d7f
351 lines
23 KiB
HTML
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< ObjectiveVectorTraits > 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 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> <u>S</u>earch for </label></td>
|
|
<td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</li>
|
|
</ul></div>
|
|
<div class="tabs">
|
|
<ul>
|
|
<li><a href="classes.html"><span>Alphabetical List</span></a></li>
|
|
<li><a href="annotated.html"><span>Class List</span></a></li>
|
|
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
|
|
<li><a href="functions.html"><span>Class Members</span></a></li>
|
|
</ul></div>
|
|
<h1>moeoObjectiveVectorDouble< ObjectiveVectorTraits > 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 <<a class="el" href="moeoObjectiveVector_8h-source.html">moeoObjectiveVector.h</a>></code>
|
|
<p>
|
|
<p>Inheritance diagram for moeoObjectiveVectorDouble< ObjectiveVectorTraits >:
|
|
<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="()" -->
|
|
</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoObjectiveVectorDouble.html#ad06b514e74b2916d67398c9ef0e8e46">moeoObjectiveVectorDouble</a> ()</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Ctor. <br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoObjectiveVectorDouble.html#99f4a743424ed8384ad97fd36e3123d9">moeoObjectiveVectorDouble</a> (std::vector< double > &_v)</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </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 </td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoObjectiveVectorDouble.html#37af241b6417add8b53c455d63b6d8dc">dominates</a> (const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>< ObjectiveVectorTraits > &_other) const</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </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 </td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoObjectiveVectorDouble.html#352215a1065e22618428777d570d3dff">operator==</a> (const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>< ObjectiveVectorTraits > &_other) const</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </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 </td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoObjectiveVectorDouble.html#2ab8ae1df8c8a8051199c90326495af6">operator!=</a> (const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>< ObjectiveVectorTraits > &_other) const</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </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 </td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoObjectiveVectorDouble.html#4d92b87c062c83530226955417ddf974">operator<</a> (const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>< ObjectiveVectorTraits > &_other) const</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </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 </td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoObjectiveVectorDouble.html#a26dd520b3dd8a3f44f07d894e415801">operator></a> (const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>< ObjectiveVectorTraits > &_other) const</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </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 </td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoObjectiveVectorDouble.html#5da24c0a71e6263c0378e742c5ac1655">operator<=</a> (const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>< ObjectiveVectorTraits > &_other) const</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </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 </td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoObjectiveVectorDouble.html#2608c2eee56509c4c78dacbcad1ef599">operator>=</a> (const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>< ObjectiveVectorTraits > &_other) const</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </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<class ObjectiveVectorTraits><br>
|
|
class moeoObjectiveVectorDouble< ObjectiveVectorTraits ></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 & Destructor Documentation</h2>
|
|
<a class="anchor" name="99f4a743424ed8384ad97fd36e3123d9"></a><!-- doxytag: member="moeoObjectiveVectorDouble::moeoObjectiveVectorDouble" ref="99f4a743424ed8384ad97fd36e3123d9" args="(std::vector< double > &_v)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<div class="memtemplate">
|
|
template<class ObjectiveVectorTraits> </div>
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>< ObjectiveVectorTraits >::<a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a> </td>
|
|
<td>(</td>
|
|
<td class="paramtype">std::vector< double > & </td>
|
|
<td class="paramname"> <em>_v</em> </td>
|
|
<td> ) </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> </td><td>the std::vector < double > </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< ObjectiveVectorTraits > &_other) const" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<div class="memtemplate">
|
|
template<class ObjectiveVectorTraits> </div>
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">bool <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>< ObjectiveVectorTraits >::dominates </td>
|
|
<td>(</td>
|
|
<td class="paramtype">const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>< ObjectiveVectorTraits > & </td>
|
|
<td class="paramname"> <em>_other</em> </td>
|
|
<td> ) </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> </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< ObjectiveVectorTraits > &_other) const" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<div class="memtemplate">
|
|
template<class ObjectiveVectorTraits> </div>
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">bool <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>< ObjectiveVectorTraits >::operator== </td>
|
|
<td>(</td>
|
|
<td class="paramtype">const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>< ObjectiveVectorTraits > & </td>
|
|
<td class="paramname"> <em>_other</em> </td>
|
|
<td> ) </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> </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< ObjectiveVectorTraits >::operator!=()</a>, and <a class="el" href="moeoObjectiveVector_8h-source.html#l00192">moeoObjectiveVectorDouble< ObjectiveVectorTraits >::operator>=()</a>.
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="2ab8ae1df8c8a8051199c90326495af6"></a><!-- doxytag: member="moeoObjectiveVectorDouble::operator!=" ref="2ab8ae1df8c8a8051199c90326495af6" args="(const moeoObjectiveVectorDouble< ObjectiveVectorTraits > &_other) const" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<div class="memtemplate">
|
|
template<class ObjectiveVectorTraits> </div>
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">bool <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>< ObjectiveVectorTraits >::operator!= </td>
|
|
<td>(</td>
|
|
<td class="paramtype">const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>< ObjectiveVectorTraits > & </td>
|
|
<td class="paramname"> <em>_other</em> </td>
|
|
<td> ) </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> </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< ObjectiveVectorTraits >::operator==()</a>.
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="4d92b87c062c83530226955417ddf974"></a><!-- doxytag: member="moeoObjectiveVectorDouble::operator<" ref="4d92b87c062c83530226955417ddf974" args="(const moeoObjectiveVectorDouble< ObjectiveVectorTraits > &_other) const" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<div class="memtemplate">
|
|
template<class ObjectiveVectorTraits> </div>
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">bool <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>< ObjectiveVectorTraits >::operator< </td>
|
|
<td>(</td>
|
|
<td class="paramtype">const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>< ObjectiveVectorTraits > & </td>
|
|
<td class="paramname"> <em>_other</em> </td>
|
|
<td> ) </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> </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< ObjectiveVectorTraits >::operator<=()</a>.
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="a26dd520b3dd8a3f44f07d894e415801"></a><!-- doxytag: member="moeoObjectiveVectorDouble::operator>" ref="a26dd520b3dd8a3f44f07d894e415801" args="(const moeoObjectiveVectorDouble< ObjectiveVectorTraits > &_other) const" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<div class="memtemplate">
|
|
template<class ObjectiveVectorTraits> </div>
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">bool <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>< ObjectiveVectorTraits >::operator> </td>
|
|
<td>(</td>
|
|
<td class="paramtype">const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>< ObjectiveVectorTraits > & </td>
|
|
<td class="paramname"> <em>_other</em> </td>
|
|
<td> ) </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> </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< ObjectiveVectorTraits >::operator>=()</a>.
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="5da24c0a71e6263c0378e742c5ac1655"></a><!-- doxytag: member="moeoObjectiveVectorDouble::operator<=" ref="5da24c0a71e6263c0378e742c5ac1655" args="(const moeoObjectiveVectorDouble< ObjectiveVectorTraits > &_other) const" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<div class="memtemplate">
|
|
template<class ObjectiveVectorTraits> </div>
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">bool <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>< ObjectiveVectorTraits >::operator<= </td>
|
|
<td>(</td>
|
|
<td class="paramtype">const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>< ObjectiveVectorTraits > & </td>
|
|
<td class="paramname"> <em>_other</em> </td>
|
|
<td> ) </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> </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< ObjectiveVectorTraits >::operator<()</a>.
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="2608c2eee56509c4c78dacbcad1ef599"></a><!-- doxytag: member="moeoObjectiveVectorDouble::operator>=" ref="2608c2eee56509c4c78dacbcad1ef599" args="(const moeoObjectiveVectorDouble< ObjectiveVectorTraits > &_other) const" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<div class="memtemplate">
|
|
template<class ObjectiveVectorTraits> </div>
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">bool <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>< ObjectiveVectorTraits >::operator>= </td>
|
|
<td>(</td>
|
|
<td class="paramtype">const <a class="el" href="classmoeoObjectiveVectorDouble.html">moeoObjectiveVectorDouble</a>< ObjectiveVectorTraits > & </td>
|
|
<td class="paramname"> <em>_other</em> </td>
|
|
<td> ) </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> </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< ObjectiveVectorTraits >::operator==()</a>, and <a class="el" href="moeoObjectiveVector_8h-source.html#l00170">moeoObjectiveVectorDouble< ObjectiveVectorTraits >::operator>()</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
|
|
<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>
|