ICGA

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

Capture

团队成员

职位
Sylvain Renardengine programmer

参赛

参赛者得分对局
国际象棋, 1997, 巴黎343.511
国际象棋 (Blitz), 1997, 巴黎225.0

介绍

介绍来源于 1997:

CAPTURE is a "classical" chess program. It uses alpha-beta search (with a zero window) , check extensions, null-move, history heuristic at the root of the tree. The program uses hash tables (tested with 64 Mb of RAM but should work with more!). The move generator does not use bit boards. The main chess knowledge of CAPTURE: pawn structures, development and mobility of pieces, piece placement, some endgame knowledge (essentially pawn endgames and mating routines). The value of pieces depends slightly on the number of pawns on the chessboard. The evaluation function is "made by hand" and modified according to positional tests.