gen_stats< IndividualType > Struct Template Reference

#include <StatStructures.h>

List of all members.

Public Member Functions

 gen_stats ()
 gen_stats (const gen_stats &cstat)
std::string toString (std::string comment="") const
std::string toStringValues (std::string comment="") const
std::string toStringHeader (std::string comment="") const

Public Attributes

size_t nb_gen
size_t nb_run
double avg_fit
double avg_elite_fit
IndividualType best_so_far_fit
IndividualType best_this_gen_fit
IndividualType worst_this_gen_fit
size_t cntBest

template<class IndividualType>
struct gen_stats< IndividualType >


Constructor & Destructor Documentation

template<class IndividualType >
gen_stats< IndividualType >::gen_stats (  )  [inline]
template<class IndividualType >
gen_stats< IndividualType >::gen_stats ( const gen_stats< IndividualType > &  cstat  )  [inline]

Member Function Documentation

template<class IndividualType >
std::string gen_stats< IndividualType >::toString ( std::string  comment = ""  )  const [inline]
template<class IndividualType >
std::string gen_stats< IndividualType >::toStringHeader ( std::string  comment = ""  )  const [inline]
template<class IndividualType >
std::string gen_stats< IndividualType >::toStringValues ( std::string  comment = ""  )  const [inline]

Member Data Documentation

template<class IndividualType >
double gen_stats< IndividualType >::avg_elite_fit
template<class IndividualType >
double gen_stats< IndividualType >::avg_fit
template<class IndividualType >
IndividualType gen_stats< IndividualType >::best_so_far_fit
template<class IndividualType >
IndividualType gen_stats< IndividualType >::best_this_gen_fit
template<class IndividualType >
size_t gen_stats< IndividualType >::cntBest
template<class IndividualType >
size_t gen_stats< IndividualType >::nb_gen
template<class IndividualType >
size_t gen_stats< IndividualType >::nb_run
template<class IndividualType >
IndividualType gen_stats< IndividualType >::worst_this_gen_fit

The documentation for this struct was generated from the following file:

Generated on Fri Dec 11 22:28:17 2009 for LibGEP by  doxygen 1.6.1