|
Feat C++ API
A feature engineering automation tool
|
#include <tournament.h>


Public Member Functions | |
| Tournament (bool surv) | |
| ~Tournament () | |
| vector< size_t > | select (Population &pop, const Parameters &p, const Data &d) |
| selection according to the survival scheme of Tournament More... | |
| vector< size_t > | survive (Population &pop, const Parameters &p, const Data &d) |
| survival according to the survival scheme of Tournament More... | |
Public Member Functions inherited from FT::Sel::SelectionOperator | |
| virtual | ~SelectionOperator () |
Private Member Functions | |
| size_t | tournament (vector< Individual > &pop, size_t i, size_t j) const |
Additional Inherited Members | |
Public Attributes inherited from FT::Sel::SelectionOperator | |
| bool | survival |
| string | name |
Definition at line 17 of file tournament.h.
| FT::Sel::Tournament::Tournament | ( | bool | surv | ) |
Tournament based selection and survival methods.
Definition at line 16 of file tournament.cc.
| FT::Sel::Tournament::~Tournament | ( | ) |
Definition at line 18 of file tournament.cc.
|
virtual |
selection according to the survival scheme of Tournament
Reimplemented from FT::Sel::SelectionOperator.
Definition at line 34 of file tournament.cc.
|
virtual |
survival according to the survival scheme of Tournament
Reimplemented from FT::Sel::SelectionOperator.
Definition at line 67 of file tournament.cc.
|
private |
Definition at line 20 of file tournament.cc.