2
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
May 30, 2024 — May 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
Urban Hafner
as urbanhafner
More... over 15 years ago
Turn player into a type of its own
Urban Hafner
as urbanhafner
More... over 15 years ago
Define edge/corner by the number of neighbors
Urban Hafner
as urbanhafner
More... over 15 years ago
Use the new unit testing functions
Urban Hafner
as urbanhafner
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
Urban Hafner
as urbanhafner
More... over 15 years ago
Misc. comment changes
Urban Hafner
as urbanhafner
More... over 15 years ago
Save but don't copy contents of the cells
Urban Hafner
as urbanhafner
More... over 15 years ago
Rename board.n to board.moves_played and fixed movesLeft when swap was
Urban Hafner
as urbanhafner
More... over 15 years ago
Rename spots to cells
Urban Hafner
as urbanhafner
More... over 15 years ago
Don't copy the spots array when saving the board snapshot
Urban Hafner
as urbanhafner
More... over 15 years ago
Implementation of board.clear
Urban Hafner
as urbanhafner
More... over 15 years ago
Remove unnecessary static constructor
Urban Hafner
as urbanhafner
More... over 15 years ago
Trying to avoid a thread local boardsize variable
Urban Hafner
as urbanhafner
More... over 15 years ago
Renamed colour to color
Urban Hafner
as urbanhafner
More... over 15 years ago
A first try at a unit testing framework
Urban Hafner
as urbanhafner
More... over 15 years ago
Fixed failing unit test and always set boardsize
Urban Hafner
as urbanhafner
More... over 15 years ago
Board save/restore functionality
Urban Hafner
as urbanhafner
More... over 15 years ago
Unit tests for future (Havannah) functionality
Urban Hafner
as urbanhafner
More... over 15 years ago
Use getters for the player and vertex fields of the move
Urban Hafner
as urbanhafner
More... over 15 years ago
Split havannah code up into several files.
Urban Hafner
as urbanhafner
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.
Urban Hafner
as urbanhafner
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