negamax Questions
1
Solved
This is a follow-up to my last post.
The code works without any errors and can calculate the next best move. I've been looking into how to incorporate transposition tables and move ordering into my...
Burnsed asked 28/11, 2021 at 17:37
1
Solved
I'm confused with these two. is Negamax just an optimization for minimax? or is Negamax is another search tree algorithm? If negamax is another search tree algorithm, then which one is better?
1
Solved
I'm trying to implement the alpha beta pruning with transpositional tables, I found the pseudocode of the algorithm in wikipedia: https://en.wikipedia.org/wiki/Negamax#cite_note-Breuker-1
However I...
Warfold asked 1/11, 2017 at 10:24
1
© 2022 - 2024 — McMap. All rights reserved.