public class RankingAndDirScoreSelection<S extends Solution<?>> extends RankingAndCrowdingSelection<S>
| Constructor and Description |
|---|
RankingAndDirScoreSelection(int solutionsToSelect,
Comparator<S> dominanceComparator,
double[][] referenceVectors) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addLastRankedSolutionsToPopulation(Ranking<S> ranking,
int rank,
List<S> population) |
List<S> |
execute(List<S> solutionSet)
Execute() method
|
addRankedSolutionsToPopulation, crowdingDistanceSelection, getNumberOfSolutionsToSelect, subfrontFillsIntoThePopulationpublic RankingAndDirScoreSelection(int solutionsToSelect,
Comparator<S> dominanceComparator,
double[][] referenceVectors)
public List<S> execute(List<S> solutionSet)
RankingAndCrowdingSelectionprotected void addLastRankedSolutionsToPopulation(Ranking<S> ranking, int rank, List<S> population)
addLastRankedSolutionsToPopulation in class RankingAndCrowdingSelection<S extends Solution<?>>Copyright © 2019. All rights reserved.