EvolvingObjects
PyFitness Class Reference

List of all members.

Public Types

typedef PyFitness fitness_traits

Public Member Functions

template<class T >
 PyFitness (const T &o)
bool dominates (const PyFitness &oth) const
double operator[] (int i) const
bool operator< (const PyFitness &other) const
bool operator> (const PyFitness &other) const
void printOn (std::ostream &os) const

Static Public Member Functions

static unsigned nObjectives ()
static double tol ()
static bool maximizing (int which)
static void setObjectivesSize (int sz)
static void setObjectivesValue (unsigned which, int value)

Static Public Attributes

static std::vector< int > objective_info

Friends

std::ostream & operator<< (std::ostream &os, const PyFitness &p)
std::istream & operator>> (std::istream &is, PyFitness &p)

Detailed Description

Definition at line 38 of file PyEO.h.


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