请输入您要查询的字词:

 

单词 nondeterminism
释义
nondeterminism

Computer
  • A mode of computation in which, at certain points, there is a choice of ways to proceed: the computation may be thought of as choosing arbitrarily between them, or as splitting into separate copies and pursuing all choices simultaneously. The precise form of nondeterminism depends on the particular model of computation.

    For example, a nondeterministic Turing machine will have a choice of moves to make for a given internal state and tape symbol being read. After a choice has been made, other choice-points will be encountered. There is therefore a tree whose paths are all possible different computations, and whose nonterminal nodes represent choice-points. If, for example, the algorithm performs some kind of ‘search’, then the search succeeds if at least one sequence of choices (path through the tree) is successful.

    Nondeterministic constructs in programming languages can offer a choice of control, e.g.

    doS1orS2od
    or a choice of data, e.g.
    y:=?andy:=x.R(x);
    These latter select a value for y randomly and such that it satisfies test R. Many algorithms are expressed most conveniently using such constructs; nondeterminism also arises naturally in connection with interleaving and concurrency.

    Nondeterminism is important in the field of complexity: it is believed that a nondeterministic Turing machine is capable of performing in ‘reasonable time’ computations that could not be so performed by any deterministic Turing machine (see P=NP question).


随便看

 

科学参考收录了60776条科技类词条,基本涵盖了常见科技类参考文献及英语词汇的翻译,是科学学习和研究的有利工具。

 

Copyright © 2000-2023 Sciref.net All Rights Reserved
京ICP备2021023879号 更新时间:2024/7/1 15:44:22