Minic

From Chessprogramming wiki
Revision as of 10:14, 26 August 2020 by Phhnguyen (talk | contribs) (References)
Jump to: navigation, search

Home * Engines * Minic

Minic,
a Chess Engine Communication Protocol compliant open source chess engine by Vivien Clauzon, squashed inside a single C++ source file [1] licensed under the GPL v3.0. As a weekend project, it started as 2000 lines of code mailbox approach using PVS with TT, NMP, LMP and eval based on psts, and evolved to a bitboard engine using HQ, lazy SMP, and Texel tuning to optimize its tapered eval [2].

See also

Forum Posts

External Links

References