Bienchen UCI chess engine
Author: Manuel Schenske
Author: Manuel Schenske
A project for self education in modern C++
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License.
• tested with Arena on Linux and Windows
• tested with PyChess on Linux
• UCI Protokol
• Magic Bitboard Generator
• History & Killer Heuristic
• AlphaBetaPV Search
• fixed size Hashtable (256 MB @all)
• Opening Book - none
• EGTB - none
• Ponder - no
2do...
• Parameter tuning
• improve evaluation
• some code alignment
• Configuration @all
• EGTB ?
my sources...
• chessprogramming.org
• chessprogramming.net
• stockfishchess.org
• lczero.org
• playwitharena.de
• cppreference.com
• stackoverflow.com
• and a lot more...
Thank You!
Comments
Post a Comment