EvolvingObjects
eoNthElementFitnessStat< EOT > Class Template Reference

The n_th element fitness in the population (see eoBestFitnessStat) More...

#include <eoStat.h>

Inheritance diagram for eoNthElementFitnessStat< EOT >:
eoSortedStat< EOT, EOT::Fitness > eoSortedStatBase< EOT > eoValueParam< EOT::Fitness > eoUF< const std::vector< const EOT * > &, void > eoParam eoFunctorBase unary_function

List of all members.

Classes

struct  CmpFitness

Public Types

typedef EOT::Fitness Fitness

Public Member Functions

 eoNthElementFitnessStat (unsigned _whichElement, std::string _description="nth element fitness")
virtual void operator() (const std::vector< const EOT * > &_pop)
 The pure virtual function that needs to be implemented by the subclass.
virtual std::string className (void) const

Private Member Functions

template<class T >
void doit (const std::vector< const EOT * > &_pop, T)

Private Attributes

unsigned whichElement

Detailed Description

template<class EOT>
class eoNthElementFitnessStat< EOT >

The n_th element fitness in the population (see eoBestFitnessStat)

Definition at line 225 of file eoStat.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends