2
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Jun 04, 2024 — Jun 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update to use latest libego (commit b34c7452c465d703111aff679bf414ef21ec246e) which solved several small issues. Look how nice the #includes in adapter.cpp are now :) More... about 16 years ago
Correct git clone command
Urban Hafner
as urbanhafner
More... about 16 years ago
Small fix for libego version More... about 16 years ago
Updated README More... about 16 years ago
Now using the correct repository for libego More... about 16 years ago
Simpler, less buggy search. Also a bit closer to a search testing framework. More... about 16 years ago
Fixed several incorrect uses of libego More... over 16 years ago
* Added "puppet" game definition for easy unit testing of search algorithms More... over 16 years ago
Lots of stuff: More... over 16 years ago
Support for additional gtp commands, including time management More... over 16 years ago
UCT implementation and cleanup that makes implementing any given search algorithm rather simple. Lots more work to be done, but this is functional enough to toy with. More... over 16 years ago
Lots of refactoring of search code to make adding new searches easy More... over 16 years ago
A few cleanups such as command line argument parsing and removing the need for clear_board before sending genmove commands. More... over 16 years ago
Fixed two move generation bugs More... over 16 years ago
Attempted fix of Atomic module. More ambiguous operands may, but increment and decrement should work. More... over 16 years ago
Oops, forgot to remove debug info More... over 16 years ago
Updated svn:ignore to not show hidden files (such as those used by eclipse/descent) More... over 16 years ago
Correct toString for moves More... over 16 years ago
Should have been removed earlier More... over 16 years ago
Much closer to a functional pure monte carlo implementation. Moves such as "F:" or "D11" are definitely bugs that I need More... over 16 years ago
Added play command to search but did not complete genmove yet. More... over 16 years ago
Two bug fixes (most notable: no segfaults) More... over 16 years ago
Move ordering is now required to provide legal moves More... over 16 years ago
Current status of lockless implementation. I'm going to set this stuff down for now. More... over 16 years ago
The start of a lockless multithreaded implementation for pure MC. UCT is next once this actually works. More... over 16 years ago
Alternate wrapper around libego. moveOrdering is now more D-like. More... over 16 years ago
Fixed a few bugs and made debugger friendly. Progress can't continue with extern(C++) stuff until a dmd2 bug More... over 16 years ago
Compile, link, and partially run with libego. Has at least one unit test failure. More... over 16 years ago
Extremely bare bones start to HouseBot 0.8 More... over 16 years ago
Recreating housebot trunk folder (after last one was moved to a branch) More... over 16 years ago