Welcome
N_node: the number of positions computer will search. Larger value can increase playing strength but will cost more time (searching 2000 nodes may take more than 1 min).
Temperature: computer will choose the move with probability proportional to visit_count1/temperature. Larger value can increase move variety but may reduce playing strength.
Copyright © 2021 YZ. This project is licenced under the MIT license. The source code can be found here, where a much faster C++ interface is also available.