Tournois de l'ICGA

Tournois entre programmes: échecs, dames, go, backgammon, etc.
enfrjazhesdept
Accueil / Programmes / Capture

Capture

Auteurs

PersonneRôle
Sylvain Renardengine programmer

Participations

TournoiParticipantsScoreParties
Échecs, 1997, Paris343.511
Échecs (Blitz), 1997, Paris225.0

Description

Description donnée en 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.