paradiseo/trunk/paradiseo-moeo/docs/html/classmoeoDiversityAssignment.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

160 lines
10 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: moeoDiversityAssignment&lt; MOEOT &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>moeoDiversityAssignment&lt; MOEOT &gt; Class Template Reference</h1><!-- doxytag: class="moeoDiversityAssignment" --><!-- doxytag: inherits="eoUF&lt; eoPop&lt; MOEOT &gt; &amp;, void &gt;" -->Functor that sets the diversity values of a whole population.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="moeoDiversityAssignment_8h-source.html">moeoDiversityAssignment.h</a>&gt;</code>
<p>
<p>Inheritance diagram for moeoDiversityAssignment&lt; MOEOT &gt;:
<p><center><img src="classmoeoDiversityAssignment.png" usemap="#moeoDiversityAssignment< MOEOT >_map" border="0" alt=""></center>
<map name="moeoDiversityAssignment< MOEOT >_map">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_u_f.html" alt="eoUF< eoPop< MOEOT > &, void >" shape="rect" coords="169,56,498,80">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="169,0,498,24">
<area href="classmoeoCrowdingDistanceDiversityAssignment.html" alt="moeoCrowdingDistanceDiversityAssignment< MOEOT >" shape="rect" coords="0,168,329,192">
<area href="classmoeoDummyDiversityAssignment.html" alt="moeoDummyDiversityAssignment< MOEOT >" shape="rect" coords="339,168,668,192">
</map>
<a href="classmoeoDiversityAssignment-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 Types</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="dc2aa6c655cb0c163aa3c769c91c9339"></a><!-- doxytag: member="moeoDiversityAssignment::ObjectiveVector" ref="dc2aa6c655cb0c163aa3c769c91c9339" args="" -->
typedef MOEOT::ObjectiveVector&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoDiversityAssignment.html#dc2aa6c655cb0c163aa3c769c91c9339">ObjectiveVector</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The type for objective vector. <br></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoDiversityAssignment.html#57f400263b36664df6269f1b522cfdcb">updateByDeleting</a> (<a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>&lt; MOEOT &gt; &amp;_pop, <a class="el" href="classmoeoDiversityAssignment.html#dc2aa6c655cb0c163aa3c769c91c9339">ObjectiveVector</a> &amp;_objVec)=0</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Updates the diversity values of the whole population _pop by taking the deletion of the objective vector _objVec into account. <a href="#57f400263b36664df6269f1b522cfdcb"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoDiversityAssignment.html#d104002fdd5d81aabe25f95d443ed390">updateByDeleting</a> (<a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>&lt; MOEOT &gt; &amp;_pop, MOEOT &amp;_moeo)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Updates the diversity values of the whole population _pop by taking the deletion of the individual _moeo into account. <a href="#d104002fdd5d81aabe25f95d443ed390"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<h3>template&lt;class MOEOT&gt;<br>
class moeoDiversityAssignment&lt; MOEOT &gt;</h3>
Functor that sets the diversity values of a whole population.
<p>
<p>
Definition at line <a class="el" href="moeoDiversityAssignment_8h-source.html#l00023">23</a> of file <a class="el" href="moeoDiversityAssignment_8h-source.html">moeoDiversityAssignment.h</a>.<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="57f400263b36664df6269f1b522cfdcb"></a><!-- doxytag: member="moeoDiversityAssignment::updateByDeleting" ref="57f400263b36664df6269f1b522cfdcb" args="(eoPop&lt; MOEOT &gt; &amp;_pop, ObjectiveVector &amp;_objVec)=0" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class MOEOT&gt; </div>
<table class="memname">
<tr>
<td class="memname">virtual void <a class="el" href="classmoeoDiversityAssignment.html">moeoDiversityAssignment</a>&lt; MOEOT &gt;::updateByDeleting </td>
<td>(</td>
<td class="paramtype"><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>&lt; MOEOT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_pop</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classmoeoDiversityAssignment.html#dc2aa6c655cb0c163aa3c769c91c9339">ObjectiveVector</a> &amp;&nbsp;</td>
<td class="paramname"> <em>_objVec</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Updates the diversity values of the whole population _pop by taking the deletion of the objective vector _objVec into account.
<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>_pop</em>&nbsp;</td><td>the population </td></tr>
<tr><td valign="top"></td><td valign="top"><em>_objVec</em>&nbsp;</td><td>the objective vector </td></tr>
</table>
</dl>
<p>
Implemented in <a class="el" href="classmoeoCrowdingDistanceDiversityAssignment.html#ac21453d018c0e5dc872ccf0d0893f18">moeoCrowdingDistanceDiversityAssignment&lt; MOEOT &gt;</a>, and <a class="el" href="classmoeoDummyDiversityAssignment.html#3382b59e2b8bbdc840dc25463649f1e4">moeoDummyDiversityAssignment&lt; MOEOT &gt;</a>.
<p>
Referenced by <a class="el" href="moeoDiversityAssignment_8h-source.html#l00044">moeoDiversityAssignment&lt; MOEOT &gt;::updateByDeleting()</a>.
</div>
</div><p>
<a class="anchor" name="d104002fdd5d81aabe25f95d443ed390"></a><!-- doxytag: member="moeoDiversityAssignment::updateByDeleting" ref="d104002fdd5d81aabe25f95d443ed390" args="(eoPop&lt; MOEOT &gt; &amp;_pop, MOEOT &amp;_moeo)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class MOEOT&gt; </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classmoeoDiversityAssignment.html">moeoDiversityAssignment</a>&lt; MOEOT &gt;::updateByDeleting </td>
<td>(</td>
<td class="paramtype"><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>&lt; MOEOT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_pop</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">MOEOT &amp;&nbsp;</td>
<td class="paramname"> <em>_moeo</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Updates the diversity values of the whole population _pop by taking the deletion of the individual _moeo into account.
<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>_pop</em>&nbsp;</td><td>the population </td></tr>
<tr><td valign="top"></td><td valign="top"><em>_moeo</em>&nbsp;</td><td>the individual </td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="moeoDiversityAssignment_8h-source.html#l00044">44</a> of file <a class="el" href="moeoDiversityAssignment_8h-source.html">moeoDiversityAssignment.h</a>.
<p>
References <a class="el" href="classmoeoDiversityAssignment.html#57f400263b36664df6269f1b522cfdcb">moeoDiversityAssignment&lt; MOEOT &gt;::updateByDeleting()</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoDiversityAssignment_8h-source.html">moeoDiversityAssignment.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 17 16:53:21 2007 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
</body>
</html>