Feat C++ API
A feature engineering automation tool
|
base class for selection operators. More...
#include <selection_operator.h>
Public Member Functions | |
virtual | ~SelectionOperator () |
virtual vector< size_t > | select (Population &pop, const Parameters &p, const Data &d) |
virtual vector< size_t > | survive (Population &pop, const Parameters &p, const Data &d) |
Public Attributes | |
bool | survival |
string | name |
base class for selection operators.
Definition at line 18 of file selection_operator.h.
|
virtual |
Definition at line 11 of file selection_operator.cc.
|
virtual |
Reimplemented in FT::Sel::SimAnneal, FT::Sel::Random, FT::Sel::Lexicase, FT::Sel::FairLexicase, FT::Sel::Tournament, and FT::Sel::NSGA2.
Definition at line 13 of file selection_operator.cc.
|
virtual |
Reimplemented in FT::Sel::SimAnneal, FT::Sel::Random, FT::Sel::Offspring, FT::Sel::Lexicase, FT::Sel::FairLexicase, FT::Sel::Tournament, and FT::Sel::NSGA2.
Definition at line 20 of file selection_operator.cc.
string FT::Sel::SelectionOperator::name |
Definition at line 21 of file selection_operator.h.
bool FT::Sel::SelectionOperator::survival |
Definition at line 20 of file selection_operator.h.