Individual.h File Reference

Go to the source code of this file.

Classes

class  shark::Individual< PointType, FitnessTypeT, Chromosome >
 Individual is a simple templated class modelling an individual that acts as a candidate solution in an evolutionary algorithm. More...
 
struct  shark::Individual< PointType, FitnessTypeT, Chromosome >::RankOrdering
 Ordering relation by the ranks of the individuals. More...
 
struct  shark::Individual< PointType, FitnessTypeT, Chromosome >::FitnessOrdering
 Ordering relation by the fitness of the individuals(only single objective) More...
 

Namespaces

 shark
 AbstractMultiObjectiveOptimizer.