run_stats Struct Reference

#include <StatStructures.h>

List of all members.

Public Member Functions

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

Public Attributes

size_t nb_run
std::pair< double, double > avg_fit
std::pair< double, double > avg_elite_fit
std::pair< double, double > best_so_far_fit
std::pair< double, double > best_this_gen_fit
std::pair< double, double > worst_this_gen_fit
std::pair< double, double > cntBest

Constructor & Destructor Documentation

run_stats::run_stats (  ) 
run_stats::run_stats ( const run_stats cstat  ) 

Member Function Documentation

std::string run_stats::toString ( std::string  comment = ""  )  const
std::string run_stats::toStringHeader ( std::string  comment = ""  )  const
std::string run_stats::toStringValues ( std::string  comment = ""  )  const

Member Data Documentation

std::pair<double,double> run_stats::avg_elite_fit
std::pair<double,double> run_stats::avg_fit
std::pair<double,double> run_stats::best_so_far_fit
std::pair<double,double> run_stats::best_this_gen_fit
std::pair<double,double> run_stats::cntBest
std::pair<double,double> run_stats::worst_this_gen_fit

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

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