Initial steps for re-enabling super ko support and/or set up for adding transposition tables. |
|
More...
|
over 18 years ago
|
Read name of the config file from the command line and exit if the file can't be read. |
|
More...
|
over 18 years ago
|
* trivial syntax change so that the MSVC compiler does not complain. |
|
More...
|
over 18 years ago
|
Fixed life_status ONE_EYE. |
|
More...
|
over 18 years ago
|
Fixed bug that resulted in regions not being updated after a capture. |
|
More...
|
over 18 years ago
|
Minor change to remove compiler warnings (no newline at end of file) |
|
More...
|
over 18 years ago
|
* Added support for detecting life under alternating play as specified in Section 4.3 of Mueller: "Playing it Safe: Recognizing Secure Territories in Computer Go by Using Static Rules and Search". |
|
More...
|
over 18 years ago
|
Removed SmartString:: in function definitions (already inside SmartString class definition) |
|
More...
|
over 18 years ago
|
Changed next_move() to handle the place_stone calls as in the other test classes. |
|
More...
|
over 18 years ago
|
Tests for static_ld that have to pass once the static recognition of life under alternating play (as in the Mueller paper) has been implemented. |
|
More...
|
over 18 years ago
|
Combine the enum values ONE_REAL_EYE and ONE_FALSE_EYE into ONE_EYE. |
|
More...
|
over 18 years ago
|
Renamed brain::benson to brain::static_ld. |
|
More...
|
over 18 years ago
|
Added debug messages. |
|
More...
|
over 18 years ago
|
Added another test. |
|
More...
|
over 18 years ago
|
Fixed bug in a test that made it fail even though the code tested was actually correct. |
|
More...
|
over 18 years ago
|
Wrong assignment of life_status DEAD (fixes one Benson bug). |
|
More...
|
over 18 years ago
|
Converted the Benson brain to use the Regions brain (though no bugs fixed yet). |
|
More...
|
over 18 years ago
|
* fix - missed a line in the last commit. |
|
More...
|
over 18 years ago
|
* comment out all the unused code after the return statement. Otherwise, Microsoft's linker get confused and crashes during the build. |
|
More...
|
over 18 years ago
|
Test to ensure that splitting regions works. |
|
More...
|
over 18 years ago
|
* Create Regions brain and tests for it. |
|
More...
|
over 18 years ago
|
Fixed "make run". |
|
More...
|
over 18 years ago
|
Delete old unused Makefile. |
|
More...
|
over 18 years ago
|
Added basic support for Boost Build v2 (bjam --v2) |
|
More...
|
over 18 years ago
|
Added a gcc-specific speedup. You'll have to change the #if 0 to test it. This change helped, but not nearly enough. |
|
More...
|
over 18 years ago
|
Support for boost build (bjam) version 1. |
|
More...
|
over 18 years ago
|
Move the assignment of a brains call_id out of the individual brains and into the register_brains() function. |
|
More...
|
over 18 years ago
|
Two unit tests for newly found benson bugs. |
|
More...
|
over 18 years ago
|
Alternate version of the Logo in correct size for KGS. |
|
More...
|
over 18 years ago
|
Fixed Benson bug covered by benson_test::test_two_living_groups_sharing_third. |
|
More...
|
over 18 years ago
|