Thanks to visit codestin.com
Credit goes to github.com

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)