20template<ProgramType T>
void bind_engine(py::module &m, string name)
Lexicase selection operator.
Lexicase(bool surv=false)
vector< size_t > survive(Population< T > &pop, int island, const Parameters &p)
lexicase survival
vector< size_t > select(Population< T > &pop, int island, const Parameters &p)
function returns a set of selected indices from pop
The SelectionOperator class represents a base class for selection operators in a genetic algorithm.
< nsga2 selection operator for getting the front