Feat C++ API
A feature engineering automation tool
FT::Sel::NSGA2::comparator_obj Struct Reference

sort based on objective m More...

Collaboration diagram for FT::Sel::NSGA2::comparator_obj:

Public Member Functions

 comparator_obj (const Population &population, int index)
 
bool operator() (int i, int j)
 

Public Attributes

const Populationpop
 population address More...
 
int m
 objective index More...
 

Detailed Description

sort based on objective m

Definition at line 62 of file nsga2.h.

Constructor & Destructor Documentation

◆ comparator_obj()

FT::Sel::NSGA2::comparator_obj::comparator_obj ( const Population population,
int  index 
)
inline

Definition at line 66 of file nsga2.h.

Member Function Documentation

◆ operator()()

bool FT::Sel::NSGA2::comparator_obj::operator() ( int  i,
int  j 
)
inline

Definition at line 68 of file nsga2.h.

Member Data Documentation

◆ m

int FT::Sel::NSGA2::comparator_obj::m

objective index

Definition at line 65 of file nsga2.h.

◆ pop

const Population& FT::Sel::NSGA2::comparator_obj::pop

population address

Definition at line 64 of file nsga2.h.


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