Changes

Jump to: navigation, search

Bitboards

250 bytes removed, 20:46, 25 February 2021
no edit summary
==General Bitboard Techniques==
The fundamental bitboard basics.
* [[General Setwise Operations]]: operations, functions to manipulate bitboards such as set, clear bits in specific indexes, compare them...* [[Population Count]]: count all bit 1s, answer some questions such as how many pieces the Black side has* [[BitScan]]: find index of a bit 1 (usually the most left or most right), answer questions such as where a Rook is or where the target squares of a given Knight are. Those functions are called in high frequency when generating moves and evaluating
* [[Flipping Mirroring and Rotating]]
* [[Fill Algorithms]]
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=76083 Bitboard board representation] by [[Elias Nilsson]], [[CCC]], December 17, 2020
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=76548 Thought bitboards was faster :-)] by [[Daniel Anulliero]], [[CCC]], February 10, 2021
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=76690 Are Bitboards More Intoxicating Than They Are Good?] by [[Michael Sherwin|Mike Sherwin]], [[CCC]], February 24, 2021
=Viewer & Calculator=

Navigation menu