Performs nondominated sorting and drops the individual from the last front with minimal hypervolume contribution.

selDomHV(fitness, n.select, ref.point)

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.

ref.point

[numeric] Reference point for hypervolume computation.

Value

[integer] Vector of survivor indizes.

See also

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