Learn R Programming

ecr (version 1.0)

setupNondomSelector: Non-dominated sorting selector.

Description

Applies nondominated sorting of the objective and subsequent crowding distance criterion to select a subset of individuals. This is the selector used by the NSGA-II EMOA (see nsga2).

Usage

setupNondomSelector()

Arguments

Value

[setOfIndividuals]

See Also

Other selectors: setupDominatedHypervolumeSelector, setupGreedySelector, setupRouletteWheelSelector, setupSimpleSelector, setupTournamentSelector