Encyclopedia > Online computations and algorithms

  Article Content

Online computations and algorithms

A common approach in computer science to problem solving is offline computation. This means that the whole problem data is given from the beginning and one is required to output an answer which solves the problem in hand.

Other problems, however, are online. This means the whole dataset is not available and the algorithm receives the information piece by piece. This domain is called online algorithms and computation. It is often studied in machine learning.

As an example of the problem consider the problem of finding a shortest path in a finite connected graph when the graph is unknown and the algorithm receives the node neighbours only when it "enters" the node. It is clear that this problem can not be solved optimally without a simple exhaustive search. Thus, new performance measures have to be introduced, such as competitive analysis.

References

 



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Father Damien

... 1860. Three years later he was sent to Hawaii, where he was ordained on May 24, 1864. On May 10, 1873, at his request, he was permitted to travel to Molokai to help th ...

 
 
 
This page was created in 22.4 ms