git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@130 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
0d6dfb5b0e
commit
a6fe42664b
743 changed files with 67629 additions and 0 deletions
39
trunk/paradiseo-peo/docs/latex/classpeoAggEvalFunc.tex
Normal file
39
trunk/paradiseo-peo/docs/latex/classpeoAggEvalFunc.tex
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
\hypertarget{classpeoAggEvalFunc}{
|
||||
\section{peo\-Agg\-Eval\-Func$<$ EOT $>$ Class Template Reference}
|
||||
\label{classpeoAggEvalFunc}\index{peoAggEvalFunc@{peoAggEvalFunc}}
|
||||
}
|
||||
The \hyperlink{classpeoAggEvalFunc}{peo\-Agg\-Eval\-Func} class offers only the interface for creating aggregate evaluation functions - there are no direct internal functions provided.
|
||||
|
||||
|
||||
{\tt \#include $<$peo\-Agg\-Eval\-Func.h$>$}
|
||||
|
||||
Inheritance diagram for peo\-Agg\-Eval\-Func$<$ EOT $>$::\begin{figure}[H]
|
||||
\begin{center}
|
||||
\leavevmode
|
||||
\includegraphics[height=2cm]{classpeoAggEvalFunc}
|
||||
\end{center}
|
||||
\end{figure}
|
||||
|
||||
|
||||
\subsection{Detailed Description}
|
||||
\subsubsection*{template$<$class EOT$>$ class peo\-Agg\-Eval\-Func$<$ EOT $>$}
|
||||
|
||||
The \hyperlink{classpeoAggEvalFunc}{peo\-Agg\-Eval\-Func} class offers only the interface for creating aggregate evaluation functions - there are no direct internal functions provided.
|
||||
|
||||
The class inherits {\bf public eo\-BF$<$ EOT\&, const typename EOT :: Fitness\&, void $>$} thus requiring, for the derived classes, the creation of a function having the following signature:
|
||||
|
||||
\begin{TabularC}{2}
|
||||
\hline
|
||||
void operator()( EOT\& \_\-\_\-eot, const typename EOT :: Fitness\& \_\-\_\-partial\_\-fittness ); ~ &~ \\\hline
|
||||
\end{TabularC}
|
||||
|
||||
|
||||
The aggregation object is called in an iterative manner for each of the results obtained by applying partial evaluation functions.
|
||||
|
||||
|
||||
|
||||
Definition at line 40 of file peo\-Agg\-Eval\-Func.h.
|
||||
|
||||
The documentation for this class was generated from the following file:\begin{CompactItemize}
|
||||
\item
|
||||
peo\-Agg\-Eval\-Func.h\end{CompactItemize}
|
||||
Loading…
Add table
Add a link
Reference in a new issue