Turniere zwischen computer programme: Schach, Draughts, Checkers, Go, Backgammon, und mehr
Woodpusher
Team Mitglieder
Teilnehmungen
Version | Turnier | Teilnehmer | Punktestand | Spiele |
---|
Woodpusher 1997 | Schach, 2011, Tilburg | 9 | 0.0 | 8
|
| Schach (Blitz), 2011, Tilburg | 6 | 0.0 |
|
WoodPusher 1997 | Schach, 2004, Ramat-Gan | 14 | 3.0 | 11
|
| Schach, 1997, Paris | 34 | 5.0 | 11
|
| Schach, 1996, Jakarta | 27 | 5.5 | 11
|
| Schach, 1995, Shatin | 24 | 1.0 | 5
|
| Schach, 1992, Madrid | 22 | 3.0 | 5
|
| Schach, 1992, London | 7 | 3.0 | 7
|
| Schach, 1991, Vancouver | 15 | 2.5 | 7
|
| Schach, 1990, London | 11 | 4.0 | 7
|
| Schach, 1989, London | 9 | 0.5 | 8
|
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.