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

Skip to content

Fixed pruning for first max node in aphabeta_search #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 6, 2016
Merged

Fixed pruning for first max node in aphabeta_search #70

merged 1 commit into from
Mar 6, 2016

Conversation

Chipe1
Copy link
Contributor

@Chipe1 Chipe1 commented Mar 5, 2016

Directly using max_value instead of argmax properly prunes the first node and does more justice to the pseudo code

norvig added a commit that referenced this pull request Mar 6, 2016
Fixed pruning for first max node in aphabeta_search
@norvig norvig merged commit 1771d37 into aimacode:master Mar 6, 2016
@Chipe1 Chipe1 deleted the alphabeta branch March 6, 2016 09:40
@Chipe1
Copy link
Contributor Author

Chipe1 commented Mar 11, 2016

Added #123 to fix that. Couldn't get the code to match the one in the book though. Any suggestions are appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants