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:29] – peter | chess:programming:database [2022/01/11 10:50] (current) – peter | ||
---|---|---|---|
Line 10: | Line 10: | ||
|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=Win, | + | |%WDL|9|0-511|0-99=Percentage |
|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> | <WRAP info> | ||
Line 83: | 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.1641896970.txt.gz · Last modified: 2022/01/11 10:29 by peter