Nullmover - peregrineshahin/ChessProgrammingWiki GitHub Wiki


title: Nullmover

Home * Engines * Nullmover

Nullmover,

a private [1], WinBoard compliant chess engine written in C/C++. The development started in 2001 by primary author Michel Langeveld and since 2003 supported by co-author Jos Timmer, who helped with implementing tablebases, attacktables and pondering [2]. Nullmover played the ICT 2003 and DOCCC 2003 over the board, and four CCT Tournaments from 2002 until 2005.

Description

Nullmover performs PVS alpha-beta along with transposition table and null move pruning inside an iterative deepening framework with aspiration windows. Captures are ordered by MVV-LVA, quiet moves by dedicated piece-square tables. It has separate evaluation for opening, middlegame, and endgame, and caches pawn structure informations.

Forum Posts

External Links

References

  1. Private Engine List from Ron Murawski's Computer-Chess Wiki
  2. Nullmover chessprogram
  3. Photos from the old CSVN site

Up one Level