Changes

Jump to: navigation, search

Ifrit

136 bytes added, 17:22, 15 November 2019
no edit summary
'''Ifrit''', (Ифрит)<br/>
an [[UCI]] compliant [[:Category:Open Source|open source chess engine]] by [[Andrey Brenkman]], written in [[Cpp|C++]], distributed under the [[Free Software Foundation#GPL|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 [https://en.wikipedia.org/wiki/Bitbucket Bitbucket] on June 14, 2012. Ifrit used several [[Board Representation|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|search]] does not perform [[Negamax]], but indirect [[Recursion|recursion]] with White as max-player and Black as min-player. Some routines, such as [[BitScan|bitscan]], are instantiated in multiple source files, bitboard constants are defined as decimals rather than more intuitive [https://en.wikipedia.org/wiki/Hexadecimal hexadecimal] for board pattern.
* [https://bitbucket.org/abrenkman/ifrit_chess_engine/src/default/ abrenkman / Ifrit_chess_engine / source / — Bitbucket]
* [http://kirr.homeunix.org/chess/engines/Jim%20Ablett/IFRIT/ Index of /chess/engines/Jim Ablett/IFRIT] by [[Jim Ablett]] hosted by [[Kirill Kryukov]]
* [http://julien.marcel.free.fr/macchess/Chess_on_Mac/Engines.html Mac Chess Engines Repository] hosted by [[Julien Marcel]]
* [http://www.computerchess.org.uk/ccrl/4040/cgi/compare_engines.cgi?family=Ifrit&print=Rating+list&print=Results+table&print=LOS+table&print=Ponder+hit+table&print=Eval+difference+table&print=Comopp+gamenum+table&print=Overlap+table&print=Score+with+common+opponents Ifrit] at [[CCRL|CCRL 40/40]]
==Misc==

Navigation menu