The prelease version of GoGui 1.0 has updated its GTP command set. SharpGoBot needs updating to fully accommodate these changes. Here's the information from the release documentation: The followin...
In the attached example, there should not be any Protected Liberties at G4 or F5.
The SGF component outputs an additional [RE] Result property.
Two things really, capture the principal variation during AlphaBeta and use it to perform the (next) iterative AlphaBeta Search.
To begin to play on KGS & CGOS, SharpGoBot needs the following features implemented: 1. "kgs-genmove_cleanup" GTP command. Current this command is implemented just like "gen_move" and the search r...
Add scripts which can compile SharpGoBot with Mono on the Windows and Unix platforms.
Create new search solver that use a transposition table during an AlphaBeta type search.
A Monte-Carlo search works by generating a list of potential moves, and for each move playing out thousands of games at random on the resulting board. The move which leads to the best set of random...