For a while now I'm trying to write Go/Baduk bots. I started rules-based, then alpha-beta-search and now I'm at uct.
My programs battle at http://www.yss-aya.com/cgos/9x9/standings.html but I'd like to test more thoroughly by letting them play thousands of games (that way you get an elo rating with low error bars) - that would take years on yss-aya.com.
So I wrote some tournament software myself and now need to have weak Go software to play against. For chess we have CCRL which lists of all major programs their strength and where to obtain them from (e.g. github). Does something similar exist for Go? Of course I googled for it but maybe I'm in the wrong google-bubble
regards