35 size_t tournament(vector<Individual>&
pop,
size_t i,
size_t j)
const;
data holding X, y, and Z data
holds the hyperparameters for Feat.
Defines a population of programs and functions for constructing them.
base class for selection operators.
size_t tournament(vector< Individual > &pop, size_t i, size_t j) const
vector< size_t > survive(Population &pop, const Parameters &p, const Data &d)
survival according to the survival scheme of Tournament
vector< size_t > select(Population &pop, const Parameters &p, const Data &d)
selection according to the survival scheme of Tournament