Difference between revisions of "Game-negamax"
From Lost In Wonderlands
(Created page with "= Game-negamax = == See also == * Main_Page, Technoverse, Template, TemplateHowTo, HowTos * item1 * item1 * item1 * item1 == Alpha...") |
(→Game-negamax) |
||
Line 11: | Line 11: | ||
* [[item1]] | * [[item1]] | ||
− | == | + | == negamax == |
* also known as "MiniMax" with alpha-beta pruning | * also known as "MiniMax" with alpha-beta pruning | ||
* https://en.wikipedia.org/wiki/Alpha–beta_pruning | * https://en.wikipedia.org/wiki/Alpha–beta_pruning |
Revision as of 16:22, 4 April 2021
Game-negamax
See also
negamax
- also known as "MiniMax" with alpha-beta pruning
- https://en.wikipedia.org/wiki/Alpha–beta_pruning
- https://fr.wikipedia.org/wiki/Élagage_alpha-bêta
- https://www.geeksforgeeks.org/minimax-algorithm-in-game-theory-set-4-alpha-beta-pruning/
- https://www.cs.umd.edu/users/nau/game-theory/4%20Game-tree%20search.pdf
- https://www.math.kth.se/matstat/gru/sf2972/2011/lecture14.pdf