Buzz

From Chessprogramming wiki
Jump to: navigation, search

Home * Engines * Buzz

Buzz playing Twister [1]

Buzz,
a Chess Engine Communication Protocol compliant chess engine written by Pradu Kannan in C++. An early version is available as open source engine under the GPL [2], intended to be an example program for new chess programmers.

Buzz is a bitboard engine and applies Pradu Kannan's main stream implementation of Magic Bitboards with individual table sizes for each square, later dubbed Fancy Magic Bitboards, the generator is available as open source from the Buzz site. Buzz got a 2.2 x speedup from 32-bits to 64-bits on Core2 [3]. It uses a kind of principal variation search, dubbed Node-Type Search (NTS), explicitly considering node types [4], and utilizes multiple threads for a parallel search. In collaboration with Andres Valverde and Fonzy Bluemers, Buzz' search was incorporated into the team effort Dirty.

Tournaments

Photos & Games

ACCA2008.JPG

ACCA 2008: Bob Hyatt, Charles Roberson, Pradu Kannan, Brian Richardson and Ted Summers [5]
Buzz - Tinker [6]

[Event "ACCA 2008"]
[Site "Internet Chess Club"]
[Date "2008.11.09"]
[Round "5"]
[White "Buzz"]
[Black "Tinker"]
[Result "1-0"]

1.e4 c5 2.Nf3 d6 3.Bb5+ Bd7 4.Bxd7+ Qxd7 5.O-O Nc6 6.c3 Nf6 7.d4 cxd4 
8.cxd4 Nxe4 9.d5 Nd8 10.Re1 f5 11.Nc3 Nxc3 12.bxc3 Rc8 13.Qd4 Kf7 
14.Qxa7 Rxc3 15.Qd4 Rc7 16.Be3 Rc8 17.Rac1 Kg8 18.Rxc8 Qxc8 19.Qa4 Nf7 
20.Rc1 Qd8 21.Nd4 Ne5 22.Ne6 Qb8 23.Rc7 Ng6 24.Bd4 h6 25.Qd7 Qa8 26.Nxf8
1-0

See also

Forum Posts

External Links

References