C - The identifier of the considered groupS - The solutions that are in the group and are getting ranked over all probleminstances
the in the groupI - The instances in the groupP - The performances of the solutions for an probleminstancespublic interface IGroupSolutionRankingSelect<C,S,I,P>
| Modifier and Type | Method and Description |
|---|---|
RankingForGroup<C,S> |
selectGroupsolutionRanking(Group<C,I> consideredGroup,
Table<I,S,P> collectInformation) |
RankingForGroup<C,S> selectGroupsolutionRanking(Group<C,I> consideredGroup, Table<I,S,P> collectInformation)
consideredGroup - The group for which a ranking is to choosecollectInformation - The information that was collected for the problem instances in
the group from previous tests.