peoAggEvalFunc< EOT > Class Template Reference
The peoAggEvalFunc class offers only the interface for creating aggregate evaluation functions - there are no direct internal functions provided.
More...
#include <peoAggEvalFunc.h>
Inheritance diagram for peoAggEvalFunc< EOT >:
List of all members.
Detailed Description
template<class EOT>
class peoAggEvalFunc< EOT >
The peoAggEvalFunc class offers only the interface for creating aggregate evaluation functions - there are no direct internal functions provided.
The class inherits public eoBF< EOT&, const typename EOT :: Fitness&, void > thus requiring, for the derived classes, the creation of a function having the following signature:
void operator()( EOT& __eot, const typename EOT :: Fitness& __partial_fittness ); | |
The aggregation object is called in an iterative manner for each of the results obtained by applying partial evaluation functions.
Definition at line 53 of file peoAggEvalFunc.h.
The documentation for this class was generated from the following file:
Generated on Mon Oct 8 11:16:47 2007 for ParadisEO-PEOMovingObjects by
1.4.7