Difference between revisions of "Game-negascout"

From Lost In Wonderlands
Jump to: navigation, search
(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:
  
  
* [[item1]]
+
* [[GameTheory]]
* [[item1]]
+
* [[Game-trees]]
* [[item1]]
+
* [[Game-minimax]]
* [[item1]]
+
* [[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

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