git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@397 331e1502-861f-0410-8da2-ba01fb791d7f
351 lines
24 KiB
HTML
351 lines
24 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.4.7 -->
|
|
<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< ObjectiveVectorTraits, double >" -->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="moeoObjectiveVectorDouble_8h-source.html">moeoObjectiveVectorDouble.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, double >" shape="rect" coords="0,0,328,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="9d4c470ac87733521084175552874837"></a><!-- doxytag: member="moeoObjectiveVectorDouble::moeoObjectiveVectorDouble" ref="9d4c470ac87733521084175552874837" args="(double _value=0.0)" -->
|
|
</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoObjectiveVectorDouble.html#9d4c470ac87733521084175552874837">moeoObjectiveVectorDouble</a> (double _value=0.0)</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#f4aa764abee12a28ae30ae6bb23083f4">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="#f4aa764abee12a28ae30ae6bb23083f4"></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#cf09615e1a38924ee4fb6250047f9d77">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="#cf09615e1a38924ee4fb6250047f9d77"></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#367e69818ebe05a932510e6516c54fdb">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="#367e69818ebe05a932510e6516c54fdb"></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#5616d7504e6b29848ca38b52e9eb44e0">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="#5616d7504e6b29848ca38b52e9eb44e0"></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#50de392d10bd90ad125f26efb8ea5f3d">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="#50de392d10bd90ad125f26efb8ea5f3d"></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#11728f07ebd7d72fe331679913888d3f">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="#11728f07ebd7d72fe331679913888d3f"></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#74057cd0d8325513d186aea6034d7901">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="#74057cd0d8325513d186aea6034d7901"></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="moeoObjectiveVectorDouble_8h-source.html#l00027">27</a> of file <a class="el" href="moeoObjectiveVectorDouble_8h-source.html">moeoObjectiveVectorDouble.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="moeoObjectiveVectorDouble_8h-source.html#l00045">45</a> of file <a class="el" href="moeoObjectiveVectorDouble_8h-source.html">moeoObjectiveVectorDouble.h</a>.
|
|
</div>
|
|
</div><p>
|
|
<hr><h2>Member Function Documentation</h2>
|
|
<a class="anchor" name="f4aa764abee12a28ae30ae6bb23083f4"></a><!-- doxytag: member="moeoObjectiveVectorDouble::dominates" ref="f4aa764abee12a28ae30ae6bb23083f4" 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="moeoObjectiveVectorDouble_8h-source.html#l00054">54</a> of file <a class="el" href="moeoObjectiveVectorDouble_8h-source.html">moeoObjectiveVectorDouble.h</a>.
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="cf09615e1a38924ee4fb6250047f9d77"></a><!-- doxytag: member="moeoObjectiveVectorDouble::operator==" ref="cf09615e1a38924ee4fb6250047f9d77" 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="moeoObjectiveVectorDouble_8h-source.html#l00065">65</a> of file <a class="el" href="moeoObjectiveVectorDouble_8h-source.html">moeoObjectiveVectorDouble.h</a>.
|
|
<p>
|
|
Referenced by <a class="el" href="moeoObjectiveVectorDouble_8h-source.html#l00082">moeoObjectiveVectorDouble< ObjectiveVectorTraits >::operator!=()</a>, and <a class="el" href="moeoObjectiveVectorDouble_8h-source.html#l00127">moeoObjectiveVectorDouble< ObjectiveVectorTraits >::operator>=()</a>.
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="367e69818ebe05a932510e6516c54fdb"></a><!-- doxytag: member="moeoObjectiveVectorDouble::operator!=" ref="367e69818ebe05a932510e6516c54fdb" 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="moeoObjectiveVectorDouble_8h-source.html#l00082">82</a> of file <a class="el" href="moeoObjectiveVectorDouble_8h-source.html">moeoObjectiveVectorDouble.h</a>.
|
|
<p>
|
|
References <a class="el" href="moeoObjectiveVectorDouble_8h-source.html#l00065">moeoObjectiveVectorDouble< ObjectiveVectorTraits >::operator==()</a>.
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="5616d7504e6b29848ca38b52e9eb44e0"></a><!-- doxytag: member="moeoObjectiveVectorDouble::operator<" ref="5616d7504e6b29848ca38b52e9eb44e0" 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="moeoObjectiveVectorDouble_8h-source.html#l00093">93</a> of file <a class="el" href="moeoObjectiveVectorDouble_8h-source.html">moeoObjectiveVectorDouble.h</a>.
|
|
<p>
|
|
Referenced by <a class="el" href="moeoObjectiveVectorDouble_8h-source.html#l00116">moeoObjectiveVectorDouble< ObjectiveVectorTraits >::operator<=()</a>.
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="50de392d10bd90ad125f26efb8ea5f3d"></a><!-- doxytag: member="moeoObjectiveVectorDouble::operator>" ref="50de392d10bd90ad125f26efb8ea5f3d" 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="moeoObjectiveVectorDouble_8h-source.html#l00105">105</a> of file <a class="el" href="moeoObjectiveVectorDouble_8h-source.html">moeoObjectiveVectorDouble.h</a>.
|
|
<p>
|
|
Referenced by <a class="el" href="moeoObjectiveVectorDouble_8h-source.html#l00127">moeoObjectiveVectorDouble< ObjectiveVectorTraits >::operator>=()</a>.
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="11728f07ebd7d72fe331679913888d3f"></a><!-- doxytag: member="moeoObjectiveVectorDouble::operator<=" ref="11728f07ebd7d72fe331679913888d3f" 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="moeoObjectiveVectorDouble_8h-source.html#l00116">116</a> of file <a class="el" href="moeoObjectiveVectorDouble_8h-source.html">moeoObjectiveVectorDouble.h</a>.
|
|
<p>
|
|
References <a class="el" href="moeoObjectiveVectorDouble_8h-source.html#l00093">moeoObjectiveVectorDouble< ObjectiveVectorTraits >::operator<()</a>.
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="74057cd0d8325513d186aea6034d7901"></a><!-- doxytag: member="moeoObjectiveVectorDouble::operator>=" ref="74057cd0d8325513d186aea6034d7901" 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="moeoObjectiveVectorDouble_8h-source.html#l00127">127</a> of file <a class="el" href="moeoObjectiveVectorDouble_8h-source.html">moeoObjectiveVectorDouble.h</a>.
|
|
<p>
|
|
References <a class="el" href="moeoObjectiveVectorDouble_8h-source.html#l00065">moeoObjectiveVectorDouble< ObjectiveVectorTraits >::operator==()</a>, and <a class="el" href="moeoObjectiveVectorDouble_8h-source.html#l00105">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="moeoObjectiveVectorDouble_8h-source.html">moeoObjectiveVectorDouble.h</a></ul>
|
|
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 26 15:13:04 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.4.7 </small></address>
|
|
</body>
|
|
</html>
|