lichess-org / lila-openingexplorer

Opening explorer for lichess.org that can handle all the variants and trillions of unique positions
http://lichess.org/analysis#explorer
GNU Affero General Public License v3.0
135 stars 34 forks source link

Include very short games #59

Closed niklasf closed 2 years ago

gcp commented 5 years ago

Right now there's an effect that if multiple games reach the same terminal position, they seem to only be counted once. This could skew the statistics a bit for opening traps. (Obvious example: scholars' mate).

Not sure if it's related to this or not.

niklasf commented 2 years ago

Fixed with v3 and live.

@gcp: Can you please check if the issue you were seeing is still happening?

Btw. the masters database is deduplicated by terminal position, to avoid having to deduplicate by names and dates, which vary in precision and spelling in various sources. The Lichess database is not deduplicated like that.