| Package | Description |
|---|---|
| org.uma.jmetal.algorithm.impl | |
| org.uma.jmetal.operator.impl.selection |
| Modifier and Type | Field and Description |
|---|---|
protected SelectionOperator<List<S>,S> |
AbstractGeneticAlgorithm.selectionOperator |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryTournamentSelection |
class |
DifferentialEvolutionSelection
Class implementing the selection operator used in DE: three different solutions
are returned from a population.
|
class |
NaryTournamentSelection |
class |
RandomSelection
This class implements a random selection operator used for selecting a N number of solutions from
a list
|
class |
RankingAndCrowdingSelection
This class implements a selection for selecting a number of solutions from
a solution list.
|
class |
TournamentSelection |
Copyright © 2015. All rights reserved.