Chess engine: TDFA 1.1
TiltedDFA (TDFA) - UCI chess engine
Author: I am very proud to announce the first release of TDFA, which is the first known engine to implement the "Titboard" move generation technique.
This version uses a simple search and a simple evaluation. It conforms to the UCI protocol, however it only has limited support. It supports the basic commands to work with a chess GUI (go time time winc binc).
It has a fixed transposition table size of 64mB in the binary, though this can be changed by editing the table size constant and compiling locally.
v.1.1:
Change log:
-Resizeable hash table
-Uci commands are now case-insensitive
-Three-fold repetition is now detected
Comments
Post a Comment