New version chess engine: Aramis 1.4.0
Aramis is a uci-compliant chess engine that does not have its own GUI. This project has been largely inspired by my previously built python chess engine which I estimate to play around 1400 - 1500 ELO.
Because of the performance improvement brought by the C++ compiler, this engine has already surpassed its predecessor and will be soon sent to CCRL to test its performance against other engines.
Author: Federico Saitta
v.1.4:
V1.4.0 of Aramis which is about 100 ELO stronger than the previous release.
This new version includes some bugfixes, SPSA tuning of search parameters, improvements to move ordering and history heuristic. Addition of TT reading and writing in quiesce and the use of SEE to prune in quiesce, in PVS and to order captures (good/bad). For now this project will be shelved due to the lack of computing power and time on my part.
Comments
Post a Comment