|
| |
 |
|
|
Computer Go Programs |
|
Name |
Country |
Introduction |
|
MoGoTW |
France
Netherlands
Taiwan |
- Developers: People in many universities, including Université Paris-Sud (France), Maastricht University (Netherlands), National University of Tainan (Taiwan), and National Dong Hwa University (Taiwan).
- Algorithmic Principles: Monte-Carlo Tree Search with RAVE, sequence like simulations, learnt patterns in the tree part.
- Features: Opening book is based on Meta-MCTS, it is the first program to defeat pros on 9x9 board and on 19x19 board, and it is the first program to defeat a top pro with difficult side on 9x9.
|
|
Many Faces of Go |
USA |
- Developers: David Fotland and Smart
Games.
- Algorithmic Principles: Mote Carlo
Tree Search with many of the popular
extensions, including RAVE, Silver’s
Beta formula, progressive unpruning,
dynamic komi, and machine optimization
of 3x3 patterns.
- Features: The move generator of the
traditional Go program is used to bias
the tree part of the search. There is no
tree data structure. All search data are
kept in a set of per-core hash tables.
|
|
Zen |
Japan |
- Developers: Yoji Ojima (independent
programmer) and Hideki Kato (AI
researcher).
- Algorithmic Principles: MCTS with
hash-coded large-patterns of expert
knowledge of the game of Go and very
smart, sequence-like simulations.
Dynamic-komi and network parallelism are
also used.
- Features: A carefully tuned
combination of significantly improved
sequence-like simulations and the
large-patterns of Go knowledge. The
network parallel algorithm is also our
original
|
|
Coldmilk |
Taiwan |
- Developers: Cheng-Wei Chou (National Dong Hwa University, Taiwan) and Shi-Jim Yen (National Dong Hwa University, Taiwan).
- Algorithmic Principles: Coldmilk uses Monte Carlo Tree Search based with RAVE and dynamic komi.
- Features: Coldmilk was developed for small Go board. It is not so strong for 19x19. 9x9 opening book is constructed by the volunteer computing system of a National Science Council research project (99-2221-E-259-009-MY3) in Taiwan.
|
|
Machine Specification |
|
Name |
Country |
Content |
|
MoGoTW |
France
Netherlands
Taiwan |
- HP ProLiant DL785 G6 with 64GB RAM, where HP ProLiant DL785 G6 is 4 CPUs
AMD@2.4GHz and 64GB RAM)(Each CPU has 6 cores)
But, we only uses 8 cores of a 2.4 GHz AMD Opteron(tm) Processor 8431
|
|
Many Faces of Go |
USA |
- Amazon EC2 cc2.8xlarge, 2 x Intel Xeon E5-2670, 16 cores, 2.6 GHz, 60 MB memory.
|
|
Zen |
Japan |
- The hardware Zen runs on is a mini cluster of six computers connected via a Gigabit Ethernet
LAN: a quad 16-core Opteron 6376@2.3GHz, two dual 6-core Intel Xeon X5680@4 GHz,
a 6-core Intel Corei7 3930K@4 GHz, a 6-core Intel Core i7 990X@4 GHz, and a 6-core Intel Xeon
W3680@4 GHz. 106 (4x16+2x2x6+6+6+6) cores total.
|
|
Coldmilk |
Taiwan |
- Intel XEON 2.9G 16cores, 128G RAM
|
|
|
|
|
|