Tournois de l'ICGA

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

Woodpusher

Auteurs

PersonneRôle
John Hamlenengine programmer

Participations

VersionTournoiParticipantsScoreParties
Woodpusher 1997Échecs, 2011, Tilburg90.08
Échecs (Blitz), 2011, Tilburg60.0
WoodPusher 1997Échecs, 2004, Ramat-Gan143.011
Échecs, 1997, Paris345.011
Échecs, 1996, Jakarta275.511
Échecs, 1995, Shatin241.05
Échecs, 1992, Madrid223.05
Échecs, 1992, London73.07
Échecs, 1991, Vancouver152.57
Échecs, 1990, London114.07
Échecs, 1989, London90.58

Description

Description donnée en 1995:

Woodpusher is a small chess program (< 64K) of conventional design. It uses an iterative deepening alpha-beta search with PVS and aspiration window enhancements. The first version of Woodpusher was born in 1989 as part of a university project looking into null-move search techniques. True to it's origins, this new version of the program still uses the null-move throughout the search to recognize threats and to forward prune branches of the search tree. A database of attacks from and to all the squares on the board is maintained by using CHESS 4.5's bit-board implementation. These data structures are used for both generating moves and making positional evaluations. Woodpusher's position evaluation is maintained almost entirely incrementally while making and un-making moves during the search, with very little work done at the terminal nodes. The evaluation is therefore necessarily simple, but does include true measures of mobility rather than relying on piece-square evaluations.