Jump to content

Adversary model

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Oravec (talk | contribs) at 07:53, 30 November 2006 (alphabetize topics). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computer science, an online algorithm measures its competitiveness against different adversary models. For deterministic algorithms, the adversary is the same, the adaptive offline adversary. For randomized online algorithms competitiveness can depend upon the adversary model used.

The three common adversaries are the oblivious adversary, the adaptive online adversary, and the adaptive offline adversary.

The oblivious adversary is sometimes referred to as the weak adversary. This adversary knows the algorithms code, but does not get to know the randomized results of the algorithm.

The adaptive online adversary is sometimes called the medium adversary. This adversary must make its own decision before it is allowed to know the decision of the algorithm.

The adaptive offline adversary is sometimes called the strong adversary. This adversary knows everything, even the random number generator. This adversary is so strong that randomization does not help against her.

See also

References

  • Borodin, A. (1998). Online Computation and Competitive Analysis. Cambridge University Press. ISBN 0-521-56392-5. {{cite book}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)

Bibliography of papers on online algorithms