Probabilistic Analysis of Optimization Problems on Sparse Random Shortest Path Metrics

Stefan Klootwijk, B. Manthey
{"title":"Probabilistic Analysis of Optimization Problems on Sparse Random Shortest Path Metrics","authors":"Stefan Klootwijk, B. Manthey","doi":"10.4230/LIPIcs.AofA.2020.19","DOIUrl":null,"url":null,"abstract":"Simple heuristics for (combinatorial) optimization problems often show a remarkable performance in practice. Worst-case analysis often falls short of explaining this performance. Because of this, “beyond worst-case analysis” of algorithms has recently gained a lot of attention, including probabilistic analysis of algorithms. The instances of many (combinatorial) optimization problems are essentially a discrete metric space. Probabilistic analysis for such metric optimization problems has nevertheless mostly been conducted on instances drawn from Euclidean space, which provides a structure that is usually heavily exploited in the analysis. However, most instances from practice are not Euclidean. Little work has been done on metric instances drawn from other, more realistic, distributions. Some initial results have been obtained in recent years, where random shortest path metrics generated from dense graphs (either complete graphs or Erdős–Rényi random graphs) have been used so far. In this paper we extend these findings to sparse graphs, with a focus on sparse graphs with ‘fast growing cut sizes’, i.e. graphs for which $$|\\delta (U)|=\\Omega (|U|^\\varepsilon )$$\n \n |\n δ\n \n (\n U\n )\n \n |\n =\n Ω\n (\n |\n U\n \n |\n ε\n \n )\n \n for some constant $$\\varepsilon \\in (0,1)$$\n \n ε\n ∈\n (\n 0\n ,\n 1\n )\n \n for all subsets U of the vertices, where $$\\delta (U)$$\n \n δ\n (\n U\n )\n \n is the set of edges connecting U to the remaining vertices. A random shortest path metric is constructed by drawing independent random edge weights for each edge in the graph and setting the distance between every pair of vertices to the length of a shortest path between them with respect to the drawn weights. For such instances generated from a sparse graph with fast growing cut sizes, we prove that the greedy heuristic for the minimum distance maximum matching problem, and the nearest neighbor and insertion heuristics for the traveling salesman problem all achieve a constant expected approximation ratio. Additionally, for instances generated from an arbitrary sparse graph, we show that the 2-opt heuristic for the traveling salesman problem also achieves a constant expected approximation ratio.","PeriodicalId":175372,"journal":{"name":"International Conference on Probabilistic, Combinatorial and Asymptotic Methods for the Analysis of Algorithms","volume":"86 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2020-06-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"1","resultStr":null,"platform":"Semanticscholar","paperid":null,"PeriodicalName":"International Conference on Probabilistic, Combinatorial and Asymptotic Methods for the Analysis of Algorithms","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.4230/LIPIcs.AofA.2020.19","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 1

Abstract

Simple heuristics for (combinatorial) optimization problems often show a remarkable performance in practice. Worst-case analysis often falls short of explaining this performance. Because of this, “beyond worst-case analysis” of algorithms has recently gained a lot of attention, including probabilistic analysis of algorithms. The instances of many (combinatorial) optimization problems are essentially a discrete metric space. Probabilistic analysis for such metric optimization problems has nevertheless mostly been conducted on instances drawn from Euclidean space, which provides a structure that is usually heavily exploited in the analysis. However, most instances from practice are not Euclidean. Little work has been done on metric instances drawn from other, more realistic, distributions. Some initial results have been obtained in recent years, where random shortest path metrics generated from dense graphs (either complete graphs or Erdős–Rényi random graphs) have been used so far. In this paper we extend these findings to sparse graphs, with a focus on sparse graphs with ‘fast growing cut sizes’, i.e. graphs for which $$|\delta (U)|=\Omega (|U|^\varepsilon )$$ | δ ( U ) | = Ω ( | U | ε ) for some constant $$\varepsilon \in (0,1)$$ ε ∈ ( 0 , 1 ) for all subsets U of the vertices, where $$\delta (U)$$ δ ( U ) is the set of edges connecting U to the remaining vertices. A random shortest path metric is constructed by drawing independent random edge weights for each edge in the graph and setting the distance between every pair of vertices to the length of a shortest path between them with respect to the drawn weights. For such instances generated from a sparse graph with fast growing cut sizes, we prove that the greedy heuristic for the minimum distance maximum matching problem, and the nearest neighbor and insertion heuristics for the traveling salesman problem all achieve a constant expected approximation ratio. Additionally, for instances generated from an arbitrary sparse graph, we show that the 2-opt heuristic for the traveling salesman problem also achieves a constant expected approximation ratio.
查看原文
分享 分享
微信好友 朋友圈 QQ好友 复制链接
本刊更多论文
稀疏随机最短路径度量优化问题的概率分析
简单的启发式算法在(组合)优化问题中往往表现出显著的性能。最坏情况分析往往无法解释这种表现。正因为如此,算法的“超越最坏情况分析”最近得到了很多关注,包括算法的概率分析。许多(组合)优化问题的实例本质上是一个离散度量空间。然而,这种度量优化问题的概率分析大多是在欧几里得空间中绘制的实例上进行的,欧几里得空间提供了一个通常在分析中被大量利用的结构。然而,大多数来自实践的例子并不是欧几里得的。对从其他更现实的分布中提取的度量实例所做的工作很少。近年来已经获得了一些初步的结果,目前已经使用了由密集图(完全图或Erdős-Rényi随机图)生成的随机最短路径度量。在本文中,我们将这些发现扩展到稀疏图,重点关注具有“快速增长切量”的稀疏图,即对于顶点的所有子集U,对于某些常数$$\varepsilon \in (0,1)$$ ε∈(0,1),$$|\delta (U)|=\Omega (|U|^\varepsilon )$$ | δ (U) | = Ω (| U | ε)的图,其中$$\delta (U)$$ δ (U)是连接U和其余顶点的边的集合。随机最短路径度量是通过为图中的每条边绘制独立的随机边权,并将每对顶点之间的距离设置为它们之间相对于绘制的权值的最短路径长度来构建的。对于切量快速增长的稀疏图生成的实例,我们证明了最小距离最大匹配问题的贪婪启发式算法,旅行推销员问题的最近邻启发式算法和插入启发式算法都能达到常数期望逼近比。此外,对于由任意稀疏图生成的实例,我们证明了旅行推销员问题的2-opt启发式也达到了常数期望近似比。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
求助全文
约1分钟内获得全文 去求助
来源期刊
自引率
0.00%
发文量
0
期刊最新文献
Phase Transition for Tree-Rooted Maps Depth-First Search Performance in a Random Digraph with Geometric Degree Distribution Polyharmonic Functions in the Quarter Plane Random Partitions Under the Plancherel-Hurwitz Measure, High Genus Hurwitz Numbers and Maps Enumeration of d-Combining Tree-Child Networks
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
已复制链接
已复制链接
快去分享给好友吧!
我知道了
×
扫码分享
扫码分享
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1