Feat C++ API
A feature engineering automation tool
|
Lexicase selection operator. More...
#include <lexicase.h>
Public Member Functions | |
Lexicase (bool surv) | |
~Lexicase () | |
vector< size_t > | select (Population &pop, const Parameters ¶ms, const Data &d) |
function returns a set of selected indices from pop 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 |
Lexicase selection operator.
Definition at line 20 of file lexicase.h.
FT::Sel::Lexicase::Lexicase | ( | bool | surv | ) |
Definition at line 11 of file lexicase.cc.
FT::Sel::Lexicase::~Lexicase | ( | ) |
Definition at line 13 of file lexicase.cc.
|
virtual |
function returns a set of selected indices from pop
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 15 of file lexicase.cc.
|
virtual |
lexicase survival
Reimplemented from FT::Sel::SelectionOperator.
Definition at line 143 of file lexicase.cc.