Resolving Anomalies in Approximation Algorithms

解决近似算法中的异常

基本信息

  • 批准号:
    0514628
  • 负责人:
  • 金额:
    $ 20.44万
  • 依托单位:
  • 依托单位国家:
    美国
  • 项目类别:
    Continuing Grant
  • 财政年份:
    2005
  • 资助国家:
    美国
  • 起止时间:
    2005-07-01 至 2008-06-30
  • 项目状态:
    已结题

项目摘要

Many problems in combinatorial optimization are NP-hard, and unlikely to have efficient algorithms to find the optimal solution. These include multitudes of problems that arise in practice in industry, including locating facilities to service customer demands, scheduling service personnel to make onsite repairs, dispatching vehicles, constructing low-cost networks with specific connectivity properties, routing wires on chips, and many, many others. The typical approaches for solving these problems are to design some heuristic that in practice provides solutions that are good enough, or, if enough time and resources are available and an optimal solution is sufficiently valuable, to designan exhaustive search algorithm to find the optimal solution.In order to mathematically ground the study of heuristics, computer scientists have considered approximation algorithms. These are efficient, polynomial-time algorithms that produce solutions that are provably close in value to the optimal solution. In particular, an _-approximation algorithm produces a solution whose value is within a factor of _ of the value of an optimal solution. The parameter _ is sometimes called the performance guarantee of the algorithm. To prove that the algorithm produces a near-optimal solution, a bound on the optimal value must be used. This bound is often a quantity that can be computed efficiently on its own, and in many interesting cases is based on a linear programming relaxation of the problem. When a polynomial-time computable bound, such as a linear programming bound, is used to prove a strong performance guarantee, this also has implications for practitioners who solve problems to optimality using exhaustive search, since a strong bound is useful in quickly pruning the search space.The goal of the proposal is to study some anomalies in the current state of knowledge of approximation algorithms, since as in other areas of science, consideration of anomalies leads most quickly to new advances. Several known approximation algorithms use as their bound quantities that are not polynomial-time computable; or, even if polynomial-time computable, are difficult to show apriori are bounds on the problem being considered. Included in the study are problems of locating facilities that can serve a bounded amount of customer demand (the capacitated facility location problem), designing low-cost networks (the Steiner tree problem), and the routing of vehicles to minimize the average time at which a vehicle arrives at a customer (the minimumlatency problem). The goal of the research is to show that these algorithms can be restated in terms of polynomial-time computable bounds, and, as often as possible, bounds involving linear programming relaxations.Intellectual merit: Significant methodological innovations will likely be needed to resolvethese issues. Additionally, the PI expects to find simpler, better, more general, and more practical approximation algorithms as a result of this research. Furthermore, if polynomial-time computable bounds can be found for some of these problems, it will lead to better exhaustive search algorithms for finding the optimal solution for these problems. The PI is one of the leaders in the field of approximation algorithms and has an extensive track record of finding new methods and improved algorithms.Broader impact: The PI will train of graduate researchers in the broader area of combinatorial optimization and in conducting original research in the area of algorithms. Since one of the goals of the proposal is the simplification of current results, the broad dissemination of the results of the research through conference and journal publication should increase understanding in the area. Potentially the results of the research will be part of a graduate class that the PI has taught on several occasions on the subject of approximation algorithms; notes from previous versions of the class are publically available and have been widely used. Finally, since many of the problems to be considered have practical importance, the improved bounds developed will affect the heuristics and exact optimization techniques used in practice.
组合优化中的许多问题都是 NP 难题,不太可能有有效的算法来找到最优解。其中包括工业实践中出现的众多问题,包括定位设施以满足客户需求、安排服务人员进行现场维修、调度车辆、构建具有特定连接属性的低成本网络、在芯片上布线等等。其他的。解决这些问题的典型方法是设计一些启发式方法,在实践中提供足够好的解决方案,或者,如果有足够的时间和资源并且最佳解决方案足够有价值,则设计一种穷举搜索算法来找到最佳解决方案。为了从数学上奠定启发式研究的基础,计算机科学家考虑了近似算法。这些是高效的多项式时间算法,可产生可证明在价值上接近最佳解决方案的解决方案。特别是,_ 近似算法生成的解的值在最优解值的 _ 因子之内。参数_有时被称为算法的性能保证。为了证明该算法产生接近最优的解决方案,必须使用最优值的界限。该界限通常是一个可以自行有效计算的量,并且在许多有趣的情况下基于问题的线性规划松弛。当多项式时间可计算界限(例如线性编程界限)用于证明强大的性能保证时,这对于使用穷举搜索解决最优问题的从业者也有影响,因为强界限对于快速修剪搜索很有用该提案的目标是研究当前近似算法知识状态中的一些异常现象,因为与其他科学领域一样,对异常现象的考虑能够最快地带来新的进展。几种已知的近似算法使用不可多项式时间计算的约束量;或者,即使多项式时间可计算,也很难先验地证明所考虑问题的界限。研究中包括的问题包括定位能够满足有限数量客户需求的设施(能力设施选址问题)、设计低成本网络(施泰纳树问题)以及车辆路线以最大限度地缩短平均时间。车辆到达客户处(最小延迟问题)。该研究的目标是表明这些算法可以用多项式时间可计算界限来重述,并且尽可能多地用涉及线性规划松弛的界限来重述。智力价值:可能需要重大的方法创新来解决这些问题。此外,PI 希望通过这项研究找到更简单、更好、更通用、更实用的近似算法。此外,如果可以找到其中一些问题的多项式时间可计算边界,则将导致更好的穷举搜索算法来寻找这些问题的最佳解决方案。 PI 是近似算法领域的领导者之一,在寻找新方法和改进算法方面拥有广泛的记录。更广泛的影响:PI 将培训研究生研究人员在更广泛的组合优化领域以及在算法领域。由于该提案的目标之一是简化当前结果,因此通过会议和期刊出版广泛传播研究结果应该会增加对该领域的理解。研究结果可能会成为 PI 多次讲授的关于近似算法主题的研究生课程的一部分;该课程先前版本的笔记已公开发布并已被广泛使用。最后,由于许多要考虑的问题具有实际重要性,因此改进的界限将影响实践中使用的启发式和精确优化技术。

