Oops. Fixed last commit |
|
More...
|
over 15 years ago
|
Minor bug fixes |
|
More...
|
over 15 years ago
|
Set komi to a better default. Komi handling must get generalized. |
|
More...
|
over 15 years ago
|
Test for the move.neighbor() method |
|
More...
|
over 15 years ago
|
Turn player into a type of its own |
|
More...
|
over 15 years ago
|
Define edge/corner by the number of neighbors |
|
More...
|
over 15 years ago
|
Use the new unit testing functions |
|
More...
|
over 15 years ago
|
Various changes to support gogui-twogtp. 'make battle' or simply './battle.sh' should run 100 games against gnu go... |
|
More...
|
over 15 years ago
|
Convert all failing unit tests to use the new testing template |
|
More...
|
over 15 years ago
|
Misc. comment changes |
|
More...
|
over 15 years ago
|
Save but don't copy contents of the cells |
|
More...
|
over 15 years ago
|
Rename board.n to board.moves_played and fixed movesLeft when swap was |
|
More...
|
over 15 years ago
|
Rename spots to cells |
|
More...
|
over 15 years ago
|
Don't copy the spots array when saving the board snapshot |
|
More...
|
over 15 years ago
|
Implementation of board.clear |
|
More...
|
over 15 years ago
|
Remove unnecessary static constructor |
|
More...
|
over 15 years ago
|
Trying to avoid a thread local boardsize variable |
|
More...
|
over 15 years ago
|
Renamed colour to color |
|
More...
|
over 15 years ago
|
A first try at a unit testing framework |
|
More...
|
over 15 years ago
|
Fixed failing unit test and always set boardsize |
|
More...
|
over 15 years ago
|
Board save/restore functionality |
|
More...
|
over 15 years ago
|
Unit tests for future (Havannah) functionality |
|
More...
|
over 15 years ago
|
Use getters for the player and vertex fields of the move |
|
More...
|
over 15 years ago
|
Split havannah code up into several files. |
|
More...
|
over 15 years ago
|
Merged Havannah branch back into trunk. Even though it's not fully functional yet it doesn't need an own branch as it doesn't (or should not) interfere with the other executables. |
|
More...
|
over 15 years ago
|
Search enhancements: infinite loop avoidance and resign logic |
|
More...
|
over 15 years ago
|
RAVE that actually works again... |
|
More...
|
over 15 years ago
|
Removed the complex "houseGaussianRave" |
|
More...
|
over 15 years ago
|
Created two 'house rave' variants. The new one based off the math of beta distributions is simpler. This code for the new metric is not profiled/optimized, so the code still looks clean. For now, this new metric will be the default used in rave-based searches. |
|
More...
|
over 15 years ago
|
Fixed valgrind issues that pop up during unit tests |
|
More...
|
almost 16 years ago
|