git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@166 331e1502-861f-0410-8da2-ba01fb791d7f
195 lines
13 KiB
HTML
195 lines
13 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: moeoIBEASorting< EOT, Fitness > 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>moeoIBEASorting< EOT, Fitness > Class Template Reference</h1><!-- doxytag: class="moeoIBEASorting" --><!-- doxytag: inherits="moeoIBEA" -->Functor The sorting phase of IBEA (Indicator-Based Evolutionary Algorithm) without uncertainty Adapted from the Zitzler and Künzli paper "Indicator-Based Selection in Multiobjective Search" (2004) Of course, Fitness needs to be an <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pareto_fitness.html">eoParetoFitness</a> object.
|
|
<a href="#_details">More...</a>
|
|
<p>
|
|
<code>#include <<a class="el" href="moeoIBEA_8h-source.html">moeoIBEA.h</a>></code>
|
|
<p>
|
|
<p>Inheritance diagram for moeoIBEASorting< EOT, Fitness >:
|
|
<p><center><img src="classmoeoIBEASorting.png" usemap="#moeoIBEASorting< EOT, Fitness >_map" border="0" alt=""></center>
|
|
<map name="moeoIBEASorting< EOT, Fitness >_map">
|
|
<area href="classmoeoIBEA.html" alt="moeoIBEA< EOT, Fitness >" shape="rect" coords="125,224,366,248">
|
|
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_perf2_worth_cached.html" alt="eoPerf2WorthCached< EOT, double >" shape="rect" coords="125,168,366,192">
|
|
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_perf2_worth.html" alt="eoPerf2Worth< EOT, WorthT >" shape="rect" coords="125,112,366,136">
|
|
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_u_f.html" alt="eoUF< const eoPop< EOT > &, void >" shape="rect" coords="0,56,241,80">
|
|
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_value_param.html" alt="eoValueParam< std::vector< WorthT > >" shape="rect" coords="251,56,492,80">
|
|
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="0,0,241,24">
|
|
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_param.html" alt="eoParam" shape="rect" coords="251,0,492,24">
|
|
</map>
|
|
<a href="classmoeoIBEASorting-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"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoIBEASorting.html#4d00a499f4d03b8cf66e9ce8f68cb174">moeoIBEASorting</a> (<a class="el" href="classmoeoBinaryQualityIndicator.html">moeoBinaryQualityIndicator</a>< Fitness > *_I, const double _kappa)</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">constructor <a href="#4d00a499f4d03b8cf66e9ce8f68cb174"></a><br></td></tr>
|
|
<tr><td colspan="2"><br><h2>Private Member Functions</h2></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoIBEASorting.html#f29f38584c69217f25e904118f6bfb2b">setBounds</a> (const <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>< EOT > &_pop)</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">computation and setting of the bounds for each objective <a href="#f29f38584c69217f25e904118f6bfb2b"></a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoIBEASorting.html#63c3953d362b41e875e6e7759a308e07">fitnesses</a> (const <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>< EOT > &_pop)</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">computation and setting of the fitness for each individual of the population <a href="#63c3953d362b41e875e6e7759a308e07"></a><br></td></tr>
|
|
<tr><td colspan="2"><br><h2>Private Attributes</h2></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4789daab5ea5e215075d7430f343a321"></a><!-- doxytag: member="moeoIBEASorting::kappa" ref="4789daab5ea5e215075d7430f343a321" args="" -->
|
|
double </td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoIBEASorting.html#4789daab5ea5e215075d7430f343a321">kappa</a></td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">scaling factor kappa <br></td></tr>
|
|
</table>
|
|
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
|
<h3>template<class EOT, class Fitness = typename EOT::Fitness><br>
|
|
class moeoIBEASorting< EOT, Fitness ></h3>
|
|
|
|
Functor The sorting phase of IBEA (Indicator-Based Evolutionary Algorithm) without uncertainty Adapted from the Zitzler and Künzli paper "Indicator-Based Selection in Multiobjective Search" (2004) Of course, Fitness needs to be an <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pareto_fitness.html">eoParetoFitness</a> object.
|
|
<p>
|
|
|
|
<p>
|
|
Definition at line <a class="el" href="moeoIBEA_8h-source.html#l00084">84</a> of file <a class="el" href="moeoIBEA_8h-source.html">moeoIBEA.h</a>.<hr><h2>Constructor & Destructor Documentation</h2>
|
|
<a class="anchor" name="4d00a499f4d03b8cf66e9ce8f68cb174"></a><!-- doxytag: member="moeoIBEASorting::moeoIBEASorting" ref="4d00a499f4d03b8cf66e9ce8f68cb174" args="(moeoBinaryQualityIndicator< Fitness > *_I, const double _kappa)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<div class="memtemplate">
|
|
template<class EOT, class Fitness = typename EOT::Fitness> </div>
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="classmoeoIBEASorting.html">moeoIBEASorting</a>< EOT, Fitness >::<a class="el" href="classmoeoIBEASorting.html">moeoIBEASorting</a> </td>
|
|
<td>(</td>
|
|
<td class="paramtype"><a class="el" href="classmoeoBinaryQualityIndicator.html">moeoBinaryQualityIndicator</a>< Fitness > * </td>
|
|
<td class="paramname"> <em>_I</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">const double </td>
|
|
<td class="paramname"> <em>_kappa</em></td><td> </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>
|
|
constructor
|
|
<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>eoBinaryQualityIndicator<EOT>*</em> </td><td>_I the binary quality indicator to use in the selection process </td></tr>
|
|
<tr><td valign="top"></td><td valign="top"><em>double</em> </td><td>_kappa scaling factor kappa </td></tr>
|
|
</table>
|
|
</dl>
|
|
|
|
<p>
|
|
Definition at line <a class="el" href="moeoIBEA_8h-source.html#l00096">96</a> of file <a class="el" href="moeoIBEA_8h-source.html">moeoIBEA.h</a>.
|
|
<p>
|
|
References <a class="el" href="moeoIBEA_8h-source.html#l00113">moeoIBEASorting< EOT, Fitness >::kappa</a>.
|
|
</div>
|
|
</div><p>
|
|
<hr><h2>Member Function Documentation</h2>
|
|
<a class="anchor" name="f29f38584c69217f25e904118f6bfb2b"></a><!-- doxytag: member="moeoIBEASorting::setBounds" ref="f29f38584c69217f25e904118f6bfb2b" args="(const eoPop< EOT > &_pop)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<div class="memtemplate">
|
|
template<class EOT, class Fitness = typename EOT::Fitness> </div>
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">void <a class="el" href="classmoeoIBEASorting.html">moeoIBEASorting</a>< EOT, Fitness >::setBounds </td>
|
|
<td>(</td>
|
|
<td class="paramtype">const <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>< EOT > & </td>
|
|
<td class="paramname"> <em>_pop</em> </td>
|
|
<td> ) </td>
|
|
<td width="100%"><code> [inline, private, virtual]</code></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
computation and setting of the bounds for each objective
|
|
<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>const</em> </td><td>eoPop<EOT>& _pop the population </td></tr>
|
|
</table>
|
|
</dl>
|
|
|
|
<p>
|
|
Implements <a class="el" href="classmoeoIBEA.html">moeoIBEA< EOT, Fitness ></a>.
|
|
<p>
|
|
Definition at line <a class="el" href="moeoIBEA_8h-source.html#l00121">121</a> of file <a class="el" href="moeoIBEA_8h-source.html">moeoIBEA.h</a>.
|
|
<p>
|
|
References <a class="el" href="moeoIBEA_8h-source.html#l00067">moeoIBEA< EOT, Fitness >::I</a>, and <a class="el" href="moeoBinaryQualityIndicator_8h-source.html#l00051">moeoBinaryQualityIndicator< EOFitness >::setBounds()</a>.
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="63c3953d362b41e875e6e7759a308e07"></a><!-- doxytag: member="moeoIBEASorting::fitnesses" ref="63c3953d362b41e875e6e7759a308e07" args="(const eoPop< EOT > &_pop)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<div class="memtemplate">
|
|
template<class EOT, class Fitness = typename EOT::Fitness> </div>
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">void <a class="el" href="classmoeoIBEASorting.html">moeoIBEASorting</a>< EOT, Fitness >::fitnesses </td>
|
|
<td>(</td>
|
|
<td class="paramtype">const <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>< EOT > & </td>
|
|
<td class="paramname"> <em>_pop</em> </td>
|
|
<td> ) </td>
|
|
<td width="100%"><code> [inline, private, virtual]</code></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
computation and setting of the fitness for each individual of the population
|
|
<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>const</em> </td><td>eoPop<EOT>& _pop the population </td></tr>
|
|
</table>
|
|
</dl>
|
|
|
|
<p>
|
|
Implements <a class="el" href="classmoeoIBEA.html">moeoIBEA< EOT, Fitness ></a>.
|
|
<p>
|
|
Definition at line <a class="el" href="moeoIBEA_8h-source.html#l00150">150</a> of file <a class="el" href="moeoIBEA_8h-source.html">moeoIBEA.h</a>.
|
|
<p>
|
|
References <a class="el" href="moeoIBEA_8h-source.html#l00113">moeoIBEASorting< EOT, Fitness >::kappa</a>, and <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_value_param.html#a2">eoValueParam< std::vector< WorthT > >::value()</a>.
|
|
</div>
|
|
</div><p>
|
|
<hr>The documentation for this class was generated from the following file:<ul>
|
|
<li><a class="el" href="moeoIBEA_8h-source.html">moeoIBEA.h</a></ul>
|
|
<hr size="1"><address style="align: right;"><small>Generated on Tue Jan 16 15:49:53 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>
|