Skip to content

Commit

Permalink
Merge pull request #172 from ujh/release-0.2.3
Browse files Browse the repository at this point in the history
Release 0.2.3
  • Loading branch information
ujh committed Jun 28, 2015
2 parents 87360d1 + 52a8fb3 commit 9494998
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.2.3 [](https://github.com/ujh/iomrascalai/compare/0.2.2...master)

* Playout the aftermath by default on CGOS
* Play in the middle of big eyes during playouts
* Resign lost games faster (to save time)

### Performance

After running 200 games on 9x9 with komi 6.5 and a time limit of 5
minutes (sudden death) the win rate against GnuGo 3.8 level 0 was **75.5%
± 3%** for the default engine with 8 threads.

After running 200 games on 13x13 with komi 6.5 and a time limit of 10
minutes (sudden death) the win rate against GnuGo 3.8 level 0 was **6%
± 1.7%** for the default engine with 8 threads.

## 0.2.2 [](https://github.com/ujh/iomrascalai/compare/0.2.1...0.2.2)

* A two liberty solver (can prove if a group with up to two stones is
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

description = "An AI for the game of Go"
name = "iomrascalai"
version = "0.2.2"
version = "0.2.3"
authors = ["Urban Hafner <[email protected]>",
"Thomas Poinsot <[email protected]>",
"Igor Polyakov <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
************************************************************************/

pub fn version() -> &'static str {
"0.2.2"
"0.2.3"
}

0 comments on commit 9494998

Please sign in to comment.