ICGA

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

LambChop

团队成员

职位
Peter McKenzieengine programmer

参赛

参赛者得分对局
国际象棋, 1999, Paderborn304.07

介绍

介绍来源于 1999:

LambChop is a conventional chess program based around alpha beta searching and iterative deepening, plus the standard tricks such as hash tables, quiescence search, search extensions etc. LambChop can be grouped with those programs that use a combination of recursive nullmove pruning and full endpoint evaluation. Extensive use is made of square control and mobility throughout the program which contributes to an active playing style. The overall design philosophy is focused on the accurate processing of each node as opposed to emphasizing a high NPS rate.