Difference between revisions of "Game-negascout"
From Lost In Wonderlands
(Created page with "= NegaScout Algorithm = '''''Everything You Always Wanted to Know on Subject... (But Were Afraid to Ask)''''' ''a collection of links of interest'' == See also == * Mai...") |
(→NegaScout) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
− | * [[ | + | * [[GameTheory]] |
− | * [[ | + | * [[Game-trees]] |
− | * [[ | + | * [[Game-minimax]] |
− | * [[ | + | * [[Game-alpha-beta]] |
+ | * [[Game-negamax]] | ||
+ | * [[Game-negascout]] | ||
== NegaScout == | == NegaScout == | ||
+ | * https://en.wikipedia.org/wiki/Principal_variation_search | ||
+ | |||
+ | |||
+ | * https://www.researchgate.net/figure/NegaScout-Algorithm-Pseudo-Code-Using-the-Minimal-Window-Search-Principle_fig5_262672371 | ||
+ | * https://hackage.haskell.org/package/game-tree-0.1.0.0/docs/src/Data-Tree-Game_tree-Negascout.html | ||
== Articles== | == Articles== | ||
+ | * https://arxiv.org/pdf/1404.1511.pdf | ||
== Blogs == | == Blogs == |
Latest revision as of 16:43, 4 April 2021
Contents
NegaScout Algorithm
Everything You Always Wanted to Know on Subject... (But Were Afraid to Ask) a collection of links of interest
See also
- GameTheory
- Game-trees
- Game-minimax
- Game-alpha-beta
- Game-negamax
- Game-negascout
NegaScout
- https://www.researchgate.net/figure/NegaScout-Algorithm-Pseudo-Code-Using-the-Minimal-Window-Search-Principle_fig5_262672371
- https://hackage.haskell.org/package/game-tree-0.1.0.0/docs/src/Data-Tree-Game_tree-Negascout.html