biology daily - the biology and biochemistry encyclopedia
biology daily articles and research Encyclopedia Dictionary Forums biology research links Weblinks Pictures Articles Blogs Newsletter

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.

See also

References



08-19-2006 15:59:36
The contents of this article are licensed from Wikipedia.org under the GNU Free Documentation License. How to see transparent copy
BiologyDaily.com 2005. Legal info