Given an undirected, connected and edge-weighted graph, the min-degreeconstrainedminimum spanningtree (md-MST) problem aims to find a minimum spanningtree (T) in such a way that each non leaf vertex in T has degre...
详细信息
Given an undirected, connected and edge-weighted graph, the min-degreeconstrainedminimum spanningtree (md-MST) problem aims to find a minimum spanningtree (T) in such a way that each non leaf vertex in T has degree at least d, where d is given a positive integer constant. This paper proposes a hybrid steady-state genetic algorithm (HSSGA) for the and-MST problem. The proposed HSSGA combines various components- such as problem-specific genetic operators (crossover operator and mutation operator) that are designed in such a way that the min-degree constraint is always maintained, hence resulting into a feasible child solution;and a population updating strategy that helps in maintaining diversity in the population- of the steady-state genetic algorithm with a fast local search. On a set of standard benchmark instances, the proposed HSSGA shows its effectiveness in comparison to state-ofthe-art approaches such as four versions of variable neighborhood search, branch and cut algorithm and three versions of generational genetic algorithm. Moreover, HSSGA finds new best values on 32 out of 105 benchmark instances. (C) 2019 Elsevier B.V. All rights reserved.
暂无评论