T - public interface Ranking<T extends Chromosome>
| Modifier and Type | Method and Description |
|---|---|
void |
computeRankingAssignment(List<T> solutions,
Set<FitnessFunction<T>> uncovered_goals) |
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. |
void computeRankingAssignment(List<T> solutions, Set<FitnessFunction<T>> uncovered_goals)
List<T> getSubfront(int rank)
list of chromosome containing the solutions of a given rank.rank - The rankSolutionSet.int getNumberOfSubfronts()
Copyright © 2010–2017 EvoSuite. All rights reserved.