Difference between revisions of "Game-negascout"
From Lost In Wonderlands
(→NegaScout) |
(→NegaScout) |
||
(One intermediate revision by the same user not shown) | |||
Line 11: | Line 11: | ||
− | * [[ | + | * [[GameTheory]] |
− | * [[ | + | * [[Game-trees]] |
− | * [[ | + | * [[Game-minimax]] |
− | * [[ | + | * [[Game-alpha-beta]] |
+ | * [[Game-negamax]] | ||
+ | * [[Game-negascout]] | ||
== NegaScout == | == NegaScout == | ||
Line 22: | Line 24: | ||
* https://www.researchgate.net/figure/NegaScout-Algorithm-Pseudo-Code-Using-the-Minimal-Window-Search-Principle_fig5_262672371 | * 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== |
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