|
| 1 | +## 0.3.0 [☰](https://github.com/ujh/iomrascalai/compare/0.2.4...0.3.0) |
| 2 | + |
| 3 | +* Added 3x3 pattern support. These are used as priors in the tree and |
| 4 | + during the playouts. |
| 5 | +* Added the RAVE heuristic to the search. |
| 6 | +* Terminate search early if the best move is ahead by a lot. |
| 7 | +* Changed the way to change the configuration of the engine. |
| 8 | + Everything is now stored inside a |
| 9 | + [TOML](https://github.com/toml-lang/toml) file instead of having |
| 10 | + command line switches for everything. |
| 11 | +* Measure the playouts per second per thread and display it when |
| 12 | + logging is turned on. |
| 13 | +* Scripts to run [CLOP](http://www.remi-coulom.fr/CLOP/) parameter |
| 14 | + optimization. |
| 15 | +* Removed all weak engines (random, AMAF, MC). |
| 16 | +* Clarified the licensing (scripts are MIT licensed). |
| 17 | +* Added a code of conduct. |
| 18 | + |
| 19 | +### Performance |
| 20 | + |
| 21 | +*Note that the measurement of the error margins have changed. We now |
| 22 | + calculate proper 95% and 99% confidence intervals whereas previously |
| 23 | + we only used the ~68% standard deviation.* |
| 24 | + |
| 25 | +After running 500 games on 9x9 with komi 6.5 and a time limit of 5 |
| 26 | +minutes (sudden death) the win rate against GnuGo 3.8 level 0 was |
| 27 | +**85.40% (± 3.08 at 95%, ± 3.14 at 99%)** with the default |
| 28 | +configuration. |
| 29 | + |
| 30 | +After running 500 games on 13x13 with komi 6.5 and a time limit of 10 |
| 31 | +minutes (sudden death) the win rate against GnuGo 3.8 level 0 was |
| 32 | +**36.6% (± 4.2 at 95%, ± 4.29 at 99%)** with the default |
| 33 | +configuration. |
| 34 | + |
| 35 | + |
1 | 36 | ## 0.2.4 [☰](https://github.com/ujh/iomrascalai/compare/0.2.3...0.2.4) |
2 | 37 |
|
3 | 38 | This release doesn't contain any new features. But as the last release |
4 | 39 | happened quite a long time ago and there were some (small) internal |
5 | 40 | changes a new release seems to be in order. Also the Rust compiler |
6 | | -changed a lot in between and changed the performace. |
| 41 | +changed a lot in between and changed the performance. |
7 | 42 |
|
8 | 43 | ### Performance |
9 | 44 |
|
|
0 commit comments