Run bots on separate threads / Fast forward #140
Replies: 1 comment
-
Well, i just looked at some other people's submissions and I understood that this solution works only for smaller bots. A real solution would have parallelism. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I made a modification to the code where I could skip the drawing of the 1000 games, that only works when the bots are not running on a separate thread.
Is it necessary to have the separate thread true by default?
Here is my implementation: https://github.com/GheorgheMorari/Chess-Challenge
Beta Was this translation helpful? Give feedback.
All reactions