Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Polynomial-time approximation scheme

From Wikipedia, the free encyclopedia
Type of approximation algorithm

Incomputer science (particularlyalgorithmics), apolynomial-time approximation scheme (PTAS) is a type ofapproximation algorithm foroptimization problems (most often,NP-hard optimization problems).

A PTAS is an algorithm which takes an instance of an optimization problem and a parameterε > 0 and produces a solution that is within a factor1 + ε of being optimal (or1 – ε for maximization problems). For example, for the Euclideantraveling salesman problem, a PTAS would produce a tour with length at most(1 + ε)L, withL being the length of the shortest tour.[1]

The running time of a PTAS is required to be polynomial in the problem size for every fixed ε, but can be different for different ε. Thus an algorithm running in timeO(n1/ε) or evenO(nexp(1/ε)) counts as a PTAS.

Variants

[edit]

Deterministic

[edit]

A practical problem with PTAS algorithms is that the exponent of the polynomial could increase dramatically as ε shrinks, for example if the runtime isO(n(1/ε)!). One way of addressing this is to define theefficient polynomial-time approximation scheme orEPTAS, in which the running time is required to beO(nc) for a constantc independent ofε. This ensures that an increase in problem size has the same relative effect on runtime regardless of what ε is being used; however, the constant under thebig-O can still depend on ε arbitrarily. In other words, an EPTAS runs inFPT time where the parameter is ε.

Even more restrictive, and useful in practice, is thefully polynomial-time approximation scheme orFPTAS, which requires the algorithm to be polynomial in both the problem sizen and1/ε.

UnlessP = NP, it holds thatFPTAS ⊊ PTAS ⊊APX.[2] Consequently, under this assumption,APX-hard problems do not have PTASs.

Another deterministic variant of the PTAS is thequasi-polynomial-time approximation scheme orQPTAS. A QPTAS hastime complexitynpolylog(n) for each fixedε > 0. Furthermore, a PTAS can run inFPT time for some parameterization of the problem, which leads to aparameterized approximation scheme.

Randomized

[edit]

Some problems which do not have a PTAS may admit arandomized algorithm with similar properties, apolynomial-time randomized approximation scheme orPRAS. A PRAS is an algorithm which takes an instance of an optimization or counting problem and a parameterε > 0 and, in polynomial time, produces a solution that has ahigh probability of being within a factorε of optimal. Conventionally, "high probability" means probability greater than 3/4, though as with most probabilistic complexity classes the definition is robust to variations in this exact value (the bare minimum requirement is generally greater than 1/2). Like a PTAS, a PRAS must have running time polynomial inn, but not necessarily inε; with further restrictions on the running time inε, one can define anefficient polynomial-time randomized approximation scheme orEPRAS similar to the EPTAS, and afully polynomial-time randomized approximation scheme orFPRAS similar to the FPTAS.[3]

As a complexity class

[edit]

The term PTAS may also be used to refer to the class of optimization problems that have a PTAS. PTAS is a subset ofAPX, and unlessP = NP, it is a strict subset.[2]

Membership in PTAS can be shown using aPTAS reduction,L-reduction, orP-reduction, all of which preserve PTAS membership, and these may also be used to demonstrate PTAS-completeness. On the other hand, showing non-membership in PTAS (namely, the nonexistence of a PTAS), may be done by showing that the problem is APX-hard, after which the existence of a PTAS would show P = NP. APX-hardness is commonly shown via PTAS reduction orAP-reduction.

See also

[edit]

References

[edit]
  1. ^Sanjeev Arora, Polynomial-time Approximation Schemes for Euclidean TSP and other Geometric Problems, Journal of the ACM 45(5) 753–782, 1998.
  2. ^abJansen, Thomas (1998), "Introduction to the Theory of Complexity and Approximation Algorithms", in Mayr, Ernst W.; Prömel, Hans Jürgen;Steger, Angelika (eds.),Lectures on Proof Verification and Approximation Algorithms, Lecture Notes in Computer Science, vol. 1367, Springer, pp. 5–28,doi:10.1007/BFb0053011,ISBN 9783540642015. See discussion following Definition 1.30 onp. 20.
  3. ^Vazirani, Vijay V. (2003).Approximation Algorithms. Berlin: Springer. pp. 294–295.ISBN 3-540-65367-8.

External links

[edit]
Retrieved from "https://en.wikipedia.org/w/index.php?title=Polynomial-time_approximation_scheme&oldid=1263931036"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp