-
Obviously rand() function is not random.
It tries to be random, but it is not.
Our algorithm is pretty sensitive to the randomness of the random function. If there is some kind of pattern, then the …
-
Running time is an issue, obviously. Example below is not bad at all, but easy to try different techniques on before a longer running test.
Example (dev/18k/3209):
start (7x9): w=0, b=0, nw=10, nb=8…
-
When playing a player vs computer game, the board state gets screwed up. I do not know when or why this happens.
-
Implement incremental Zobrist hashing (Polyglot constants?) and add it to ChessBoard for later use in AI transposition tables, repetition detection and maybe opening books.
hacst updated
10 years ago
-
Little Go does not currently know about superko rules. Fuego was configured to not use superko rules (issue #171) so that Fuego and Little Go have agreement on the rules.
Little Go should be able to …