Complexity Zoo:H
From Qwiki
Back to the Main Zoo - Complexity Garden - Zoo Glossary - Zoo References
Complexity classes by letter: Symbols - A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z
Lists of related classes: Communication Complexity - Hierarchies - Nonuniform
HalfP - HeurBPP - HeurBPTIME(f(n)) - HeurDTIMEδ(f(n)) - HeurP - HeurPP - HeurNTIMEδ(f(n)) - HkP - HVSZK
HalfP: RP With Exactly Half Acceptance
The class of decision problems solvable by an NP machine such that
- If the answer is 'yes,' exactly 1/2 of computation paths accept.
- If the answer is 'no,' all computation paths reject.
Significantly, the number of candidate witnesses is restricted to be a power of 2. (This is implicit if they are binary strings.)
Contained in RP, EP, and ModkP for every odd k. Contained in EQP by the Deutsch-Jozsa algorithm.
Defined in [BB92], where it was called C==P[half]. The name used here is from [BS00]. There it was shown that HalfP is contained in every similar class in which 1/2 is replaced by some other dyadic fraction.
HeurBPP: Heuristic BPP
The class of problems for which a 1-1/poly(n) fraction of instances are solvable by a BPP machine.
[FS04] showed a strict hierarchy theorem for HeurBPP; thus, HeurBPP does not equal HeurBPTIME(nc) for any fixed c.
HeurBPTIME(f(n)): Heuristic BPTIME(f(n))
The class of problems for which a 1-1/poly(n) fraction of instances are solvable by a BPTIME(f(n)) machine. Thus, HeurBPTIME(f(n)) has the same relationship with BPTIME as HeurDTIME.
Thus HeurBPP is the union of HeurBPTIME(nc) over all c.
HeurDTIMEδ(f(n)): Heuristic DTIME
For functions f(n) and δ(n), we say that tuple
, where L is a language and D is a distribution of problem instances, if there exists a heuristic deterministic algorithm A such that for all x in the support of D, A runs in time bounded by f(n) and with failure probability bounded by δ(n) [BT06].
HeurP: Heuristic P
The class of distributional problems solvable by a P machine. Defined in [Imp95], though he calls the class HP.
Alternately, [BT06] define HeurP as being the set of tuples (L,D), where L is a language and D is a distribution of problem instances, such that there exists an algorithm A satisfying two properties:
- For every
, for every x in the support of D, and for every δ > 0, A(x;n,δ) runs in time bounded by poly(n / δ).
- For every δ > 0,
is a heuristic algorithm for (L,D) whose error probability is bounded by δ.
HeurPP: Heuristic PP
The class of distributional problems solvable by a PP machine. Defined in [Ill95], though he calls the class HPP.
HeurNTIMEδ(f(n)): Heuristic NTIME
Defined as HeurδDTIME, but for non-deterministic heuristic algorithms.
NP is not contained in HeurNTIME1 / 2 + 1 / na(nc) for any constants a,c [Per07].
HkP: High Hierarchy In NP
The class of problems A in NP such that ΣkPA = Σk+1P; that is, adding A as an oracle increases the power of the kth level of the polynomial hierarchy by a maximum amount.
For all k, Hk is contained in Hk+1.
H0 consists exactly of the problems complete for NP under Cook reductions.
H1 consists exactly of the problems complete for NP under strong non-deterministic Turing reductions [Sch83].
Defined in [Sch83].
See also LkP.
HVSZK: Honest-Verifier SZK
The class of decision problems that have SZK protocols assuming an honest verifier (i.e. one who doesn't try to learn more about the problem by deviating from the protocol).

