Difference between revisions of "Syed Fahad"

From Chessprogramming wiki
Jump to: navigation, search
 
Line 35: Line 35:
 
* [http://www.talkchess.com/forum/viewtopic.php?t=62686 Fast table-driven move generation] by [[Syed Fahad]], [[CCC]], January 01, 2017 » [[Table-driven Move Generation]]
 
* [http://www.talkchess.com/forum/viewtopic.php?t=62686 Fast table-driven move generation] by [[Syed Fahad]], [[CCC]], January 01, 2017 » [[Table-driven Move Generation]]
 
==2020==
 
==2020==
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=73830 M42 - C++ Library for Bitboard Attack Mask Generation] by [[Fahad Syed]], [[CCC]], May 04, 2020 <ref>[https://github.com/sinandredemption/M42 GitHub - sinandredemption/M42: C++ Library for Bitboard Attack Mask Generation]</ref>
+
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=73830 M42 - C++ Library for Bitboard Attack Mask Generation] by [[Syed Fahad]], [[CCC]], May 04, 2020 <ref>[https://github.com/sinandredemption/M42 GitHub - sinandredemption/M42: C++ Library for Bitboard Attack Mask Generation]</ref>
  
 
=External Links=
 
=External Links=

Latest revision as of 22:56, 7 May 2020

Home * People * Syed Fahad

Syed Fahad,
a computer chess programmer from Indian-administrated region of Kashmir, who began chess programming at age 13 [1]. He is author of chess engines Chesser [2] and Yaka [3]. Fascinated by bit-twiddling along with bitboards and in particular sliding piece attacks, he devised the subtraction based attack mask generation (SBAMG), and wrote the bitboard C++ library dubbed M42 [4] which offers magic bitboards, hyperbola quintessence, and SBAMG [5]. Further, Syed Fahad rediscovered the idea of table-driven move generation as implemented experimentally inside Yaka which turned out to be slower than magic bitboards [6].

Forum Posts

2014

2015 ...

2016

2017

2020

External Links

References

Up one level