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

Ordering relation by the ranks of the individuals. 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 >::RankOrdering

Ordering relation by the ranks of the individuals.

Definition at line 69 of file Individual.h.

Member Function Documentation

◆ operator()()

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

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