chess:programming:move_generation
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
chess:programming:move_generation [2021/10/28 00:07] – created peter | chess:programming:move_generation [2021/11/15 16:18] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Chess - Programming - Move Generation ====== | ====== Chess - Programming - Move Generation ====== | ||
- | < | + | < |
- | // Move bits | + | // bit | 63| 62| 61| 60| 59| 58| 57| 56| 55| 54| 53| 52| 51| 50| 49| 48| 47| 46| 45| 44| 43| 42| 41| 40| 39| 38| 37| 36| 35| 34| 33| 32| 31| 30| 29| 28| 27| 26| 25| 24| 23| 22| 21| 20| 19| 18| 17| 16| 15| 14| 13| 12| 11| 10| 9| 8| 7| 6| 5| 4| 3| 2| 1| 0| |
- | // Higher priority moves have higher ulong value. | + | // |UGM|VGM|GM |UBM|VBM|BM | |Bm |Nm |Rm |Hm |PV |Km |F |S |
- | // 6 6 6 6 5 5 5 5 5 5 5 5 5 5 4 4 4 4 4 4 4 4 4 4 3 3 3 3 3 3 3 3 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 | + | |
- | // 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 | + | // bit 0- 5 : To : Destination square (from 0 to 63). |
- | // B|CapV |CapA |Promo |Kil|History | + | // bit |
- | // B = Best Move | + | // bit |
- | // CapV = Capture Victim | + | // bit |
- | // CapA = Capture Attacker | + | // bit |
- | // Promo = Promoted Piece | + | // bit |
- | // Kil = Killer | + | // bit |
- | // C = | + | // Bit |
- | // K = | + | // Bit |
- | // E = | + | // Bit |
- | // D = | + | // Bit |
- | // P = Pawn Move | + | // Bit |
- | // Q = | + | // Bit |
- | // From = From (needs one extra bit for illegal square) | + | // Bit |
- | // To = To (needs one extra bit for illegal square) | + | // Bit |
+ | // Bit | ||
+ | // Bit | ||
+ | // Bit | ||
+ | // Bit | ||
+ | // Bit | ||
+ | // Bit | ||
+ | // Bit | ||
+ | // Bit | ||
+ | // Bit | ||
+ | // Bit | ||
+ | // Bit | ||
+ | // Bit | ||
+ | // Bit | ||
+ | // Bit | ||
+ | // Bit | ||
+ | // Bit | ||
+ | // Bit | ||
+ | // Bit | ||
+ | // Bit | ||
+ | // Bit | ||
+ | // Bit | ||
+ | // Bit | ||
+ | // Bit | ||
+ | |||
+ | // Bit | ||
+ | // Bit | ||
+ | // Bit | ||
+ | // Bit | ||
+ | // Bit | ||
+ | // Bit | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
chess/programming/move_generation.1635379659.txt.gz · Last modified: 2021/10/28 00:07 by peter