Online Algorithm Article Index for
Online
Website Links For
Online
 

Information About

Online Algorithm




Online computations and algorithms are 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