Urban Hafner

Results 57 issues of Urban Hafner

Enhance the error message format so that we can have a nicer error for the regular expression case. Right now it says: ``` Expected: \d but: was "abc"', src/core.rs:31 ```...

Add more documentation!

documentation

Add documentation on how to create a custom matcher.

documentation

Add criticality the the tree selection algorithm as described in the [master's thesis of Petr Baudis](http://pasky.or.cz/go/prace.pdf) and in [this short presentation](https://github.com/ujh/iomrascalai/files/29566/Criticality.pdf)

feature
1 - Ready

There's some free [DCNN](http://computer-go.org/pipermail/computer-go/2015-September/007910.html) data out there. Maybe it's worthwhile to try to integrate it into the bot. Especially as a new prior once the prior calculation has been move...

feature
0 - Backlog

Add [CLOP](http://www.remi-coulom.fr/CLOP/) to the Linux install script `misc/linux/install.sh`.

feature
easy
1 - Ready

Try the [magnetic](https://github.com/johnshaw/magnetic) for communication between the master thread and the workers. This could simplify the setup as the mpsc channels from the stdlib are a bit limiting at times....

refactoring

Implement `Board.setup()` which adds either a single stone or a list of stones (of different colors) to the board without applying any rules. This can then be used by the...

feature
easy

Even I can't remember how many threads there are and how the communication is happening. So adding a diagram of all the different parts of the bot seems like a...

documentation