Changed description of time usage estimate in 19x19 games |
|
More...
|
almost 17 years ago
|
Replaced sqrt with a less accurate, but faster version from wikipedia. 5.5% speedup. |
|
More...
|
almost 17 years ago
|
More struct usage for 2% speedup |
|
More...
|
almost 17 years ago
|
Changed to small struct for board positions. 7% speed up. |
|
More...
|
almost 17 years ago
|
Merged sgf_rewrite branch into trunk |
|
More...
|
almost 17 years ago
|
Templated interfaces and used types directly. 27% speed up :) |
|
More...
|
almost 17 years ago
|
Removed all use of color and replaced with player id |
|
More...
|
almost 17 years ago
|
Enhanced how profiling is done |
|
More...
|
almost 17 years ago
|
Added target ./housebot-0.7-fast which uses better gdc options and doubles the speed to about 4.8k playouts per second. It has unit tests disabled since they fail from in contracts being excluded from the executable. |
|
More...
|
almost 17 years ago
|
Systematic categorization and elimination of memory allocations. The reduced load on the garbage collector resulted in a 70% speedup! |
|
More...
|
almost 17 years ago
|
Attempt at fixing 64 bit compatibility |
|
More...
|
almost 17 years ago
|
mild speedup in board copy |
|
More...
|
almost 17 years ago
|
fixed small typo |
|
More...
|
almost 17 years ago
|
Updated makefiles a bit - more in base, more use of variables like FLAGS |
|
More...
|
almost 17 years ago
|
Added fixed size transposition table option. |
|
More...
|
almost 17 years ago
|
Smarter (but not faster?) scoring - only scan the empty points on the board. |
|
More...
|
almost 17 years ago
|
Emulated style of libego for core liberty/chain logic. Approx 12% speed gain. |
|
More...
|
almost 17 years ago
|
Added MonteCarlo test suite by Yamato (see the thread starting at |
|
More...
|
almost 17 years ago
|
Cleaner GTP unit tests |
|
More...
|
almost 17 years ago
|
Removed debug statement |
|
More...
|
almost 17 years ago
|
Regex fixes |
|
More...
|
almost 17 years ago
|
Fixes bug 1976925 - loadsgf command can now accept no arguments |
|
More...
|
about 17 years ago
|
Cast needed for compilation to succeed with DMD. |
|
More...
|
about 17 years ago
|
Fix of bug 1976116 |
|
More...
|
about 17 years ago
|
Fixes bug 1976115 - Comment support in GTP |
|
More...
|
about 17 years ago
|
Fixes bug #1975152 - HouseBot will now wait for command registrations before processing console input |
|
More...
|
about 17 years ago
|
Update to the distclean target to remove files from doc/coverage. |
|
More...
|
about 17 years ago
|
Move all generated *.lst files into doc/coverage while preserving the |
|
More...
|
about 17 years ago
|
Ignore all files and subfolders in this folder. |
|
More...
|
about 17 years ago
|
Fixed default case in switch - Unrecognized enum values is *always* an |
|
More...
|
about 17 years ago
|