共 38 条
Hybridizing Non-dominated Sorting Algorithms: Divide-and-Conquer Meets Best Order Sort
被引:2
|作者:
Markina, Margarita
[1
]
Buzdalov, Maxim
[1
]
机构:
[1] ITMO Univ, 49 Kronverkskiy Ave, St Petersburg 197101, Russia
来源:
PROCEEDINGS OF THE 2017 GENETIC AND EVOLUTIONARY COMPUTATION CONFERENCE COMPANION (GECCO'17 COMPANION)
|
2017年
关键词:
Non-dominated sorting;
divide-and-conquer;
best order sort;
hybrid algorithms;
D O I:
10.1145/3067695.3076074
中图分类号:
TP18 [人工智能理论];
学科分类号:
081104 ;
0812 ;
0835 ;
1405 ;
摘要:
Many production-grade algorithms benefit from combining an asymptotically efficient algorithm for solving big problem instances, by splitting them into smaller ones, and an asymptotically inefficient algorithm with a very small implementation constant for solving small subproblems. A well-known example is stable sorting, where mergesort is often combined with insertion sort to achieve a constant but noticeable speed-up. We apply this idea to non-dominated sorting. Namely, we combine the divide-and-conquer algorithm, which has the currently best known asymptotic runtime of O(N(log N)(M-1)), with the Best Order Sort algorithm, which has the runtime of O(N-2 M) but demonstrates the best practical performance out of quadratic algorithms. Empirical evaluation shows that the hybrid's running time is typically not worse than of both original algorithms, while for large numbers of points it outperforms them by at least 20%. For smaller numbers of objectives, the speedup can be as large as four times.
引用
收藏
页码:153 / 154
页数:2
相关论文