ICGA トーナメント

コンピュータプログラム同士の大会: チェス、チェッカー、囲碁、将棋、バックギャモン、など。
enfrjazhesdept
ホーム / プログラム / Woodpusher

Woodpusher

チームメンバー

役割
John Hamlenengine programmer

参加回数

Versionトーナメント参加者得点試合数
Woodpusher 1997チェス, 2011, ティルブルフ90.08
チェス (Blitz), 2011, ティルブルフ60.0
WoodPusher 1997チェス, 2004, ラマット・ガン143.011
チェス, 1997, パリ345.011
チェス, 1996, ジャカルタ275.511
チェス, 1995, シャーティン241.05
チェス, 1992, マドリッド223.05
チェス, 1992, ロンドン73.07
チェス, 1991, バンクーバ152.57
チェス, 1990, ロンドン114.07
チェス, 1989, ロンドン90.58

Description

Description given in 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.