Uses of Interface
org.uma.jmetal.util.ranking.Ranking
Packages that use Ranking
Package
Description
-
Uses of Ranking in org.uma.jmetal.operator.selection.impl
Methods in org.uma.jmetal.operator.selection.impl with parameters of type RankingModifier and TypeMethodDescriptionprotected voidRankingAndCrowdingSelection.addLastRankedSolutionsToPopulation(Ranking<S> ranking, int rank, List<S> population) protected voidRankingAndDirScoreSelection.addLastRankedSolutionsToPopulation(Ranking<S> ranking, int rank, List<S> population) protected voidRankingAndPreferenceSelection.addLastRankedSolutionsToPopulation(Ranking<S> ranking, int rank, List<S> population) protected voidRankingAndCrowdingSelection.addRankedSolutionsToPopulation(Ranking<S> ranking, int rank, List<S> population) protected voidRankingAndPreferenceSelection.addRankedSolutionsToPopulation(Ranking<S> ranking, int rank, List<S> population) RankingAndCrowdingSelection.crowdingDistanceSelection(Ranking<S> ranking) RankingAndPreferenceSelection.preferenceDistanceSelection(Ranking<S> ranking, int numberOfObjectives) protected booleanRankingAndCrowdingSelection.subfrontFillsIntoThePopulation(Ranking<S> ranking, int rank, List<S> population) protected booleanRankingAndPreferenceSelection.subfrontFillsIntoThePopulation(Ranking<S> ranking, int rank, List<S> population) -
Uses of Ranking in org.uma.jmetal.util.comparator
Constructors in org.uma.jmetal.util.comparator with parameters of type RankingModifierConstructorDescriptionRankingAndCrowdingDistanceComparator(Ranking<S> ranking) RankingAndDirScoreDistanceComparator(Ranking<S> ranking) RankingAndSSDComparator(Ranking<S> ranking) -
Uses of Ranking in org.uma.jmetal.util.ranking
Methods in org.uma.jmetal.util.ranking that return Ranking -
Uses of Ranking in org.uma.jmetal.util.ranking.impl
Classes in org.uma.jmetal.util.ranking.impl that implement RankingModifier and TypeClassDescriptionclassExperimentalFastNonDominanceRanking<S extends Solution<?>>This is an implementation of theRankinginterface using non-dominated sorting algorithms from the non-dominated sorting repository.classFastNonDominatedSortRanking<S extends Solution<?>>This class implements a solution list ranking based on dominance ranking.classMergeNonDominatedSortRanking<S extends Solution<?>>This class implements a solution list ranking based on dominance ranking.classStrengthRanking<S extends Solution<?>>This class implements a solution list ranking based on the strength concept defined in SPEA2.Methods in org.uma.jmetal.util.ranking.impl that return RankingModifier and TypeMethodDescription