A New Edge Removal Strategy for Complex Networks Based on an Improved Tabu Search Algorithm

Xiang Gao,Michael Z. Q. Chen,Liangyin Zhang
DOI: https://doi.org/10.23919/ccc55666.2022.9902152
2022-01-01
Abstract:Selecting edges of complex network to remove and thus leading to rapid disintegration of complex network can be considered as a combinatorial optimization problem. Tabu search algorithm is one kind of modern heuristic algorithm, which can be used to solve the optimal solution search problem in combinatorial optimization problems. However, the tabu search algorithm may fall into a local optimum during the solution process. This is because the initial solution is not well selected, so we first optimize the selection of the initial solution. In addition, the evaluation index of the traditional removal strategy only considers the size of the largest connected component, which is regarded as the number of nodes that can still maintain communication. While considering the size of the largest connected component, we also consider the degree centrality of edges in the search process, which is related to the importance of edges. This article improves the tabu search algorithm for these two points and compares it with the degree removal strategy, the betweenness removal strategy, the shell-max removal strategy and the traditional tabu search removal strategy. Simulations are conducted on four real-world networks and it is found that the improved tabu search removal strategy proposed in this article has the best disintegration effectiveness.
What problem does this paper attempt to address?