Learn R Programming

ecr (version 2.1.1)

selSimple: Simple (naive) selector.

Description

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

Usage

selSimple(fitness, n.select)

Value

[setOfIndividuals]

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.

See Also

Other selectors: selDomHV(), selGreedy(), selNondom(), selRanking(), selRoulette(), selTournament()