{"title":"递归贪心方法","authors":"G. Even","doi":"10.1201/9781420010749.ch5","DOIUrl":null,"url":null,"abstract":"Greedy algorithms are often the first algorithm that one considers for various optimization problems, and ,in particular, covering problems. The idea is very simple: try to build a solution incrementally by augmenting a partial solution. In each iteration, select the “best” augmentation according to a simple criterion. The term greedy is used because the most common criterion is to select an augmentation that minimizes the ratio of “cost” to “advantage”. We refer to the cost-to-advantage ratio of an augmentation as the density of the augmentation. In the Set-Cover (SC) problem, every set S has a weight (or cost) w(S). The “advantage” of a set S with respect to a partial cover {S1, . . . , Sk} is the number of new elements covered by S, i.e., |S \\ (S1 ∪ . . .∪Sk)|. In each iteration, a set with a minimum density is selected and added to the partial solution until all the elements are covered. In the SC problem, it is easy to find an augmentation with minimum density simply by re-computing the density of every set in every iteration. In this chapter we consider problems for which it is NP-hard to find an augmentation with minimum ∗Chapter 3 from: Handbook of Approximation Algorithms and Metaheuristics edited by Teofilo Gonzalez.","PeriodicalId":262519,"journal":{"name":"Handbook of Approximation Algorithms and Metaheuristics","volume":"19 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2018-05-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"7","resultStr":"{\"title\":\"Recursive Greedy Methods\",\"authors\":\"G. Even\",\"doi\":\"10.1201/9781420010749.ch5\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"Greedy algorithms are often the first algorithm that one considers for various optimization problems, and ,in particular, covering problems. The idea is very simple: try to build a solution incrementally by augmenting a partial solution. In each iteration, select the “best” augmentation according to a simple criterion. The term greedy is used because the most common criterion is to select an augmentation that minimizes the ratio of “cost” to “advantage”. We refer to the cost-to-advantage ratio of an augmentation as the density of the augmentation. In the Set-Cover (SC) problem, every set S has a weight (or cost) w(S). The “advantage” of a set S with respect to a partial cover {S1, . . . , Sk} is the number of new elements covered by S, i.e., |S \\\\ (S1 ∪ . . .∪Sk)|. In each iteration, a set with a minimum density is selected and added to the partial solution until all the elements are covered. In the SC problem, it is easy to find an augmentation with minimum density simply by re-computing the density of every set in every iteration. In this chapter we consider problems for which it is NP-hard to find an augmentation with minimum ∗Chapter 3 from: Handbook of Approximation Algorithms and Metaheuristics edited by Teofilo Gonzalez.\",\"PeriodicalId\":262519,\"journal\":{\"name\":\"Handbook of Approximation Algorithms and Metaheuristics\",\"volume\":\"19 1\",\"pages\":\"0\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2018-05-09\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"7\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Handbook of Approximation Algorithms and Metaheuristics\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.1201/9781420010749.ch5\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Handbook of Approximation Algorithms and Metaheuristics","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1201/9781420010749.ch5","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 7

摘要

贪心算法通常是人们在处理各种优化问题,特别是覆盖问题时首先考虑的算法。其思想非常简单:尝试通过增加部分解决方案来逐步构建解决方案。在每次迭代中,根据一个简单的标准选择“最佳”增强。之所以使用“贪婪”这个词,是因为最常见的标准是选择一个使“成本”与“优势”之比最小化的增量。我们将增强的成本优势比称为增强的密度。在集合覆盖(SC)问题中,每个集合S都有一个权值(或成本)w(S)。集合S相对于部分覆盖{S1,…的“优势”。, Sk}是S所覆盖的新元素的个数,即|S \ (S1∪…∪Sk)|。在每次迭代中,选择具有最小密度的集合并将其添加到部分解中,直到覆盖所有元素。在SC问题中,只需在每次迭代中重新计算每个集合的密度,就可以很容易地找到密度最小的增广。在这一章中,我们考虑在np困难的情况下找到最小*的增广的问题。第3章来自Teofilo Gonzalez编辑的《逼近算法和元启发式手册》。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
查看原文
分享 分享
微信好友 朋友圈 QQ好友 复制链接
本刊更多论文
Recursive Greedy Methods
Greedy algorithms are often the first algorithm that one considers for various optimization problems, and ,in particular, covering problems. The idea is very simple: try to build a solution incrementally by augmenting a partial solution. In each iteration, select the “best” augmentation according to a simple criterion. The term greedy is used because the most common criterion is to select an augmentation that minimizes the ratio of “cost” to “advantage”. We refer to the cost-to-advantage ratio of an augmentation as the density of the augmentation. In the Set-Cover (SC) problem, every set S has a weight (or cost) w(S). The “advantage” of a set S with respect to a partial cover {S1, . . . , Sk} is the number of new elements covered by S, i.e., |S \ (S1 ∪ . . .∪Sk)|. In each iteration, a set with a minimum density is selected and added to the partial solution until all the elements are covered. In the SC problem, it is easy to find an augmentation with minimum density simply by re-computing the density of every set in every iteration. In this chapter we consider problems for which it is NP-hard to find an augmentation with minimum ∗Chapter 3 from: Handbook of Approximation Algorithms and Metaheuristics edited by Teofilo Gonzalez.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
期刊最新文献
Approximations for Steiner Minimum Trees Randomized Approximation Techniques Principles and Strategies of Tabu Search Practical Algorithms for Two-Dimensional Packing of Rectangles Algorithms for Chromatic Sums, Multicoloring, and Scheduling Dependent Jobs
×
引用
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