Feat C++ API
A feature engineering automation tool
|
FairLexicase selection operator. More...
#include <fair_lexicase.h>
Public Member Functions | |
FairLexicase (bool surv) | |
~FairLexicase () | |
vector< size_t > | select (Population &pop, const Parameters ¶ms, const Data &d) |
function returns a set of selected indices More... | |
vector< size_t > | survive (Population &pop, const Parameters ¶ms, const Data &d) |
lexicase survival More... | |
Public Member Functions inherited from FT::Sel::SelectionOperator | |
virtual | ~SelectionOperator () |
Additional Inherited Members | |
Public Attributes inherited from FT::Sel::SelectionOperator | |
bool | survival |
string | name |
FairLexicase selection operator.
Definition at line 20 of file fair_lexicase.h.
FT::Sel::FairLexicase::FairLexicase | ( | bool | surv | ) |
Definition at line 12 of file fair_lexicase.cc.
FT::Sel::FairLexicase::~FairLexicase | ( | ) |
Definition at line 18 of file fair_lexicase.cc.
|
virtual |
function returns a set of selected indices
Selection according to lexicase selection for binary outcomes and epsilon-lexicase selection for continuous.
pop | population |
params | parameters. |
Reimplemented from FT::Sel::SelectionOperator.
Definition at line 20 of file fair_lexicase.cc.
|
virtual |
lexicase survival
Reimplemented from FT::Sel::SelectionOperator.
Definition at line 219 of file fair_lexicase.cc.