Changes

Jump to: navigation, search

Bitboards

1 byte removed, 02:32, 21 February 2021
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 targets of a given Knight. Those functions are called in high frequency when generating moves and evaluating
* [[Flipping Mirroring and Rotating]]

Navigation menu