-
Notifications
You must be signed in to change notification settings - Fork 81
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
gcc 13.2 compile err, and winrate is 0% with cgos-genmove_analyze #174
Labels
Comments
This was referenced Sep 8, 2024
Closed
@yssaya When Ray plays any move, json data is fulfilled
When Ray resign, json data is empty
|
Thank you for your update! |
Thanks for testing. I will close this issue soon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ray 11.1.0 has an error with gcc 13.2 on Ubuntu 24.04.
src/mcts/MCTSNode.cpp:34:8: error: 'fill_n' is not a member of 'std'
$ gcc -v
gcc version 13.2.0 (Ubuntu 13.2.0-23ubuntu4)
I added these three line in "include/mcts/MCTSNode.hpp".
Looks like root winrate returns always 0% with cgos-genmove_analyze.
And sometimes Ray had stopped and lost on time.
http://www.yss-aya.com/cgos/19x19/cross/ray_11.1.0_10k.html
ServerUser = ray_11.1.0_10k
CommandLine = ./ray1110 --size 19 --playout 10000 --cgos
Thanks.
The text was updated successfully, but these errors were encountered: