Main Page | Namespace List | Class List | File List | Class Members | File Members

evo_par_default_traits Class Reference

#include <evo_par_default_traits.h>

List of all members.

Static Public Attributes

int MAX_ITERATIONS = 100
 max number of iterations to run the simulation

double TERMINATION_FITNESS_CUTOFF = 0.1
 stop if the average difference between subsequent fitness values (over a window of e.g. 5 steps) is smaller than this value

double TERMINATION_FITNESS_EPSILON = 0.0001
int POPULATION_SIZE = 30
double PARENTS_PERCENTAGE = 75
int MAX_PARENT_SELECTION_PASSES = 10
int NR_CHILDREN = 14
int VERBOSITY = 1


Member Data Documentation

int evo_par_default_traits::MAX_ITERATIONS = 100 [static]
 

max number of iterations to run the simulation

int evo_par_default_traits::MAX_PARENT_SELECTION_PASSES = 10 [static]
 

int evo_par_default_traits::NR_CHILDREN = 14 [static]
 

double evo_par_default_traits::PARENTS_PERCENTAGE = 75 [static]
 

int evo_par_default_traits::POPULATION_SIZE = 30 [static]
 

double evo_par_default_traits::TERMINATION_FITNESS_CUTOFF = 0.1 [static]
 

stop if the average difference between subsequent fitness values (over a window of e.g. 5 steps) is smaller than this value

stop if the error is below this value

double evo_par_default_traits::TERMINATION_FITNESS_EPSILON = 0.0001 [static]
 

int evo_par_default_traits::VERBOSITY = 1 [static]
 


The documentation for this class was generated from the following files:
Generated on Tue Jun 14 11:37:51 2005 for evofunc by doxygen 1.3.6