Changes

Jump to: navigation, search

Bitboards

402 bytes added, 02:27, 21 February 2021
General Bitboard Techniques
==General Bitboard Techniques==
The fundamental bitboard basics.
* [[General Setwise Operations]]: operations, functions to manipulate bitboards such as set, clear bits in specific indexes, compare...* [[Population Count]]: count all bit 1, answer questions such as how many pieces the white 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 targets of a given Knight. Those functions are called in high frequency when generating moves and evaluating
* [[Flipping Mirroring and Rotating]]
* [[Fill Algorithms]]

Navigation menu