English

Knowledge State Algorithms: Randomization with Limited Information

Data Structures and Algorithms 2007-05-23 v1

Abstract

We introduce the concept of knowledge states; many well-known algorithms can be viewed as knowledge state algorithms. The knowledge state approach can be used to to construct competitive randomized online algorithms and study the tradeoff between competitiveness and memory. A knowledge state simply states conditional obligations of an adversary, by fixing a work function, and gives a distribution for the algorithm. When a knowledge state algorithm receives a request, it then calculates one or more "subsequent" knowledge states, together with a probability of transition to each. The algorithm then uses randomization to select one of those subsequents to be the new knowledge state. We apply the method to the paging problem. We present optimally competitive algorithm for paging for the cases where the cache sizes are k=2 and k=3. These algorithms use only a very limited number of bookmarks.

Keywords

Cite

@article{arxiv.cs/0701142,
  title  = {Knowledge State Algorithms: Randomization with Limited Information},
  author = {Wolfgang Bein and Lawrence L. Larmore and Rüdiger Reischuk},
  journal= {arXiv preprint arXiv:cs/0701142},
  year   = {2007}
}

Comments

17 pages, 2 figures