Just for testing. Actually does not really select, but instead returns a random sample of ncol(fitness) indizes.

selSimple(fitness, n.select)

Arguments

fitness

[matrix] Matrix of fitness values (each column contains the fitness value(s) of one individual).

n.select

[integer(1)] Number of elements to select.

Value

[setOfIndividuals]

See also

Other selectors: selDomHV, selGreedy, selNondom, selRoulette, selTournament