Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+11 votes

For the question on "how much does alpha beta pruning help?" should we compare our heuristics to mini max since that doesn't use alpha beta pruning?

asked in CSC320 by (1 point)

1 Answer

+3 votes
 
Best answer

I think Wes and I are going to comment out the alpha beta pruning code so that minimax runs without alpha beta pruning and then we will run it with alpha beta pruning and compare the two times.

answered by (1 point)
selected by
...