Skip to content

Commit 51299b2

Browse files
qu-tan-umnorvig
authored andcommitted
comment in method alphabeta_search (aimacode#914)
should be '# Body of alphabeta_search:'
1 parent 8debcd8 commit 51299b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

games.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def min_value(state, alpha, beta):
113113
beta = min(beta, v)
114114
return v
115115

116-
# Body of alphabeta_cutoff_search:
116+
# Body of alphabeta_search:
117117
best_score = -infinity
118118
beta = infinity
119119
best_action = None

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy