乱択アルゴリズム
Sign in to saveAlso known as stochastic algorithm, probabilistic algorithm
algorithm designed to use randomness from auxiliary inputs as part of its logic
Article · 日本語
乱択アルゴリズム(らんたくアルゴリズム)、ランダム・アルゴリズム(英: randomized algorithm)または確率的アルゴリズム(かくりつてきアルゴリズム、(英: probabilistic algorithm)は、その論理の一部に無作為性を導入したアルゴリズムである。通常のアルゴリズムでは自然数を順番にあてはめるような決定的な部分で、乱数による非決定的な選択を入れることで、「平均的に」よい性能を実現することを目的とすることがある。形式的には、乱択アルゴリズムの性能はランダムビット列で決定される確率変数となる。その期待値を期待実行時間と呼ぶ。最悪の場合に関して「無視できる」ほどに低い確率であることが、一般に、この類のアルゴリズムが効果的である要件となる。
Abstract from DBpedia / Wikipedia · CC BY-SA
Connections
array data structure
Entity
big O notation
Entity
International Standard Book Number
Entity
algorithm
Entity
Wayback Machine
Entity
IBM
Entity
cryptography
Entity
digital object identifier
Entity
International Standard Serial Number
Entity
square root
Entity
Donald Knuth
Entity
cosmic radiation
Entity
Paul Erdős
Entity
graph theory
Entity
data structure
Entity
Turing machine
Entity
OCLC, Inc.
Entity
prisoner's dilemma
Entity
sorting algorithm
Entity
quicksort
Entity