162 lines
8.7 KiB
HTML
162 lines
8.7 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: peoSeqPopEval< EOT > 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.6 -->
|
|
<div class="tabs">
|
|
<ul>
|
|
<li><a href="main.html"><span>Main Page</span></a></li>
|
|
<li><a href="namespaces.html"><span>Namespaces</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>peoSeqPopEval< EOT > Class Template Reference</h1><!-- doxytag: class="peoSeqPopEval" --><!-- doxytag: inherits="peoPopEval" -->The <a class="el" href="classpeo_seq_pop_eval.html">peoSeqPopEval</a> class acts only as a ParadisEO specific sequential evaluation functor - a wrapper for incorporating an <b>eoEvalFunc< EOT ></b>-derived class as evaluation functor.
|
|
<a href="#_details">More...</a>
|
|
<p>
|
|
<code>#include <<a class="el" href="peo_seq_pop_eval_8h-source.html">peoSeqPopEval.h</a>></code>
|
|
<p>
|
|
<p>Inheritance diagram for peoSeqPopEval< EOT >:
|
|
<p><center><img src="classpeo_seq_pop_eval.png" usemap="#peoSeqPopEval< EOT >_map" border="0" alt=""></center>
|
|
<map name="peoSeqPopEval< EOT >_map">
|
|
<area href="classpeo_pop_eval.html" alt="peoPopEval< EOT >" shape="rect" coords="0,112,150,136">
|
|
<area href="class_service.html" alt="Service" shape="rect" coords="0,56,150,80">
|
|
<area href="class_communicable.html" alt="Communicable" shape="rect" coords="0,0,150,24">
|
|
</map>
|
|
<a href="classpeo_seq_pop_eval-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="classpeo_seq_pop_eval.html#a41f91ab4b2aeb325ff75feb66d4e003">peoSeqPopEval</a> (eoEvalFunc< EOT > &__eval)</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor function - it only sets an internal reference to point to the specified evaluation object. <a href="#a41f91ab4b2aeb325ff75feb66d4e003"></a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classpeo_seq_pop_eval.html#b2c88b9a3ad9091949acf741844eb02f">operator()</a> (eoPop< EOT > &__pop)</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Operator for evaluating all the individuals of a given population - in a sequential iterative manner. <a href="#b2c88b9a3ad9091949acf741844eb02f"></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="5465f31386c6b96bc8f7fb9393a28a2f"></a><!-- doxytag: member="peoSeqPopEval::eval" ref="5465f31386c6b96bc8f7fb9393a28a2f" args="" -->
|
|
eoEvalFunc< EOT > & </td><td class="memItemRight" valign="bottom"><a class="el" href="classpeo_seq_pop_eval.html#5465f31386c6b96bc8f7fb9393a28a2f">eval</a></td></tr>
|
|
|
|
</table>
|
|
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
|
<h3>template<class EOT><br>
|
|
class peoSeqPopEval< EOT ></h3>
|
|
|
|
The <a class="el" href="classpeo_seq_pop_eval.html">peoSeqPopEval</a> class acts only as a ParadisEO specific sequential evaluation functor - a wrapper for incorporating an <b>eoEvalFunc< EOT ></b>-derived class as evaluation functor.
|
|
<p>
|
|
The specified EO evaluation object is applyied in an iterative manner to each individual of a specified population.
|
|
<p>
|
|
|
|
<p>
|
|
Definition at line <a class="el" href="peo_seq_pop_eval_8h-source.html#l00036">36</a> of file <a class="el" href="peo_seq_pop_eval_8h-source.html">peoSeqPopEval.h</a>.<hr><h2>Constructor & Destructor Documentation</h2>
|
|
<a class="anchor" name="a41f91ab4b2aeb325ff75feb66d4e003"></a><!-- doxytag: member="peoSeqPopEval::peoSeqPopEval" ref="a41f91ab4b2aeb325ff75feb66d4e003" args="(eoEvalFunc< EOT > &__eval)" --><p>
|
|
<table class="mdTable" cellpadding="2" cellspacing="0">
|
|
<tr>
|
|
<td class="mdRow">
|
|
<table cellpadding="0" cellspacing="0" border="0">
|
|
<tr>
|
|
<td class="mdPrefix" colspan="4">
|
|
template<class EOT> </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="md" nowrap valign="top"><a class="el" href="classpeo_seq_pop_eval.html">peoSeqPopEval</a>< EOT >::<a class="el" href="classpeo_seq_pop_eval.html">peoSeqPopEval</a> </td>
|
|
<td class="md" valign="top">( </td>
|
|
<td class="md" nowrap valign="top">eoEvalFunc< EOT > & </td>
|
|
<td class="mdname1" valign="top" nowrap> <em>__eval</em> </td>
|
|
<td class="md" valign="top"> ) </td>
|
|
<td class="md" nowrap></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table cellspacing="5" cellpadding="0" border="0">
|
|
<tr>
|
|
<td>
|
|
|
|
</td>
|
|
<td>
|
|
|
|
<p>
|
|
Constructor function - it only sets an internal reference to point to the specified evaluation object.
|
|
<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>eoEvalFunc<</em> </td><td>EOT >& __eval - evaluation object to be applied for each individual of a specified population </td></tr>
|
|
</table>
|
|
</dl>
|
|
|
|
<p>
|
|
Definition at line <a class="el" href="peo_seq_pop_eval_8h-source.html#l00056">56</a> of file <a class="el" href="peo_seq_pop_eval_8h-source.html">peoSeqPopEval.h</a>. </td>
|
|
</tr>
|
|
</table>
|
|
<hr><h2>Member Function Documentation</h2>
|
|
<a class="anchor" name="b2c88b9a3ad9091949acf741844eb02f"></a><!-- doxytag: member="peoSeqPopEval::operator()" ref="b2c88b9a3ad9091949acf741844eb02f" args="(eoPop< EOT > &__pop)" --><p>
|
|
<table class="mdTable" cellpadding="2" cellspacing="0">
|
|
<tr>
|
|
<td class="mdRow">
|
|
<table cellpadding="0" cellspacing="0" border="0">
|
|
<tr>
|
|
<td class="mdPrefix" colspan="4">
|
|
template<class EOT> </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="md" nowrap valign="top">void <a class="el" href="classpeo_seq_pop_eval.html">peoSeqPopEval</a>< EOT >::operator() </td>
|
|
<td class="md" valign="top">( </td>
|
|
<td class="md" nowrap valign="top">eoPop< EOT > & </td>
|
|
<td class="mdname1" valign="top" nowrap> <em>__pop</em> </td>
|
|
<td class="md" valign="top"> ) </td>
|
|
<td class="md" nowrap><code> [virtual]</code></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table cellspacing="5" cellpadding="0" border="0">
|
|
<tr>
|
|
<td>
|
|
|
|
</td>
|
|
<td>
|
|
|
|
<p>
|
|
Operator for evaluating all the individuals of a given population - in a sequential iterative manner.
|
|
<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>eoPop<</em> </td><td>EOT >& __pop - population to be evaluated. </td></tr>
|
|
</table>
|
|
</dl>
|
|
|
|
<p>
|
|
Implements <a class="el" href="classpeo_pop_eval.html#2f208067a5e39c3b26c1234050a41e8f">peoPopEval< EOT ></a>.
|
|
<p>
|
|
Definition at line <a class="el" href="peo_seq_pop_eval_8h-source.html#l00061">61</a> of file <a class="el" href="peo_seq_pop_eval_8h-source.html">peoSeqPopEval.h</a>.
|
|
<p>
|
|
References <a class="el" href="peo_seq_pop_eval_8h-source.html#l00052">peoSeqPopEval< EOT >::eval</a>. </td>
|
|
</tr>
|
|
</table>
|
|
<hr>The documentation for this class was generated from the following file:<ul>
|
|
<li><a class="el" href="peo_seq_pop_eval_8h-source.html">peoSeqPopEval.h</a></ul>
|
|
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 20 13:45:49 2006 for ParadisEO by
|
|
<a href="http://www.doxygen.org/index.html">
|
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
|
</body>
|
|
</html>
|