Uses of Class
org.uma.jmetal.operator.selection.impl.NaryTournamentSelection
| Package | Description |
|---|---|
| org.uma.jmetal.operator.selection.impl |
-
Uses of NaryTournamentSelection in org.uma.jmetal.operator.selection.impl
Subclasses of NaryTournamentSelection in org.uma.jmetal.operator.selection.impl Modifier and Type Class Description classBinaryTournamentSelection<S extends Solution<?>>Applies a binary tournament selection to return the best solution between two that have been chosen at random from a solution list.