data holding X, y, and Z data
holds the hyperparameters for Feat.
Defines a population of programs and functions for constructing them.
Lexicase selection operator.
vector< size_t > select(Population &pop, const Parameters ¶ms, const Data &d)
function returns a set of selected indices from pop
vector< size_t > survive(Population &pop, const Parameters ¶ms, const Data &d)
lexicase survival
base class for selection operators.