Genotype::nObjectiveGreaterThanComparator Class Reference

Utility class for generating a function for comparing genotype of an objective. More...

Public Member Functions

bool operator() (const Genotype *g1, const Genotype *g2)
 Comparator Function, it return true if g1 has the objectiveToCompare value greater than g2.
 

Public Attributes

int objectiveToCompare
 

Detailed Description

Utility class for generating a function for comparing genotype of an objective.

Definition at line 186 of file genotype.h.

Member Function Documentation

bool operator() ( const Genotype g1,
const Genotype g2 
)
inline

Comparator Function, it return true if g1 has the objectiveToCompare value greater than g2.

Definition at line 191 of file genotype.h.

References Genotype::objective().


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