Skip to content

Commit 9494998

Browse files
committed
Merge pull request #172 from ujh/release-0.2.3
Release 0.2.3
2 parents 87360d1 + 52a8fb3 commit 9494998

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.2.3 [](https://github.com/ujh/iomrascalai/compare/0.2.2...master)
2+
3+
* Playout the aftermath by default on CGOS
4+
* Play in the middle of big eyes during playouts
5+
* Resign lost games faster (to save time)
6+
7+
### Performance
8+
9+
After running 200 games on 9x9 with komi 6.5 and a time limit of 5
10+
minutes (sudden death) the win rate against GnuGo 3.8 level 0 was **75.5%
11+
± 3%** for the default engine with 8 threads.
12+
13+
After running 200 games on 13x13 with komi 6.5 and a time limit of 10
14+
minutes (sudden death) the win rate against GnuGo 3.8 level 0 was **6%
15+
± 1.7%** for the default engine with 8 threads.
16+
117
## 0.2.2 [](https://github.com/ujh/iomrascalai/compare/0.2.1...0.2.2)
218

319
* A two liberty solver (can prove if a group with up to two stones is

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
description = "An AI for the game of Go"
44
name = "iomrascalai"
5-
version = "0.2.2"
5+
version = "0.2.3"
66
authors = ["Urban Hafner <contact@urbanhafner.com>",
77
"Thomas Poinsot <thomas.poinsot1@gmail.com>",
88
"Igor Polyakov <iopguy+iomrasclai@gmail.com>"]

src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
************************************************************************/
2121

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

0 commit comments

Comments
 (0)