Open
Description
Rename the argument s in the following two lines of pseudocode:
…
v ← MAX(v, MIN-VALUE(RESULT(s, a), α, β))
…
v ← MIN(v, MAX-VALUE(RESULT(s, a), α, β))
…
to state:
…
v ← MAX(v, MIN-VALUE(RESULT(state, a), α, β))
…
v ← MIN(v, MAX-VALUE(RESULT(state, a), α, β))
…
due to state being the name of the argument passed to the relevant functions.
Metadata
Metadata
Assignees
Labels
No labels