67 lines
3.7 KiB
HTML
67 lines
3.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: peoAggEvalFunc< 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>peoAggEvalFunc< EOT > Class Template Reference</h1><!-- doxytag: class="peoAggEvalFunc" -->The <a class="el" href="classpeo_agg_eval_func.html">peoAggEvalFunc</a> class offers only the interface for creating aggregate evaluation functions - there are no direct internal functions provided.
|
|
<a href="#_details">More...</a>
|
|
<p>
|
|
<code>#include <<a class="el" href="peo_agg_eval_func_8h-source.html">peoAggEvalFunc.h</a>></code>
|
|
<p>
|
|
<p>Inheritance diagram for peoAggEvalFunc< EOT >:
|
|
<p><center><img src="classpeo_agg_eval_func.png" usemap="#peoAggEvalFunc< EOT >_map" border="0" alt=""></center>
|
|
<map name="peoAggEvalFunc< EOT >_map">
|
|
<area href="classpeo_no_agg_eval_func.html" alt="peoNoAggEvalFunc< EOT >" shape="rect" coords="0,56,175,80">
|
|
</map>
|
|
<table border="0" cellpadding="0" cellspacing="0">
|
|
<tr><td></td></tr>
|
|
</table>
|
|
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
|
<h3>template<class EOT><br>
|
|
class peoAggEvalFunc< EOT ></h3>
|
|
|
|
The <a class="el" href="classpeo_agg_eval_func.html">peoAggEvalFunc</a> class offers only the interface for creating aggregate evaluation functions - there are no direct internal functions provided.
|
|
<p>
|
|
The class inherits <b>public eoBF< EOT&, const typename EOT :: Fitness&, void ></b> thus requiring, for the derived classes, the creation of a function having the following signature:<p>
|
|
<table style="border:none; border-spacing:0px;text-align:left; vertical-align:top; font-size:8pt;" border="0" cellspacing="3" cellpadding="3">
|
|
<tr>
|
|
<td>void operator()( EOT& __eot, const typename EOT :: Fitness& __partial_fittness ); </td><td> </td></tr>
|
|
</table>
|
|
<p>
|
|
The aggregation object is called in an iterative manner for each of the results obtained by applying partial evaluation functions.
|
|
<p>
|
|
|
|
<p>
|
|
Definition at line <a class="el" href="peo_agg_eval_func_8h-source.html#l00040">40</a> of file <a class="el" href="peo_agg_eval_func_8h-source.html">peoAggEvalFunc.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
|
|
<li><a class="el" href="peo_agg_eval_func_8h-source.html">peoAggEvalFunc.h</a></ul>
|
|
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 20 13:45:48 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>
|