Skip to contents

This function combines tag_SelectElite and tag_SelectRandom to tag the desired individuals in a population following the proportion given in the clf

Usage

tag_select(X, y, clf, pop)

Arguments

X:

Unused but still here for compatibility

y:

same as `X`

clf:

the classifier object where parameters are defined

pop:

the population on which we want to apply the selection

Value

the population with the tag `selected` on some of the individuals