public class FastNonDominatedSorting<T extends Chromosome> extends Object implements Ranking<T>
| Constructor and Description |
|---|
FastNonDominatedSorting() |
| Modifier and Type | Method and Description |
|---|---|
void |
computeRankingAssignment(List<T> solutions,
Set<FitnessFunction<T>> uncovered_goals) |
Map<FitnessFunction<T>,T> |
getNewCoveredGoals() |
int |
getNumberOfSubfronts()
Returns the total number of subFronts founds.
|
List<T> |
getSubfront(int rank)
Returns a
list of chromosome containing the solutions of a given rank. |
public void computeRankingAssignment(List<T> solutions, Set<FitnessFunction<T>> uncovered_goals)
computeRankingAssignment in interface Ranking<T extends Chromosome>public List<T> getSubfront(int rank)
Rankinglist of chromosome containing the solutions of a given rank.getSubfront in interface Ranking<T extends Chromosome>rank - The rankSolutionSet.public int getNumberOfSubfronts()
RankinggetNumberOfSubfronts in interface Ranking<T extends Chromosome>public Map<FitnessFunction<T>,T> getNewCoveredGoals()
Copyright © 2010–2017 EvoSuite. All rights reserved.