アルファ・ベータ法
Sign in to saveAlso known as alpha-beta pruning
search algorithm that seeks to decrease the number of nodes that are evaluated by the minimax algorithm in its search tree
Wikidata facts
- Instance of
- search algorithm
Show 3 more facts
- maintained by WikiProject
- WikiProject Mathematics
- Stack Exchange tag
- stackoverflow.com/tags/alpha-beta-pruning
- discoverer or inventor
- Arthur Samuel
Sources (1)
via Wikidata · CC0
Article · 日本語
アルファ・ベータ法(アルファ・ベータほう、alpha-beta pruning)は完全情報ゲームにおける探索アルゴリズムの1つである。基本的にミニマックス法と同じであり、同じ計算結果が得られるが、ゲーム木において、計算しなくても同じ計算結果になる部分を枝刈りしている。
Abstract from DBpedia / Wikipedia · CC BY-SA