Skip to content

Releases: chncwang/FoolGo

Fix a performance problem

Pre-release

Choose a tag to compare

@chncwang chncwang released this 28 Mar 08:25

Now it only costs 9 sec. to execute UCT algorithm including 3w monte carlo game, in a single thread.

Big Refactoring and fix all known bugs

Pre-release

Choose a tag to compare

@chncwang chncwang released this 28 Mar 00:57

A big refactoring is done. The architecture and codes are more readable and flexible. It's convenient to experiment a variety of algorithms.
All known bugs is fixed.

It performs well on 9x9 board

Pre-release

Choose a tag to compare

@chncwang chncwang released this 15 Mar 13:32
v0.1.0-alpha

import gtest to do unit tests, and replace the original ugly test cod…