Feat C++ API
A feature engineering automation tool
FT::Pop::Population::SameFitComplexity Struct Reference

check for same fitness and complexity to filter uniqueness. More...

#include <population.h>

Collaboration diagram for FT::Pop::Population::SameFitComplexity:

Public Member Functions

 SameFitComplexity (Population &p)
 
bool operator() (size_t i, size_t j)
 

Public Attributes

Populationpop
 

Detailed Description

check for same fitness and complexity to filter uniqueness.

Definition at line 77 of file population.h.

Constructor & Destructor Documentation

◆ SameFitComplexity()

FT::Pop::Population::SameFitComplexity::SameFitComplexity ( Population p)
inline

Definition at line 80 of file population.h.

Member Function Documentation

◆ operator()()

bool FT::Pop::Population::SameFitComplexity::operator() ( size_t  i,
size_t  j 
)
inline

Definition at line 81 of file population.h.

Member Data Documentation

◆ pop

Population& FT::Pop::Population::SameFitComplexity::pop

Definition at line 79 of file population.h.


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