Interface DominationStrategy

    • Method Detail

      • dominates

        boolean dominates​(Objectives o1,
                          Objectives o2)
        Checks two Objectives for domination.
        Parameters:
        o1 - the objectives to check
        o2 - the objectives to compare with
        Returns:
        true, if o1 dominates o2
        false, otherwise
      • weaklyDominates

        boolean weaklyDominates​(Objectives o1,
                                Objectives o2)
        Checks two Objectives for weak domination.
        Parameters:
        o1 - the objectives to check
        o2 - the objectives to compare with
        Returns:
        true, if o1 weakly dominates o2
        false, otherwise