Skip to content
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

Transposition table #1

Closed
AdamStelmaszczyk opened this issue Sep 22, 2015 · 4 comments
Closed

Transposition table #1

AdamStelmaszczyk opened this issue Sep 22, 2015 · 4 comments

Comments

@AdamStelmaszczyk
Copy link
Owner

No description provided.

@AdamStelmaszczyk
Copy link
Owner Author

Done in 9f7ed4a.

@AdamStelmaszczyk
Copy link
Owner Author

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

@AdamStelmaszczyk
Copy link
Owner Author

Python: 873d76a
C++ implementation soon.

@AdamStelmaszczyk
Copy link
Owner Author

C++: f0b9c41
Gives nice boost.

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

No branches or pull requests

1 participant