Difference between revisions of "Game-minimax"

From Lost In Wonderlands
Jump to: navigation, search
(Created page with "= Game-minimax = == See also == * Main_Page, Technoverse, Template, TemplateHowTo, HowTos * item1 * item1 * item1 * item1 == Alpha...")
 
(Alpha-Beta)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
  
  
* [[item1]]
+
* [[GameTheory]]
* [[item1]]
+
* [[Game-trees]]
* [[item1]]
+
* [[Game-minimax]]
* [[item1]]
+
* [[Game-alpha-beta]]
 +
* [[Game-negamax]]
 +
* [[Game-negascout]]
  
== Alpha-Beta ==
+
== Minimax ==
* also known as "MiniMax" with alpha-beta pruning
+
 
* https://en.wikipedia.org/wiki/Alpha–beta_pruning
+
* https://en.wikipedia.org/wiki/Minimax
* https://fr.wikipedia.org/wiki/Élagage_alpha-bêta
+
* https://en.wikipedia.org/wiki/Minimax_Condorcet_method
* https://www.geeksforgeeks.org/minimax-algorithm-in-game-theory-set-4-alpha-beta-pruning/
+
* https://en.wikipedia.org/wiki/Regret_(decision_theory)
* https://www.cs.umd.edu/users/nau/game-theory/4%20Game-tree%20search.pdf
+
* https://en.wikipedia.org/wiki/Expectiminimax
* https://www.math.kth.se/matstat/gru/sf2972/2011/lecture14.pdf
+
* https://en.wikipedia.org/wiki/Sion%27s_minimax_theorem
  
 
== Articles==
 
== Articles==

Latest revision as of 16:41, 4 April 2021

Game-minimax

See also


Minimax

Articles

Blogs

Tools link

Books