Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 208 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 208 Bytes

GoGame

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