Skip to content

Tags: sictransit/woodpusher

Tags

v1.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
optimizations (#44)

* null move pruning
* bumped version: 1.6.0
* code cleanup
* improved negascout
* optimized move ordering
* fixed FEN parsing issue
* penalty for doubled pawns
* test penalties for single rook, bishop, knight
* reintroducing passed pawn bonus
* penalty for isolated pawns
* updated README

v1.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
negascout (#43)

* NegaScout
* added test: Issue38_DoNotPlayF3E5
* removed obsolete evaluatedBestMove
* uci interface rewrite + fixed opening book (illegal move issue) (#40)
* pruned logs
* reverted to working Quiesce
* remove ply from best line
* implemented history heuristics
* implemented ponder
* inverted depth (#41)
* updated README

1.4.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
uci interface rewrite + fixed opening book (illegal move issue) (#40)

* fix opening book bug + rewrote uci ifc
* pruned logs

v1.4.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fixed negative time issue (#37)

* allow opponent to play on negative time
* bumped version

v1.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
new opening book with more options for each hash (#36)

* new opening books with more options for each hash
* fixed concurrency issue in UCI command handling, generating illegal moves
* bumped version

v1.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bug fixes (matein) + performance boost (#32)

* better piece evalulation
* removed obsolete test
* sending currmovenumber
* improved move ordering
* implemented hard problems test
* massive gain by sorting on checks
* fixed matein calculation
* bump version: 1.3.0
* update README

v1.2.1

bump version: 1.2.1

v1.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
uci option to toggle opening book usage

v1.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
speed and accuracy improvements

v1.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
major rewrite + bug fixes