Chess engine: Chesslib 0.0.3 Dev.1c05597 JA
Chesslib - UCI Chess Engine (java).
A basic UCI engine based on the bhlangonijr/chesslib move generator, and the games-core alpha beta search algorithm implementation. It uses the evaluation functions, the remaining move oracle and some other things from the chess-utils library.
Author: Jean-Marc Astesana
v.0.0.2:
Sometimes, when the time was up, the go command would never respond (internally ChesslibDeepeningPolicy.isEnoughtToDeepen would return true instead of false when the maximum time was reached).
OwnBook was read at startup. This behaviour does not comply with UCI specification.
Compiled from Java to native executables - Jim Ablett:
Comments
Post a Comment