中文

Smoothed Analysis of Algorithms: Why the Simplex Algorithm Usually Takes Polynomial Time

数据结构与算法 2009-09-25 v7

摘要

We introduce the smoothed analysis of algorithms, which is a hybrid of the worst-case and average-case analysis of algorithms. In smoothed analysis, we measure the maximum over inputs of the expected performance of an algorithm under small random perturbations of that input. We measure this performance in terms of both the input size and the magnitude of the perturbations. We show that the simplex algorithm has polynomial smoothed complexity.

关键词

引用

@article{arxiv.cs/0111050,
  title  = {Smoothed Analysis of Algorithms: Why the Simplex Algorithm Usually Takes Polynomial Time},
  author = {Daniel A. Spielman and Shang-Hua Teng},
  journal= {arXiv preprint arXiv:cs/0111050},
  year   = {2009}
}

备注

Revised. Improved statement of main theorem