项目成果

期刊论文数量(0)
专著数量(0)
科研奖励数量(0)
会议论文数量(0)
专利数量(0)

数据更新时间:{{ journalArticles.updateTime }}

{{ item.title }}
{{ item.translation_title }}
  • DOI:
    {{ item.doi }}
  • 发表时间:
    {{ item.publish_year }}
  • 期刊:
  • 影响因子:
    {{ item.factor }}
  • 作者:
    {{ item.authors }}
  • 通讯作者:
    {{ item.author }}

数据更新时间:{{ journalArticles.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ monograph.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ sciAawards.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ conferencePapers.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ patent.updateTime }}

David Williamson其他文献

The PROMISING Project: A Pilot Study to Improve Geriatric Care Through a Pharmacist-Led Psychotropic Stewardship Program
有前途的项目:通过药剂师主导的精神药物管理计划改善老年护理的试点研究
  • DOI:
  • 发表时间:
    2023
  • 期刊:
  • 影响因子:
    2.8
  • 作者:
    Marie d'Amours;Farah Ettis;Lauriane Ginefri;Johnny Lim;Angela;Jennifer Fontaine;Dana Wazzan;David Williamson;Vincent Dagenais
  • 通讯作者:
    Vincent Dagenais
Association Between Pupil Light Reflex and Delirium in Adults With Traumatic Brain Injury: Preliminary Findings.
成人创伤性脑损伤的瞳孔光反射与谵妄之间的关联:初步发现。
  • DOI:
  • 发表时间:
    2024
  • 期刊:
  • 影响因子:
    2.3
  • 作者:
    Alexandra Lapierre;Annie Proulx;Céline Gélinas;Stéphanie Dollé;Sheila Alexander;David Williamson;Francis Bernard;C. Arbour
  • 通讯作者:
    C. Arbour
Factor V Cambridge: a new mutation (Arg306-->Thr) associated with resistance to activated protein C.
剑桥因子 V:与活化蛋白 C 抗性相关的新突变 (Arg306-->Thr)。
  • DOI:
  • 发表时间:
    1998
  • 期刊:
  • 影响因子:
    20.3
  • 作者:
    David Williamson;K. Brown;R. Luddington;C. Baglin;Trevor Baglin
  • 通讯作者:
    Trevor Baglin
Model Re-Estimation: An Alternative for Poor Predictive Performance during External Evaluations? Example of Gentamicin in Critically Ill Patients
模型重新估计:外部评估期间预测性能不佳的替代方案?
  • DOI:
  • 发表时间:
    2022
  • 期刊:
  • 影响因子:
    5.4
  • 作者:
    Alexandre Duong;C. Simard;David Williamson;A. Marsot
  • 通讯作者:
    A. Marsot
Effects of OROS Methylphenidate on Academic, Behavioral, and Cognitive Tasks in Children 9 to 12 Years of Age With Attention-Deficit/Hyperactivity Disorder
OROS 哌醋甲酯对 9 至 12 岁注意力缺陷/多动症儿童学业、行为和认知任务的影响
  • DOI:
    10.1177/0009922810394832
  • 发表时间:
    2011-04-01
  • 期刊:
  • 影响因子:
    1.6
  • 作者:
    D. Murray;A. Childress;J. Giblin;David Williamson;Robert B. Armstrong;H. Starr
  • 通讯作者:
    H. Starr

David Williamson的其他文献

{{ item.title }}
{{ item.translation_title }}
  • DOI:
    {{ item.doi }}
  • 发表时间:
    {{ item.publish_year }}
  • 期刊:
  • 影响因子:
    {{ item.factor }}
  • 作者:
    {{ item.authors }}
  • 通讯作者:
    {{ item.author }}

