Improving the performance of MCTS in board games
I implemented a simple MCTS algorithm with UCT for Connect-5, but its tesults are extremely terrible, especially compared to my Alpha-Beta Pruning algorithm version. Is increasing the number of simulations/simulation time the only way to increase its p…