0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add "killer heuristic" (see Wikipedia) - searches are now 2-4 levels deeper More... about 14 years ago
use chaser instead of wallhugger on tests More... about 14 years ago
permute moves to act symmetrically as player 1/2 when the eval function is tied More... about 14 years ago
use sum of degree of nodes, rather than their count, to determine "value" of an open area More... about 14 years ago
If the timeout occurs, throw out current search depth. More... about 14 years ago
the timeout criterion for alphabeta was totally wrong. dunno what i was thinking. More... about 14 years ago
fix bug introduced in space-filler from last patch More... about 14 years ago
new submission: fixed tactical bug More... about 14 years ago
found major bug in connected components generator More... about 14 years ago
AHHA! dijkstra was leaking out 0,0. somehow. bug patched, but not elegantly fixed. More... about 14 years ago
blah... what is wrong?! More... about 14 years ago
okay, duh. the timeout shit didn't work at all. More... about 14 years ago
okay, i submitted it like this and it's currently working. More... about 14 years ago
move some dijkstra buffers into static allocations More... about 14 years ago
i had found the alpha-beta timeout bug, but didn't fix it correctly. OOPS! More... about 14 years ago
fixed significant bug in timeout-handling in alpha-beta pruning More... about 14 years ago
OK, here is submission #4, with iterative deepening alpha-beta search More... about 14 years ago
non-working alpha-beta search. yay. More... about 14 years ago
added some unused junk; this is my third submission More... about 14 years ago
added simple O(N) connected component finder More... about 14 years ago
okay, here's a basic stupid bot: it tries to go to nodes with degree 2 More... about 14 years ago
Import of starter package More... about 14 years ago