Skip to content

gideshi/FoolGo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Monte Carlo Go A.I.

It plays well on 9x9 board currently.

Its Intelligent algorithm is based on Monte Carlo state evaluation, and UCG search.

With incremental updating of a data structure called "chian" in the game process, it's able to simulate Monte Carlo game efficiently.

Make

  • cmake is required.
  • g++ 4.6.3 is required.
  • cd the project's root directory.
  • cmake .
  • make

Question ?

About

A Monte Carlo Go A.I.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published