shark::Individual< PointType, FitnessTypeT, Chromosome >::FitnessOrdering Struct Reference

Ordering relation by the fitness of the individuals(only single objective) More...

#include <shark/Algorithms/DirectSearch/Individual.h>

Public Member Functions

bool operator() (Individual const &individual1, Individual const &individual2)
 

Detailed Description

template<typename PointType, class FitnessTypeT, class Chromosome = RealVector>
struct shark::Individual< PointType, FitnessTypeT, Chromosome >::FitnessOrdering

Ordering relation by the fitness of the individuals(only single objective)

Definition at line 76 of file Individual.h.

Member Function Documentation

◆ operator()()

template<typename PointType, class FitnessTypeT, class Chromosome = RealVector>
bool shark::Individual< PointType, FitnessTypeT, Chromosome >::FitnessOrdering::operator() ( Individual const &  individual1,
Individual const &  individual2 
)
inline

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