Interface IGroupSolutionRankingSelect<C,​S,​I,​P>

  • Type Parameters:
    C - The identifier of the considered group
    S - The solutions that are in the group and are getting ranked over all probleminstances the in the group
    I - The instances in the group
    P - The performances of the solutions for an probleminstances

    public interface IGroupSolutionRankingSelect<C,​S,​I,​P>
    • 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 choose
        collectInformation - 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