chess:programming:endgame_table-bases:encoding
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
chess:programming:endgame_table-bases:encoding [2022/01/11 16:11] – peter | chess:programming:endgame_table-bases:encoding [2022/01/11 16:18] (current) – peter | ||
---|---|---|---|
Line 59: | Line 59: | ||
* For example KRRvK. | * For example KRRvK. | ||
* We do not want to have one index value for R1 on a1, R2 on b1 and another index value for R1 on b1, R2 on a1. | * We do not want to have one index value for R1 on a1, R2 on b1 and another index value for R1 on b1, R2 on a1. | ||
- | * What we do is place the two Rs **together**. | + | * We can place two Rs " |
- | * If we have 62 squares left, we can place two Rs " | + | * If we have 3 Rs, it is 62*61*60/6 ways. |
- | * If we have 3 Rs, it is 62*63*64/6 ways. | + | * If we have 4 Rs, it is 62*61*60*59/24 ways." |
- | * If we have 4 Rs, it is 62*63*64*65/24 ways. | + | |
</ | </ | ||
Line 181: | Line 180: | ||
http:// | http:// | ||
+ | |||
+ | http:// |
chess/programming/endgame_table-bases/encoding.1641917505.txt.gz · Last modified: 2022/01/11 16:11 by peter