You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple Go Game with MCTS implemented with pure C++, using OpenMP to implement tree parallel and root parallel.
The makefile use intel C++ complier, it is OK to use g++ for the serial version of MCTS