Ifrit

From Chessprogramming wiki
Jump to: navigation, search

Home * Engines * Ifrit

An Ifrit named Arghan Div [1]

Ifrit, (Ифрит)
an UCI compliant open source chess engine by Andrey Brenkman, written in C++, distributed under the GNU General Public License, with executables built to run under Windows, Linux, Mac OS and Android, 64, and 32 bit. The development started in 2006, as suggested by the copyright notice inside the source files, the most recent version m1.8 published on Bitbucket on June 14, 2012. Ifrit used several board representations and implementations in four series, namely 0x88 in series "c" , Bitboards in "b", object oriented Bitboards in series "j", and finally, Magic Bitboards in series "m". The search does not perform Negamax, but indirect recursion with White as max-player and Black as min-player. Some routines, such as bitscan, are instantiated in multiple source files, bitboard constants are defined as decimals rather than more intuitive hexadecimal for board pattern.

Features

[2]

Move Generation

Search

Evaluation

See also

Forum Posts

External Links

Chess Engine

Misc

Ифрит — Википедия

References

  1. "An Ifrit named Arghan Div brings the chest of armor to Hamza", unknown artist, between 1562 and 1577, Brooklyn Museum, Wikimedia Commons, Ifrit from Wikipedia
  2. Based on Ifrit_m1_9_Beta_24_June_2012, abrenkman / Ifrit_chess_engine / source / — Bitbucket
  3. Bitscan forward by De Bruijn Multiplication with De Bruijn constant from CPW, 0x03F79D71B4CB0A89, used as decimal magic 285870213051386505, implementation (decimal conversion?) credited to Jim Ablett, routine by Charles Leiserson, Harald Prokop and Keith H. Randall, end of abrenkman / Ifrit_chess_engine / source / move_generation.cpp — Bitbucket, also instantiated elsewhere

Up one Level