selSimple function

Simple (naive) selector.

Simple (naive) selector.

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.

Returns

[setOfIndividuals]

See Also

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

  • Maintainer: Jakob Bossek
  • License: GPL-3
  • Last published: 2023-03-08