Difference between revisions of "Game-negascout"

From Lost In Wonderlands
Jump to: navigation, search
(NegaScout)
(NegaScout)
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
  
  
* [[item1]]
+
* [[GameTheory]]
* [[item1]]
+
* [[Game-trees]]
* [[item1]]
+
* [[Game-minimax]]
* [[item1]]
+
* [[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

NegaScout Algorithm

Everything You Always Wanted to Know on Subject... (But Were Afraid to Ask) a collection of links of interest

See also


NegaScout


Articles

Blogs

Tools link

Books