Class Summary |
BestSolutionSelection |
This class implements a selection operator used for selecting the best
solution in a SolutionSet according to a given comparator |
BinaryTournament |
This class implements an binary tournament selection operator |
BinaryTournament2 |
This class implements an operator for binary selections using the same code
in Deb's NSGA-II implementation |
DifferentialEvolutionSelection |
Class implementing the selection operator used in DE: three different solutions
are returned from a population. |
PESA2Selection |
This class implements a selection operator as the used in PESA-II
algorithm |
RandomSelection |
This class implements a random selection operator used for selecting two
random parents |
RankingAndCrowdingSelection |
This class implements a selection for selecting a number of solutions from
a solutionSet. |
Selection |
This class represents the super class of all the selection operators |
SelectionFactory |
Class implementing a factory of selection operators |
WorstSolutionSelection |
This class implements a selection operator used for selecting the worst
solution in a SolutionSet according to a given comparator |