{{ truncateString('David Williamson', 18)}}的其他基金

AF: SMALL: Topics in Bridging Continuous and Discrete Optimization
AF:SMALL:桥接连续优化和离散优化的主题
  • 批准号:
    2007009
  • 财政年份:
    2020
  • 资助金额:
    $ 20.44万
  • 项目类别:
    Standard Grant
AF: Small: Looking Under Rocks: A Search for a Provably Stronger TSP Relaxation
AF:小:寻找岩石下:寻找可证明更强的 TSP 弛豫
  • 批准号:
    1908517
  • 财政年份:
    2019
  • 资助金额:
    $ 20.44万
  • 项目类别:
    Standard Grant
AF: EAGER: Approximation algorithms for the traveling salesman problem
AF:EAGER:旅行商问题的近似算法
  • 批准号:
    1552831
  • 财政年份:
    2015
  • 资助金额:
    $ 20.44万
  • 项目类别:
    Standard Grant
AF: Small: The Traveling Salesman Problem and Lightweight Approximation Algorithms
AF:小:旅行商问题和轻量级近似算法
  • 批准号:
    1115256
  • 财政年份:
    2011
  • 资助金额:
    $ 20.44万
  • 项目类别:
    Standard Grant
Contemporary Issues in Network Design
网络设计的当代问题
  • 批准号:
    0830519
  • 财政年份:
    2008
  • 资助金额:
    $ 20.44万
  • 项目类别:
    Standard Grant
Mathematical Sciences:Postdoctoral Research Fellowship
数学科学:博士后研究奖学金
  • 批准号:
    9305954
  • 财政年份:
    1993
  • 资助金额:
    $ 20.44万
  • 项目类别:
    Fellowship Award
Interdisciplinary Research on a Watershed- Estuarine System Of the Chesapeake Bay
切萨皮克湾流域-河口系统的跨学科研究
  • 批准号:
    7203361
  • 财政年份:
    1971
  • 资助金额:
    $ 20.44万
  • 项目类别:
    Interagency Agreement

相似国自然基金

基于规避精度不均匀性且分离(解)异常现象的时空组合构建电离层经验模型集合
  • 批准号:
  • 批准年份:
    2022
  • 资助金额:
    55 万元
  • 项目类别:
    面上项目
利用从地表到电离层的多物理参量研究地震前异常现象的时空演化
  • 批准号:
  • 批准年份:
    2020
  • 资助金额:
    282 万元
  • 项目类别:
    联合基金项目
基于多源数据且顾及异常现象的全球电离层TEC经验模型建立方法研究
  • 批准号:
    41804032
  • 批准年份:
    2018
  • 资助金额:
    25.0 万元
  • 项目类别:
    青年科学基金项目
利用GPS全电子含量和电磁卫星研究与监测地震电离层异常现象
  • 批准号:
    41474138
  • 批准年份:
    2014
  • 资助金额:
    100.0 万元
  • 项目类别:
    面上项目
水饱和通孔泡沫金属水下声反射异常现象研究
  • 批准号:
    11374369
  • 批准年份:
    2013
  • 资助金额:
    86.0 万元
  • 项目类别:
    面上项目

相似海外基金

Travel Grant: Workshop on Impacts of Unusual Weather Events and Climate Anomalies on a Tropical Rainforest
旅行补助金:异常天气事件和气候异常对热带雨林的影响研讨会
  • 批准号:
    2340946
  • 财政年份:
    2024
  • 资助金额:
    $ 20.44万
  • 项目类别:
    Standard Grant
Integrating deep phenotyping and functional genomics to understand the mechanistic basis of primary lymphatic anomalies
整合深层表型分析和功能基因组学,了解原发性淋巴异常的机制基础
  • 批准号:
    MR/Y013786/1
  • 财政年份:
    2024
  • 资助金额:
    $ 20.44万
  • 项目类别:
    Research Grant
FORENSIC: Fast and Autonomous Platform Anomalies detections in Cyber Physical Systems
FORENSIC:网络物理系统中的快速自主平台异常检测
  • 批准号:
    10077013
  • 财政年份:
    2023
  • 资助金额:
    $ 20.44万
  • 项目类别:
    Collaborative R&D
ATD: Fast Bayesian Anomalies Detection in Dynamical System Time-varying Parameters
ATD:动态系统时变参数中的快速贝叶斯异常检测
  • 批准号:
    2318883
  • 财政年份:
    2023
  • 资助金额:
    $ 20.44万
  • 项目类别:
    Standard Grant
Weinstein Cardiovascular Development and Regeneration Conference
韦恩斯坦心血管发育与再生会议
  • 批准号:
    10683505
  • 财政年份:
    2023
  • 资助金额:
    $ 20.44万
  • 项目类别:
{{ showInfoDetail.title }}

作者:{{ showInfoDetail.author }}

知道了