2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 28, 2024 — May 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed bug in last commit - version variable was renamed to majorVersion More... about 17 years ago
Version is now based off of makefile base that includes major version number More... about 17 years ago
Upgrade to compile with Tango 0.99.4 More... over 17 years ago
Enabled -debug=gtp More... over 17 years ago
Fixed initialization problem and added extra debug info More... over 17 years ago
More time control fixes More... over 17 years ago
Updated timing control to (hopefully) avoid negative internal variance. This fix assumes it was numerical instability. More... over 17 years ago
More transposition table enhancements... More... over 17 years ago
Updated zorbist hashing to have positional and situational variants More... over 17 years ago
Enhanced SGF processing to handle passes More... over 17 years ago
Hopefully the last fix for UCB calculation and interpretation. Allowed moves with ucb==0 (can happen when nsims==0) to be accepted as a move candidate when no other moves are better. More... over 17 years ago
Further fix of sims=zero case... This time for nsimsRAVE More... over 17 years ago
More fixes with UCB calculations (boundary cases where nsims == 0, such as start of search) More... over 17 years ago
Should finally fix CGOS crashing. More investigation into how rave sims can be missing should be done. More... over 17 years ago
Moved ucb logic into its own function and added extra asserts. More... over 17 years ago
Yet another attempt to isolate 'apply unfinished rave sim' error. Put in more asserts to catch cases that I suspect may be at fault. More... over 17 years ago
Enhanced handling of end of game. The tree can't always grow late in the game. More... over 17 years ago
Small code cleanup aimed at really long sim games More... over 17 years ago
Added license text and basic README for the uninitiated More... over 17 years ago
Initial implementation of ELO calculations. More... over 17 years ago
More lax resign criteria for UCT - helpful on big boards More... over 17 years ago
Future home of move elo utility More... over 17 years ago
Added 'scope' to most local variables (not in unittests of go.d because of unexplained crashing) More... over 17 years ago
Start of housebot-0.7 More... over 17 years ago
Lengthened command queue to avoid overflow when replaying long games on KGS after undo in cleanup phase of tournaments More... over 17 years ago
Added PV search and additional code cleanup More... over 17 years ago
Added alphaBetaSearchSummary class, reducing (associative) arrays from 3 to 1. This makes the code easier to understand, less error prone, and potentially faster More... over 17 years ago
Initial implementation of alpha beta search. More... over 17 years ago
Added basic move pruning near start of game More... over 17 years ago
Added transposition tables to UCT More... over 17 years ago