Content deleted Content added
→Construction: Delete mostly nonsense section Tag: section blanking |
Kenji Toyama (talk | contribs) m Remove definite article. |
||
Line 1:
In [[computer science]], an '''anytime algorithm''' is an [[algorithm]] that can return a valid solution to a [[Problem#Problem solving|problem]] even if it is interrupted before it ends. The algorithm is expected to find better and better solutions the more time it keeps running.
Most algorithms run to completion: they provide a single answer after performing some fixed amount of computation. In some cases, however, the user may wish to terminate the algorithm prior to completion. The amount of
==Names==
|