chess:programming:database
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
chess:programming:database [2022/01/11 10:25] – peter | chess:programming:database [2022/01/11 10:50] (current) – peter | ||
---|---|---|---|
Line 6: | Line 6: | ||
|Move From|6|A1=0, | |Move From|6|A1=0, | ||
|Move To|6|A1=0, H1=7, A8=56, H8=63|File=< | |Move To|6|A1=0, H1=7, A8=56, H8=63|File=< | ||
- | |Promotion Type|3|000=unused, | + | |Promotion Type|3|000-111|000=unused, |
|White Elo|11|0-2047|Actual elo of white – 1000.| | |White Elo|11|0-2047|Actual elo of white – 1000.| | ||
|Elo Diff|8|0-255|0-255=w, | |Elo Diff|8|0-255|0-255=w, | ||
|Elo Diff Neg|1|0-1|0=positive, | |Elo Diff Neg|1|0-1|0=positive, | ||
- | |%WDL|9|0-511|0-99=W, 100-199=D, 200-299=L | + | |%WDL|9|0-511|0-99=Percentage Win, 100-199=Percentage Draw, 200-299=Percentage Loss. From White Perspective. |
|Count|12|0-4095|Rolling.| | |Count|12|0-4095|Rolling.| | ||
- | |Weight-ELO|8|0-255|A measure for the likelihood of a win after that particular move has been made. default | + | |Weight|8|0-255|A measure for the likelihood of a win after that particular move has been made. 0-127=w, 128-255=b. Default |
+ | |||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
---- | ---- | ||
Line 78: | Line 84: | ||
Range is 0-255. | Range is 0-255. | ||
- | Default is to use elo changes. | + | Default is to use ELO changes |
< | < | ||
- | | + | |
- | | + | |
+ | |||
+ | if (rating1 > rating2) | ||
+ | { | ||
+ | result=-black_probability/ | ||
+ | } | ||
+ | else | ||
+ | if (rating1 < rating2) | ||
+ | { | ||
+ | res=white_probability/ | ||
+ | } | ||
</ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * Instead of using the k factor/ | ||
+ | * So the max k factor would be 140 (20-0 is the biggest win, multiply by 2, add to 100). | ||
+ | </ | ||
+ | |||
---- | ---- | ||
[[Chess: | [[Chess: |
chess/programming/database.1641896744.txt.gz · Last modified: 2022/01/11 10:25 by peter