| Package | Description |
|---|---|
| org.uma.jmetal.operator.impl.selection | |
| org.uma.jmetal.util.solutionattribute | |
| org.uma.jmetal.util.solutionattribute.impl |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RankingAndPreferenceSelection.addLastRankedSolutionsToPopulation(Ranking<S> ranking,
int rank,
List<S> population) |
protected void |
RankingAndCrowdingSelection.addLastRankedSolutionsToPopulation(Ranking<S> ranking,
int rank,
List<S> population) |
protected void |
RankingAndPreferenceSelection.addRankedSolutionsToPopulation(Ranking<S> ranking,
int rank,
List<S> population) |
protected void |
RankingAndCrowdingSelection.addRankedSolutionsToPopulation(Ranking<S> ranking,
int rank,
List<S> population) |
protected List<S> |
RankingAndCrowdingSelection.crowdingDistanceSelection(Ranking<S> ranking) |
protected List<S> |
RankingAndPreferenceSelection.preferenceDistanceSelection(Ranking<S> ranking,
int numberOfObjectives) |
protected boolean |
RankingAndPreferenceSelection.subfrontFillsIntoThePopulation(Ranking<S> ranking,
int rank,
List<S> population) |
protected boolean |
RankingAndCrowdingSelection.subfrontFillsIntoThePopulation(Ranking<S> ranking,
int rank,
List<S> population) |
| Modifier and Type | Method and Description |
|---|---|
Ranking<S> |
Ranking.computeRanking(List<S> solutionList) |
| Modifier and Type | Class and Description |
|---|---|
class |
DominanceRanking<S extends Solution<?>>
This class implements some facilities for ranking set of solutions.
|
| Modifier and Type | Method and Description |
|---|---|
Ranking<S> |
DominanceRanking.computeRanking(List<S> solutionSet) |
Copyright © 2018. All rights reserved.