Combinatorial Optimization: Exact and Approximate Algorithms

简介:
在本课程中,我们研究组合优化问题的算法。这些是在无数应用程序中出现的算法类型,从数十亿美元的操作到日常计算任务; 它们被航空公司用来安排和定价他们的航班,被大公司用来决定在他们的仓库中存放什么和在哪里。由送货公司决定送货卡车的路线,由Netflix决定向您推荐哪些电影,由gps导航器提出行车路线,并由文字处理器决定在何处引入空格以证明 (在两侧对齐) 一个段落。
在本课程中,我们将重点介绍通用和强大的算法技术,并且我们将在大多数情况下将它们应用于高度理想化的模型问题。
我们将要研究的一些问题,以及实践中出现的一些问题,都是NP难的,因此我们不太可能为它们设计精确有效的算法。对于这样的问题,我们将研究最坏情况下有效的算法,但输出的解决方案可能是次优的。然而,我们将能够证明最优解决方案的成本与我们的算法提供的解决方案的成本之间的比率的最坏情况界限。关于其输出解的质量具有可证明保证的次优算法称为近似算法。
英文简介:
In this course we study algorithms for combinatorial optimization problems. Those are the type of algorithms that arise in countless applications, from billion-dollar operations to everyday computing task; they are used by airline companies to schedule and price their flights, by large companies to decide what and where to stock in their warehouses, by delivery companies to decide the routes of their delivery trucks, by Netflix to decide which movies to recommend you, by a gps navigator to come up with driving directions and by word-processors to decide where to introduce blank spaces to justify (align on both sides) a paragraph.
In this course we will focus on general and powerful algorithmic techniques, and we will apply them, for the most part, to highly idealized model problems.
Some of the problems that we will study, along with several problems arising in practice, are NP-hard, and so it is unlikely that we can design exact efficient algorithms for them. For such problems, we will study algorithms that are worst-case efficient, but that output solutions that can be sub-optimal. We will be able, however, to prove worst-case bounds to the ratio between the cost of optimal solutions and the cost of the solutions provided by our algorithms. Sub-optimal algorithms with provable guarantees about the quality of their output solutions are called approximation algorithms.
- 书名
- Combinatorial Optimization: Exact and Approximate Algorithms
- 译名
- 组合优化:精确算法和近似算法
- 语言
- 英语
- 年份
- 2011
- 页数
- 139页
- 大小
- 832.78 kB
- 标签
- 算法
- 下载
Combinatorial Optimization: Exact and Approximate Algorithms.pdf
- 密码
- 65536
最后更新:2025-04-12 23:58:10
←Convex Optimization and Euclidean Distance Geometry 2e
→Introduction to Statistics and Data Analysis for Physicists