C - The center of the groups that have rankingsI - The problem instances that get grouped and used to find good solutions for themS - Solutions that were tested for problem instances and are getting ranked for
for groups of thempublic abstract class GroupBasedRanker<C,I,S> extends java.lang.Object implements Ranker<S,I>
| Constructor and Description |
|---|
GroupBasedRanker() |
| Modifier and Type | Method and Description |
|---|---|
abstract RankingForGroup<C,S> |
getRanking(I prob) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildRankerpublic abstract RankingForGroup<C,S> getRanking(I prob)
getRanking in interface Ranker<S,I>