Updated infinite position query

Discussion of chess software programming and technical issues.

Moderator: Ras

dangi12012
Posts: 1062
Joined: Tue Apr 28, 2020 10:03 pm
Full name: Daniel Infuehr

Updated infinite position query

Post by dangi12012 »

Many billions of positions at your fingertip. You can also filter for games of elo above..

You can also get SF15 eval from the commentary.

Code: Select all

wget -qO- https://database.lichess.org/standard/lichess_db_standard_rated_2023-02.pgn.zst | zstd -dvc -f | pgn-extract -Wepd --nocomments --notags -s -V
Requirements: wget, zstd, pgn-extract
Just stream to a file and done.
Worlds-fastest-Bitboard-Chess-Movegenerator
Daniel Inführ - Software Developer