Skip to content

Releases: chncwang/FoolGo

Fix a performance problem

28 Mar 08:25
Compare
Choose a tag to compare
Pre-release

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

28 Mar 00:57
Compare
Choose a tag to compare
Pre-release

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

15 Mar 13:32
Compare
Choose a tag to compare
Pre-release
v0.1.0-alpha

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