Citation:
Yingchareonthawornchai , S , Roy , P C , Laekhanukit , B , Torng , E & Deb , K 2020 , Worst-case conditional hardness and fast algorithms with random inputs for non-dominated sorting . in GECCO 2020 Companion - Proceedings of the 2020 Genetic and Evolutionary Computation Conference Companion . ACM , pp. 185-186 , Genetic and Evolutionary Computation Conference , Cancun , Mexico , 08/07/2020 . https://doi.org/10.1145/3377929.3390073
|
Abstract:
We study the computational complexity of the non-dominated sorting problem (NDS): Given a set P of n points in Rm, for each point p ∈ P, compute ℓ, the length of longest domination chain p1 > p2 > ··· > pℓ = p, where x dominates y (denoted as x > y) if x is not larger than y in every coordinate. A special case of NDS, which we label as NDS1, is to find all the non-dominated points in P. NDS has emerged as a critical component for multi-objective optimization problems (MOPs). For m ≤ 3, Θ(n log n)-time is known. For a fixed small m > 3, the best bound is O(n logm-2 n log log n). For larger m, the best result is an O(mn2)-time algorithm. We show that the O(mn2) running time is nearly optimal by proving an almost matching conditional lower bound: for any ∈ > 0, and ω(log n) ≤ m ≤ (log n)o(1), there is no O(mn2-ϵ)-time algorithm for NDS or NDS1 unless a popular conjecture in fine-grained complexity theory is false. To complete our results, we present an algorithm for NDS with an expected running time O(mn + n2/m + n log2 n) on uniform random inputs.
|