ICGA

电脑棋类程序竞赛:国际象棋,围棋,以及其它
enfrjazhesdept
首页 / 程序 / micro-Max

micro-Max

团队成员

职位
Harm Geert Muellerengine programmer

参赛

参赛者得分对局
国际象棋, 2007, 阿姆斯特丹120.011
国际象棋 (Blitz), 2007, 阿姆斯特丹80.07

介绍

介绍来源于 2007:

micro-Max is, as far as I know, the smallest Chess program in the world. It consists of only about 100 lines of C code, less than 2,000 characters in total. The design criterion of micro-Max was not so much to write an engine of minimum size, but one that had the best strength vs size ratio. It is the only engine in existence that has more ELO points than its source code has characters. It does not use an opening book or tablebases, but its search does implement internal iterative deepening, a hash table, futility and null-move pruning, late-move reductions and a check extension.

链接

http://home.hccnet.nl/h.g.muller/max-src2.html