Skip to content

Releases: mikeleany/tinman

Tinman v0.4.0

28 Jun 20:43

Choose a tag to compare

Added null-move pruning, which gives a significant improvement.
Added material draws (and drawish material) to evaluation.

Tinman v0.3.0

07 Jun 15:42
b27791b

Choose a tag to compare

Changed to a principle variation search, which gives a small, but measurable improvement.

Note that I do not use Windows, so I have not tested the Windows executable.

Tinman v0.2.0

15 Feb 21:17
f338413

Choose a tag to compare

Added transposition table.
Added support for the following xboard commands: memory, sd.

Note that I do not use Windows, so I have not tested the Windows executable.

Another bug fix

09 Feb 14:55
11f5f5d

Choose a tag to compare

Fixes queen-side castling and other move parsing issues (#12, #13, and #15).

Bug fix

29 Jan 15:16
d23703b

Choose a tag to compare

Fixes #8: Engine does not respond to client while thinking.
Fixes #9: Stops pondering too early or too late.

A working engine

26 Jan 16:05
117fd0e

Choose a tag to compare

Engine has very basic functionality.