Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 454 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 454 Bytes

GomokuReloaded

MiniMax, Monte-Carlo Tree Search based Gomoku playing agent.

Difference from GomokuBot:

  • Usage of MCTS. Now this agent can use MCTS to decide an optimal move

  • Genetic Algorithm in Evaluation Function. Genetic Algorithms have been used to optimize weights within the Evaluation Function

I have done a presentation at 8th KSCY, Yonsei University, 2018, "Implementation and Optimization of a Gomoku-playing Agent using Tree Searching"