Uses of Interface
org.uma.jmetal.operator.selection.SelectionOperator
| Package | Description |
|---|---|
| org.uma.jmetal.algorithm.impl | |
| org.uma.jmetal.operator.selection.impl |
-
Uses of SelectionOperator in org.uma.jmetal.algorithm.impl
Fields in org.uma.jmetal.algorithm.impl declared as SelectionOperator Modifier and Type Field Description protected SelectionOperator<java.util.List<S>,S>AbstractCoralReefsOptimization. selectionOperatorprotected SelectionOperator<java.util.List<S>,S>AbstractGeneticAlgorithm. selectionOperatorMethods in org.uma.jmetal.algorithm.impl that return SelectionOperator Modifier and Type Method Description SelectionOperator<java.util.List<S>,S>AbstractGeneticAlgorithm. getSelectionOperator()Constructors in org.uma.jmetal.algorithm.impl with parameters of type SelectionOperator Constructor Description AbstractCoralReefsOptimization(java.util.Comparator<S> comparator, SelectionOperator<java.util.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 -
Uses of SelectionOperator in org.uma.jmetal.operator.selection.impl
Classes in org.uma.jmetal.operator.selection.impl that implement SelectionOperator Modifier and Type Class Description classBestSolutionSelection<S>This class implements a selection operator used for selecting the best solution in a list according to a given comparator.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.classDifferentialEvolutionSelectionClass implementing the selection operator used in DE: a number of different solutions are returned from a population.classNaryRandomSelection<S>This class implements a random selection operator used for selecting randomly N solutions from a listclassNaryTournamentSelection<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.classRandomSelection<S>This class implements a random selection operator used for selecting randomly a solution from a listclassRankingAndCrowdingSelection<S extends Solution<?>>This class implements a selection for selecting a number of solutions from a solution list.classRankingAndDirScoreSelection<S extends Solution<?>>created at 11:47 am, 2019/1/29 Used for DIR-enhanced NSGA-II (D-NSGA-II) to select the joint solutions for next iteration this code implemented according to "Cai X, Sun H, Fan Z.classRankingAndPreferenceSelection<S extends Solution<?>>classSpatialSpreadDeviationSelection<S extends Solution<?>>Spatial Spread Deviation selection operator