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

Using while loop in the MCTS search function instead of recursion #303

Open
apple1113 opened this issue Apr 15, 2023 · 0 comments
Open

Using while loop in the MCTS search function instead of recursion #303

apple1113 opened this issue Apr 15, 2023 · 0 comments

Comments

@apple1113
Copy link

Hi, while I am trying to implement the code in my project to build a chess bot, I sometimes run into recursion errors. I have set the maximum step to 150 before a draw is declared so it's not a bug. Any chance you could suggest how to rewrite the search function using a loop?
thanks

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

No branches or pull requests

1 participant