容量受限最小生成树问题的贪婪启发式算法

A greedy heuristic for the capacitated minimum spanning tree problem

Journal of the Operational Research Society · 2016
被引 16
ABS 3

中文导读

提出一种结合Prim和Esau-Williams方法的两阶段贪婪启发式算法,通过余弦定律扰动输入数据扩大可行解空间,在基准测试中表现优异且鲁棒性强。

Abstract

This paper develops a greedy heuristic for the capacitated minimum spanning tree problem (CMSTP), based on the two widely known methods of Prim and of Esau–Williams. The proposed algorithm intertwines two-stages: an enhanced combination of the Prim and Esau–Williams approaches via augmented and synthetic node selection criteria, and an increase of the feasible solution space by perturbing the input data using the law of cosines. Computational tests on benchmark problems show that the new heuristic provides extremely good performance results for the CMSTP, justifying its effectiveness and robustness. Furthermore, excluding the feasible space expansion, we show that we can still obtain good quality solutions in very short computational times.

数学优化贪婪算法最小生成树启发式算法计算机科学