Freyr

Home * Engines * Freyr

[ Freyr and Gullinbursti [1] Freyr,

a WinBoard compliant open source chess engine by Andrei Fortuna, written in C++, intended as a test ground for various chess algorithms, first released in February 2000.

Description

Freyr is a bitboard engine and uses rotated bitboards to determine sliding piece attacks. The search is PVS [2] with null move pruning inside an aspiration window iterative deepening framework with transposition table, using several move ordering heuristics, such as killer, history and countermove, as well as SEE to order captures. Lazy evaluation considers incremental updated material- and piece-square table scores and cached pawn structure stuff. Evaluation further includes king safety and passed pawns as most dominant terms [3].

See also

Forum Posts

Chess Engine

Misc

References

  1. Freyr by Johannes Gehrts. The god Freyr stands with his sword and the boar Gullinbursti. Source: Felix Dahn, Therese Dahn (1901). Walhall: Germanische Götter- und Heldensagen. Für Alt und Jung am deutschen Herd. Breitkopf & Härtel, Sword of Freyr from Wikipedia
  2. A Question on simple Alpha-Beta versus PVS/Negascout by Andrei Fortuna, CCC, March 21, 2000
  3. Planet Source Code™ | Freyr - A Chess Playing Program by Andrei Fortuna

Up one level