Faile

From Chessprogramming wiki
Revision as of 16:49, 17 June 2018 by GerdIsenberg (talk | contribs) (Created page with "'''Home * Engines * Faile''' FILE:Faile It Happens Everyday.jpg|border|right|thumb| It Happens Everyday <ref>[https://en.wikipedia.org/wiki/FAILE_(artist_...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Home * Engines * Faile

Faile,
a Chess Engine Communication Protocol compatible open source chess program under the MIT License by Adrien M. Regimbald, written in C and last updated as version 1.4.4 in 2001. It is a good example of didactic programming, containing features similar to that of Gerbil, coded in a way much more digestible for beginners. Faile is the name of a character from the popular Wheel of Time series by Robert Jordan. Adrien wanted to use a different name from the series, but it was taken, and he eventually settled on Faile [2].

Description

Faile uses a 12x12 mailbox board representation plus piece lists, negamax alpha-beta with transposition table, killer- and history heuristic, captures ordered by material gain, check extensions, null move pruning with mate threat extensions, and quiescence search inside an iterative deepening framework. Evaluation considers material, piece-square tables, pawn structure, and some rook and king safety terms.

See also

Publications

Forum Posts

External Links

Chess Engine

Misc

References

Up one Level