| Package | Description |
|---|---|
| org.uma.jmetal.algorithm.impl | |
| org.uma.jmetal.operator.impl.selection |
| Modifier and Type | Field and Description |
|---|---|
protected SelectionOperator<List<S>,S> |
AbstractCoralReefsOptimization.selectionOperator |
protected SelectionOperator<List<S>,S> |
AbstractGeneticAlgorithm.selectionOperator |
| Modifier and Type | Method and Description |
|---|---|
SelectionOperator<List<S>,S> |
AbstractGeneticAlgorithm.getSelectionOperator() |
| Constructor and Description |
|---|
AbstractCoralReefsOptimization(Comparator<S> comparator,
SelectionOperator<List<S>,S> selectionOperator,
CrossoverOperator<S> crossoverOperator,
MutationOperator<S> mutationOperator,
int n,
int m,
double rho,
double fbs,
double fa,
double pd,
int attemptsToSettle)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
BestSolutionSelection<S>
This class implements a selection operator used for selecting the best solution
in a list according to a given comparator.
|
class |
BinaryTournamentSelection<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.
|
class |
DifferentialEvolutionSelection
Class implementing the selection operator used in DE: three different solutions
are returned from a population.
|
class |
NaryRandomSelection<S>
This class implements a random selection operator used for selecting a N number of solutions from
a list
|
class |
NaryTournamentSelection<S extends Solution<?>>
Applies a N-ary tournament selection to return the best solution between N that have been
chosen at random from a solution list.
|
class |
RandomSelection<S>
This class implements a random selection operator used for selecting a N number of solutions from
a list
|
class |
RankingAndCrowdingSelection<S extends Solution<?>>
This class implements a selection for selecting a number of solutions from
a solution list.
|
class |
RankingAndPreferenceSelection<S extends Solution<?>> |
class |
TournamentSelection<S extends Solution<?>> |
Copyright © 2018. All rights reserved.