Closed AdamStelmaszczyk closed 8 years ago
Reverted, previous implementation didn't work with alpha-beta. It's not that easy to just store the value, bounds must be stored as well. Helpful readings:
http://homepages.cwi.nl/~paulk/theses/Carolus.pdf https://en.wikipedia.org/wiki/Negamax
Python: 873d76a3b3a C++ implementation soon.
C++: f0b9c41 Gives nice boost.
Done in https://github.com/AdamStelmaszczyk/gtsa/commit/9f7ed4a86c17d1f6f0ffab6d1cb33b7ab8d2e303.