🌙

最大出最小入问题:一种数据分析工具

The max-out min-in problem: A tool for data analysis

Computers and Operations Research · 2023
被引 2
ABS 3

中文导读

研究一种新的组合优化问题(最大出最小入问题),给出两种数学建模形式,证明其NP难性,并通过模拟实验比较模型性能,最后展示其在变量选择和聚类分析中的应用。

Abstract

Consider a graph with vertex set V and non-negative weights on the edges. For every subset of vertices S, define ϕ(S) to be the sum of the weights of edges with one vertex in S and the other in V∖S, minus the sum of the weights of the edges with both vertices in S. We consider the problem of finding S⊆V for which ϕ(S) is maximized. We call this combinatorial optimization problem the max-out min-in problem (MOMIP). In this paper we (i) present a linear 0/1 formulation and a quadratic unconstrained binary optimization formulation for MOMIP; (ii) prove that the problem is NP-hard; (iii) report results of computational experiments on simulated data to compare the performances of the two models; (iv) illustrate the applicability of MOMIP for two different topics in the context of data analysis, namely in the selection of variables in exploratory data analysis and in the identification of clusters in the context of cluster analysis; and (v) introduce a generalization of MOMIP that includes, as particular cases, the well-known weighted maximum cut problem and a novel problem related to independent dominant sets in graphs.

组合优化图论数据分析计算复杂性