Interface IGroupSolutionRankingSelect<C,S,I,P>
-
- Type Parameters:
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 probleminstances
public interface IGroupSolutionRankingSelect<C,S,I,P>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RankingForGroup<C,S>selectGroupsolutionRanking(Group<C,I> consideredGroup, Table<I,S,P> collectInformation)
-
-
-
Method Detail
-
selectGroupsolutionRanking
RankingForGroup<C,S> selectGroupsolutionRanking(Group<C,I> consideredGroup, Table<I,S,P> collectInformation)
- Parameters:
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.- Returns:
- A Ranking of Solutions that performs well for the probleminstances in the group
-
-