Chess engine: Mida 1.2
This project is a chess engine called "Mida" built entirely in C++. The engine is built to work with UCI (Universal Chess Interface), and you can easily find all the commands online.
The engine is at around 2200 ELO, since against VICE(another chess engine rated around 2000 ELO), it performed with 11 wins, 2 losses and 2 draws in 15 games with a 3+1 time control.
v1.2:
* Improved search function, with reverse futility pruning and a more aggressive null move pruning
* New attack evaluation, inspired by Loki engine
Comments
Post a Comment