Delphil

From Chessprogramming wiki
Revision as of 20:07, 31 March 2020 by GerdIsenberg (talk | contribs) (Created page with "'''Home * Engines * Delphil''' '''Delphil''', an UCI compliant chess engine by Philippe Fabiani, written in Pascal using Delphi 7 <re...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Home * Engines * Delphil

Delphil, an UCI compliant chess engine by Philippe Fabiani, written in Pascal using Delphi 7 [1], first released in April 2004. Delphil started its life as Delphi port of Tom Kerrigan's TSCP, and in 2009, Delphil still owned about 80% of TSCP's code base with move generation and search almost identical. Most changes were done in evaluation, further a tranposition table, various extensions and null move pruning were added [2]. Delphil 3.2, released on September 28, 2014, applies a parallel search with up to 32 processors simultaneously, and is able to probe Nalimov Tablebases [3] .

See also

Forum Posts

2005 ...

2010 ...

2015 ...

External Links

References

Up one Level