Difference between revisions of "Freyr"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Engines * Freyr''' [[FILE:Freyr by Johannes Gehrts.jpg|border|right|thumb| [https://en.wikipedia.org/wiki/Freyr Freyr] and [https://en.wikipedia.o...")
 
 
Line 24: Line 24:
 
=External Links=
 
=External Links=
 
==Chess Engine==
 
==Chess Engine==
* [http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=3333&lngWId=3 Planet Source Code™ | Freyr - A Chess Playing Program] by [[Andrei Fortuna]]
+
* [https://web.archive.org/web/20180713142619/http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=3333&lngWId=3 Freyr - A Chess Playing Program] ([https://en.wikipedia.org/wiki/Wayback_Machine Wayback Machine])
 +
* [http://www.computer-chess.org/doku.php?id=computer_chess:wiki:download:engine_download_list Engine Download List] from [[Ron Murawski|Ron Murawski's]] [http://computer-chess.org/doku.php?id=home Computer-Chess Wiki]
 
* [http://kirr.homeunix.org/chess/engines/Jim%20Ablett/FREYR/ Index of /chess/engines/Jim Ablett/FREYR] compiled by [[Jim Ablett]], hosted by [[Kirill Kryukov]]
 
* [http://kirr.homeunix.org/chess/engines/Jim%20Ablett/FREYR/ Index of /chess/engines/Jim Ablett/FREYR] compiled by [[Jim Ablett]], hosted by [[Kirill Kryukov]]
* [http://www.computerchess.org.uk/ccrl/404/cgi/engine_details.cgi?match_length=30&print=Details&each_game=1&eng=Freyr%201.068%2064-bit Freyr 1.068 64-bit] in [[CCRL|CCRL 40/4]]
+
* [http://www.computerchess.org.uk/ccrl/404/cgi/engine_details.cgi?match_length=30&print=Details&each_game=1&eng=Freyr%201.068%2064-bit Freyr 1.068 64-bit] in [[CCRL|CCRL Blitz]]
 
==Misc==
 
==Misc==
 
* [https://en.wikipedia.org/wiki/Freyr Freyr from Wikipedia]
 
* [https://en.wikipedia.org/wiki/Freyr Freyr from Wikipedia]
Line 39: Line 40:
 
[[Category:Open Source]]
 
[[Category:Open Source]]
 
[[Category:WinBoard]]
 
[[Category:WinBoard]]
 +
[[Category:Windows]]
 +
[[Category:PC]]
 +
[[Category:X86]]
 +
[[Category:X64]]
 
[[Category:Mythology]]
 
[[Category:Mythology]]

Latest revision as of 22:39, 5 December 2021

Home * Engines * Freyr

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

External Links

Chess Engine

Misc

References

Up one level