2
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
May 30, 2024 — May 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes a bug where RAVE actions are attempted afer no simulations were performed. I'm speculating that this is the cause of the crashes in r681 on CGOS. More... over 17 years ago
Added zorbist hashing More... over 17 years ago
Ugly hack to add AMAF to IHR. Also fixed a few IHR bugs. More... over 17 years ago
Added 7/8, first player to play on a spot filtering to AMAF in UCT RAVE More... over 17 years ago
Changed code to reuse older search trees when possible. More... over 17 years ago
Fixed another AMAF integer division bug (this time in UCT RAVE) More... over 17 years ago
Removed rare endgame situation with divide by zero. Rather than add special handling for the case, I eliminated the cause More... over 17 years ago
Added UCT RAVE More... over 17 years ago
Fixed time management bug (and removed debug=sleep from ipc.d) More... over 17 years ago
Small UCT parameter changes based More... over 17 years ago
* Changed thinkLimit from # of moves to # of playouts More... over 17 years ago
Updated scoring (and debugging of scoring) More... over 17 years ago
Removed bug where simulation results were lost More... over 17 years ago
Class intended to allow immediate reactions when search agents run out of things to think about. (such as responding to genmove) More... over 17 years ago
Added interface for and initial use of a random game player More... over 17 years ago
Added a few more UCT variants based on mogo paper More... over 17 years ago
Added UCB1-Tuned version of UCT. I'm unsure of the original source, but I do see it quoted as 'Auer and Al.' in INRIA N6062 More... over 17 years ago
A first cut at 1ply IHR More... over 17 years ago
A smaller threshold seems to give better performance... More... over 17 years ago
Changes based on profiling More... over 17 years ago
Added gdc makefile, complete with a profile option. Fixed gdmd makefile typo More... over 17 years ago
Added lots of unit tests and fixed eye point checking More... over 17 years ago
Added loadsgf support More... over 17 years ago
A functional UCT implementation More... over 17 years ago
Completing the pair... a file to add after a file to delete. More... over 17 years ago
Forgot to remove this file in the last commit More... over 17 years ago
Two changes: More... over 17 years ago
Canadian time control More... over 17 years ago
Added byo yomi time support More... over 17 years ago
Fixed array indexing error in 1plyUCT More... over 17 years ago