Chess engine: Mida 1.1
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.1:
* 10% increment in computed nodes per second.
* New evaluation function (not in its parameters, but much more readable and easily changable).
* Space evaluation and king on open flank.
Comments
Post a Comment