We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a81c0 commit fd7cb28Copy full SHA for fd7cb28
README.md
@@ -54,6 +54,7 @@ The concept is to assume the opponent will take their best move and try to minim
54
- MiniMax <https://en.wikipedia.org/wiki/Minimax>
55
- Alpha-beta pruning <https://en.wikipedia.org/wiki/Alpha–beta_pruning>
56
- Negamax <https://en.wikipedia.org/wiki/Negamax>
57
+- NegaScout (PVS, principal variation search) <https://en.wikipedia.org/wiki/Principal_variation_search>
58
59
### Value Iteration
60
0 commit comments