Class GroupBasedRanker<C,​I,​S>

  • Type Parameters:
    C - The center of the groups that have rankings
    I - The problem instances that get grouped and used to find good solutions for them
    S - Solutions that were tested for problem instances and are getting ranked for for groups of them
    All Implemented Interfaces:
    Ranker<S,​I>
    Direct Known Subclasses:
    ModifiedISAC

    public abstract class GroupBasedRanker<C,​I,​S>
    extends java.lang.Object
    implements Ranker<S,​I>
    • Constructor Detail

      • GroupBasedRanker

        public GroupBasedRanker()