Uses of Interface
org.uma.jmetal.operator.selection.SelectionOperator
Packages that use SelectionOperator
-
Uses of SelectionOperator in org.uma.jmetal.algorithm.impl
Fields in org.uma.jmetal.algorithm.impl declared as SelectionOperatorModifier and TypeFieldDescriptionprotected SelectionOperator<List<S>, S> AbstractCoralReefsOptimization.selectionOperatorprotected SelectionOperator<List<S>, S> AbstractGeneticAlgorithm.selectionOperatorMethods in org.uma.jmetal.algorithm.impl that return SelectionOperatorConstructors in org.uma.jmetal.algorithm.impl with parameters of type SelectionOperatorModifierConstructorDescriptionAbstractCoralReefsOptimization(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 -
Uses of SelectionOperator in org.uma.jmetal.operator.selection.impl
Classes in org.uma.jmetal.operator.selection.impl that implement SelectionOperatorModifier and TypeClassDescriptionclassThis 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.classClass implementing the selection operator used in DE: a number of different solutions are returned from a population.classThis 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.classThis 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